หมายเหตุ: หลังเผยแพร่ คุณอาจต้องล้างแคชเว็บเบราว์เซอร์ของคุณเพื่อดูการเปลี่ยนแปลง

  • ไฟร์ฟอกซ์ / ซาฟารี: กด Shift ค้างขณะคลิก Reload หรือกด Ctrl-F5 หรือ Ctrl-R (⌘-R บนแมค)
  • กูเกิล โครม: กด Ctrl-Shift-R (⌘-Shift-R บนแมค)
  • อินเทอร์เน็ตเอกซ์พลอเรอร์ และ Edge: กด Ctrl ค้างขณะคลิก Refresh หรือกด Ctrl-F5
  • โอเปร่า: กด Ctrl-F5
@import url(https://fonts.googleapis.com/css?family=Noto+Sans);
@import url(https://fonts.googleapis.com/earlyaccess/notosansthai.css);

body {
    font-family: 'Noto Sans', 'Noto Sans Thai' !important; 
    font-weight: 300;
}

h1, h2, h3, h4, h5, h6, b {
    font-family: 'Noto Sans', 'Noto Sans Thai' !important;
}
 
textarea {
    font-size: 12.5px;
    font-family: 'D2Coding', monospace;
}
 
del, s {
    opacity: 0.5;
}