Files
lms-backend/static/css/unfold_th_font.css
T
Flook f7c48ea30f
Build & Push Docker Image (Backend) / build (push) Successful in 1m56s
fix: include static for font
2026-04-26 18:42:10 +07:00

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;
}