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