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