@font-face {
    font-family: 'THSarabunNew';
    src: url('THSarabunNew.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'THSarabunNew';
    src: url('THSarabunNew Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'THSarabunNew';
    src: url('THSarabunNew Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'THSarabunNew';
    src: url('THSarabunNew BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

.thsarabunnew {
    font-family: 'THSarabunNew', sans-serif;
}
