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