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