

@font-face {
    font-family: "Noto Sans Thai";
    src: url('Noto_Sans_Thai/static/NotoSansThai-Bold.ttf') format("truetype");
    font-family: 700;
}

@font-face {
    font-family: "Noto Sans Thai";
    src: url('Noto_Sans_Thai/static/NotoSansThai-SemiBold.ttf') format("truetype");
    font-family: 600;
}
@font-face {
    font-family: "Noto Sans Thai";
    src: url('Noto_Sans_Thai/static/NotoSansThai-Light.ttf') format("truetype");
    font-family: 300;
}
@font-face {
    font-family: "Noto Sans Thai";
    src: url('Noto_Sans_Thai/static/NotoSansThai-Regular.ttf') format("truetype");
    font-family: 400;
}
@font-face {
    font-family: "Bai Jamjuree";
    src: url('Bai_Jamjuree/BaiJamjuree-Regular.ttf') format("truetype");
}