Skip to content

Commit

Permalink
feat(style): set font antialias
Browse files Browse the repository at this point in the history
  • Loading branch information
kiaking committed Oct 4, 2024
1 parent edfc823 commit 72323dd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/styles/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ body {
font-weight: 400;
color: var(--c-text-1);
background-color: var(--c-bg-elv-1);
font-synthesis: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

blockquote,
Expand Down
3 changes: 3 additions & 0 deletions stories/styles.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
body {
line-height: 20px;
font-size: 14px;
font-synthesis: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

#app {
Expand Down

0 comments on commit 72323dd

Please sign in to comment.