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