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