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