﻿/* Define the normal weight and style */
@font-face {
    font-family: 'Bai_Jamjuree';
    src: url('Bai_Jamjuree/BaiJamjuree-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Define the bold weight */
@font-face {
    font-family: 'Bai_Jamjuree';
    src: url('Bai_Jamjuree/BaiJamjuree-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

/* Define the italic style */
@font-face {
    font-family: 'Bai_Jamjuree';
    src: url('Bai_Jamjuree/BaiJamjuree-MediumItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

/* Define the bold and italic style */
@font-face {
    font-family: 'Bai_Jamjuree';
    src: url('Bai_Jamjuree/BaiJamjuree-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

* {
    font-family: 'Bai_Jamjuree', Arial, sans-serif;
}

