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