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