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