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