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