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