@font-face {
  font-family: NotoSansThai;
  src: url("/font/NotoSansThai-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: NotoSansThai;
  src: url("/font/NotoSansThai-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: bold;
}


* {
    font-family: "NotoSansThai", sans-serif;
  }