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