Skip to content

Commit

Permalink
update body font-family
Browse files Browse the repository at this point in the history
  • Loading branch information
jamband committed Oct 4, 2023
1 parent 65e007c commit fccff27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ body {
background-color: rgb(var(--gray-800));
color: rgb(var(--gray-400));
cursor: default;
font-family: ui-sans-serif, system-ui, Arial, sans-serif;
font-family: system-ui, Arial, sans-serif;
font-size: 1.0625rem;
line-height: inherit;
}
Expand Down

0 comments on commit fccff27

Please sign in to comment.