@font-face {
    font-family: 'NotoSans';
    src: url('static/NotoSansThai/NotoSansThai-Bold.ttf') format('truetype'),
    url('static/NotoSansThai/NotoSansThai-Bold.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


.font_NotoSans{
    font-family: NotoSans !important;
}