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