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