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