From f2c8b0f822c3d4393c4018448daa80d2057dc3d2 Mon Sep 17 00:00:00 2001 From: Kunthawat Greethong Date: Wed, 4 Mar 2026 14:19:54 +0700 Subject: [PATCH] fix: Use original favicons + add typography guidance - Added favicon.ico and favicon.svg from dealplustech.co.th - Added typography guidance comment in globals.css - NO automatic font size changes - Use .text-base (16px) minimum for readable text --- src/styles/globals.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/styles/globals.css b/src/styles/globals.css index d7fb2a270..06c5882b6 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -68,3 +68,10 @@ @apply bg-clip-text text-transparent bg-gradient-to-r from-primary-500 to-primary-700; } } + +/* + * Typography Best Practices: + * - Use .text-base (16px) as minimum for readable text + * - Avoid .text-xs (12px) and .text-sm (14px) for body content + * - For less emphasis, use color (text-secondary-600) not smaller size + */