Use on the webTotal Use [ 6838 ] times
1Add to the head section of web page.
<link href="https://db.onlinewebfonts.com/c/af5b30e0fb431894a52497cd0d652458?family=Fjn%7Ei%27%28c%29e%3AA%7E-H" 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/af5b30e0fb431894a52497cd0d652458?family=Fjn%7Ei%27%28c%29e%3AA%7E-H);
orUse font-face declaration Fonts.(http | https)
@font-face {
font-family: "Fjn~i'(c)e:A~-H";
src: url("https://db.onlinewebfonts.com/t/af5b30e0fb431894a52497cd0d652458.eot");
src: url("https://db.onlinewebfonts.com/t/af5b30e0fb431894a52497cd0d652458.eot?#iefix")format("embedded-opentype"),
url("https://db.onlinewebfonts.com/t/af5b30e0fb431894a52497cd0d652458.woff2")format("woff2"),
url("https://db.onlinewebfonts.com/t/af5b30e0fb431894a52497cd0d652458.woff")format("woff"),
url("https://db.onlinewebfonts.com/t/af5b30e0fb431894a52497cd0d652458.ttf")format("truetype"),
url("https://db.onlinewebfonts.com/t/af5b30e0fb431894a52497cd0d652458.svg#Fjn~i'(c)e:A~-H")format("svg");
}
2CSS rules to specify fonts
font-family: "Fjn~i'(c)e:A~-H";