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