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