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