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