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