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