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