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