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