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