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