/*
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 : Dec 21, 2017, 9:42:09 PM
    Author     : Krurost
*/

@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 {
    font-family: 'Kanit','Kanit' ,sans-serif;
    font-size: 14px;
}