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