Skip to content

Commit

Permalink
Change font
Browse files Browse the repository at this point in the history
  • Loading branch information
TwoDCube authored Sep 26, 2023
1 parent 2eed052 commit 4972197
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scss/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ body {
--text-color: #000;
--text-family: sans-serif;
--text-family-alt: 'Cabin', sans-serif;
--text-family-content: serif;
--text-family-content-heading: sans-serif;
--text-family-content: -apple-system,BlinkMacSystemFont,'Roboto',sans-serif;
--text-family-content-heading: var(--text-family-content);

--page-width: 1200px;
--page-padding: 20px;
Expand Down

0 comments on commit 4972197

Please sign in to comment.