fix: include static for font
Build & Push Docker Image (Backend) / build (push) Successful in 1m56s

This commit is contained in:
Flook
2026-04-26 18:42:10 +07:00
parent 34e0fa8d71
commit f7c48ea30f
7 changed files with 45 additions and 17 deletions
+7
View File
@@ -0,0 +1,7 @@
/* 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;
}