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