@font-face {
    font-family: "Thai_Sans_Lite";
    src: url("font/thaisanslite_r1.eot");
    src: url("font/thaisanslite_r1.eot?") format("embedded-opentype"), 
         url("font/thaisanslite_r1.woff2") format("woff2"),
         url("font/thaisanslite_r1.woff") format("woff"), 
         url("font/thaisanslite_r1.ttf") format("truetype"), 
         url("font/thaisanslite_r1.svg#svgFontName") format("svg");
    font-weight: normal;
    font-style: normal;
}
body{
    font-family:Thai_Sans_Lite !important;
}