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