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