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