/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 22, 2017, 4:57:29 PM
    Author     : wave
*/

@font-face {
  font-family: "Kanit";
  src: url("Kanit-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  unicode-range: U+0E00 –U + 0e7F;
}
@font-face {
  font-family: "Sarabun";
  src: url("/include/fonts/Sarabun/Sarabun-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  unicode-range: U+0E00 –U + 0e7F;
}
/* body,h1,h2,h3,h4,h5,h6 {
    font-family: 'Kanit','Kanit' ,sans-serif;
    } */
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Sarabun", "Kanit", sans-serif;
}
