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