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