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