Skip to content

Commit

Permalink
style(template): Modify font size
Browse files Browse the repository at this point in the history
  • Loading branch information
devsjc committed Jun 27, 2024
1 parent f144d98 commit 4312e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sass/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ html, body {
/* Main body text */
background: var(--bg-1);
color: var(--tx-2);
font: 16px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
font: 18px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
"Segoe UI Symbol";
}
Expand Down

0 comments on commit 4312e07

Please sign in to comment.