/*
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;
}

body,td,th,div,h1,h2,h3,h4,h5,h6,p,li,ul,aside,p,a {
    
    font-family: 'Kanit','Kanit';
  
}
.form-control {
    font-family: 'Kanit','Kanit';
  
}
.btn {
    font-family: 'Kanit','Kanit';
   
}
.break-word {
    word-wrap: break-word;
    
  }