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