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