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