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