@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 300;
  src: local('Kanit ExtraLight'), local('Kanit-ExtraLight'), url(fonts/Kanit-ExtraLight.ttf);
}

@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 400;
  src: local('Kanit Regular'), local('Kanit-Regular'), url(fonts/Kanit-Regular.ttf);
}

@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 700;
  src: local('Kanit SemiBold'), local('Kanit-SemiBold'), url(fonts/Kanit-SemiBold.ttf);
}

/* FOR IPST */

@font-face {
    font-family: TH Sarabun New;
    font-style: normal;
    font-weight: 100;
    src: url(fonts/THSarabunNew.ttf);
}

@font-face {
    font-family: TH Sarabun New;
    font-style: italic;
    font-weight: 100;
    src: url('fonts/THSarabunNew Italic.ttf');
}

@font-face {
    font-family: TH Sarabun New;
    font-style: normal;
    font-weight: 700;
    src: url('fonts/THSarabunNew Bold.ttf');
}

@font-face {
    font-family: TH Sarabun New;
    font-style: italic;
    font-weight: 700;
    src: url('fonts/THSarabunNew BoldItalic.ttf');
}