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