From 997d13458101e002c81cfeff386052cf9542acf0 Mon Sep 17 00:00:00 2001 From: ThePotioner Date: Wed, 24 Sep 2025 01:25:36 +0900 Subject: [PATCH] feat: Set Pretendard as default font --- src/styles/index.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/styles/index.css b/src/styles/index.css index d3f10e6..22e5048 100644 --- a/src/styles/index.css +++ b/src/styles/index.css @@ -1,5 +1,6 @@ +@import url('https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.9/static/pretendard.min.css'); @import 'tailwindcss'; -@import "tw-animate-css"; +@import 'tw-animate-css'; @custom-variant dark (&:is(.dark *)); @@ -113,6 +114,10 @@ @layer base { * { @apply border-border outline-ring/50; + font-family: 'Pretendard Variable', Pretendard, -apple-system, + BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', + 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', + 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif; } body { @apply bg-background text-foreground;