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