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