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