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