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