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