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