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