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