Use on the webTotal Use [ 5381 ] times
1Add to the head section of web page.
<link href="https://db.onlinewebfonts.com/c/fe296d3f0d9852b44e1c2fa7b96a591f?family=LT+Score" 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/fe296d3f0d9852b44e1c2fa7b96a591f?family=LT+Score);
orUse font-face declaration Fonts.(http | https)
@font-face {
font-family: "LT Score";
src: url("https://db.onlinewebfonts.com/t/fe296d3f0d9852b44e1c2fa7b96a591f.eot");
src: url("https://db.onlinewebfonts.com/t/fe296d3f0d9852b44e1c2fa7b96a591f.eot?#iefix")format("embedded-opentype"),
url("https://db.onlinewebfonts.com/t/fe296d3f0d9852b44e1c2fa7b96a591f.woff2")format("woff2"),
url("https://db.onlinewebfonts.com/t/fe296d3f0d9852b44e1c2fa7b96a591f.woff")format("woff"),
url("https://db.onlinewebfonts.com/t/fe296d3f0d9852b44e1c2fa7b96a591f.ttf")format("truetype"),
url("https://db.onlinewebfonts.com/t/fe296d3f0d9852b44e1c2fa7b96a591f.svg#LT Score")format("svg");
}
2CSS rules to specify fonts
font-family: "LT Score";