8 lines
320 B
CSS
8 lines
320 B
CSS
/* Import ฟอนต์ */
|
|
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@400;500;600;700&display=swap");
|
|
|
|
/* บังคับใช้ฟอนต์ทั้งระบบ */
|
|
html, body, select, input, button, .unfold-admin {
|
|
font-family: 'Noto Sans Thai', sans-serif !important;
|
|
}
|