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