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