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