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