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