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