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