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