Skip to content

Commit

Permalink
fix: improve default font family (#2314)
Browse files Browse the repository at this point in the history
  • Loading branch information
liberaldev committed Aug 9, 2023
1 parent 3f6cc16 commit f3d17d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ html {
font-size: var(--font-size, 15px);
width: 100%;
width: 100vw;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

@font-face {
Expand Down

0 comments on commit f3d17d3

Please sign in to comment.