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