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