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