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