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