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