Skip to content
This repository has been archived by the owner on Apr 27, 2024. It is now read-only.

Commit

Permalink
Smaller body font
Browse files Browse the repository at this point in the history
Revert to the browser default of 16px while keeping the 28px line
height. I prefer this, makes the text more breathable / readable.
Doesn't seem to break the vertical rhythm.
  • Loading branch information
seanh committed Jan 8, 2022
1 parent d520c89 commit 60622a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _sass/_kbd.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ kbd {
border-radius: 3px;
color: #444d56;
font-family: var(--code-font-family);
font-size: 11px;
font-size: 12px;
padding-left: 5px;
padding-right: 5px;
padding-top: 4px;
Expand Down
2 changes: 1 addition & 1 deletion _sass/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
--pre-code-color: inherit;

--body-font-family: 'Open Sans', sans-serif;
--body-font-size: 18px;
--body-font-size: 16px;
--body-line-height: 28px;

--normal-font-weight: 400;
Expand Down

0 comments on commit 60622a1

Please sign in to comment.