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