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