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