From f3e9024b50070caf29db964723e3242d092d17e1 Mon Sep 17 00:00:00 2001 From: hwook <110236953+YuHyeonWook@users.noreply.github.com> Date: Sat, 14 Sep 2024 11:53:36 +0900 Subject: [PATCH] Add quotes to font names and correct *body to body in CSS (#248) --- docs/src/styles/globals.css | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) 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 {