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