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