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