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