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