Skip to content

Commit

Permalink
Add quotes to font names and correct *body to body in CSS (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
YuHyeonWook committed Sep 14, 2024
1 parent 3a97440 commit f3e9024
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions docs/src/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit f3e9024

Please sign in to comment.