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