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