Skip to content

Commit

Permalink
Add back sans-serif for chromeos (#3571)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrobbins committed Jan 7, 2024
1 parent 940b77e commit 8ecb3c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client-src/sass/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
// throughout the app.
:root {
--page-background: var(--md-gray-50);
--default-font: 14px system-ui;
--default-font: 14px system-ui, sans-serif;
--form-element-font: system-ui;
--default-color: var(--md-gray-900-alpha);
--unimportant-text-color: var(--md-gray-700-alpha);
Expand Down
2 changes: 1 addition & 1 deletion static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ sl-skeleton {

:root {
--page-background: var(--md-gray-50);
--default-font: 14px system-ui;
--default-font: 14px system-ui, sans-serif;
--form-element-font: system-ui;
--default-color: var(--md-gray-900-alpha);
--unimportant-text-color: var(--md-gray-700-alpha);
Expand Down

0 comments on commit 8ecb3c9

Please sign in to comment.