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