Skip to content

Commit 24a985c

Browse files
authored
feat: add optimized system font stack for Korean and English (#15)
Add native system fonts optimized for each platform to improve typography and rendering performance: - macOS/iOS: Apple SD Gothic Neo - Windows: Malgun Gothic / Segoe UI - Android: Roboto This provides instant rendering with zero network requests and platform-native look and feel for both Korean and English content.
1 parent da7a27d commit 24a985c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

apps/web/app/assets/css/main.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
11
@import "tailwindcss";
22
@import "@nuxt/ui";
3+
4+
@theme {
5+
/* 한글 + 영문 시스템 폰트 스택 */
6+
--font-sans: -apple-system, BlinkMacSystemFont, 'Apple SD Gothic Neo',
7+
'Malgun Gothic', 'Segoe UI', Roboto, sans-serif;
8+
}

0 commit comments

Comments
 (0)