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