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