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