Use on the webTotal Use [ 4768 ] times
1Add to the head section of web page.
<link href="https://db.onlinewebfonts.com/c/ff4ff7e81d1116911b0221ce1fafe62a?family=LT+Saeada+Semi-" rel="stylesheet">
orUsing @import CSS directive, put the following line in add to your css file.(http | https)
@import url(https://db.onlinewebfonts.com/c/ff4ff7e81d1116911b0221ce1fafe62a?family=LT+Saeada+Semi-);
orUse font-face declaration Fonts.(http | https)
@font-face {
font-family: "LT Saeada Semi-";
src: url("https://db.onlinewebfonts.com/t/ff4ff7e81d1116911b0221ce1fafe62a.eot");
src: url("https://db.onlinewebfonts.com/t/ff4ff7e81d1116911b0221ce1fafe62a.eot?#iefix")format("embedded-opentype"),
url("https://db.onlinewebfonts.com/t/ff4ff7e81d1116911b0221ce1fafe62a.woff2")format("woff2"),
url("https://db.onlinewebfonts.com/t/ff4ff7e81d1116911b0221ce1fafe62a.woff")format("woff"),
url("https://db.onlinewebfonts.com/t/ff4ff7e81d1116911b0221ce1fafe62a.ttf")format("truetype"),
url("https://db.onlinewebfonts.com/t/ff4ff7e81d1116911b0221ce1fafe62a.svg#LT Saeada Semi-")format("svg");
}
2CSS rules to specify fonts
font-family: "LT Saeada Semi-";