diff --git a/docs/src/styles/globals.css b/docs/src/styles/globals.css index 3d6e8943..a1102a2d 100644 --- a/docs/src/styles/globals.css +++ b/docs/src/styles/globals.css @@ -2,24 +2,24 @@ @tailwind components; @tailwind utilities; -* body { +body { font-family: - Toss Product Sans, + 'Toss Product Sans', Tossface, -apple-system, BlinkMacSystemFont, - Bazier Square, - Noto Sans KR, - Segoe UI, - Apple SD Gothic Neo, + 'Bazier Square', + 'Noto Sans KR', + 'Segoe UI', + 'Apple SD Gothic Neo', Roboto, - Helvetica Neue, + 'Helvetica Neue', Arial, sans-serif, - Apple Color Emoji, - Segoe UI Emoji, - Segoe UI Symbol, - Noto Color Emoji; + 'Apple Color Emoji', + 'Segoe UI Emoji', + 'Segoe UI Symbol', + 'Noto Color Emoji'; } @layer utilities {