Skip to content
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.

Commit

Permalink
fix: add normal font weight to category label
Browse files Browse the repository at this point in the history
* normal font weight reduces font differences between browsers
  • Loading branch information
aswanson-nr committed May 11, 2022
1 parent 4618173 commit d807eb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,7 @@ const QuickstartsPage = ({ data, location }) => {
font-family: 'Söhne-Leicht';
font-size: 28px;
line-height: 36px;
font-weight: normal;
margin-bottom: 12px;
letter-spacing: -0.5px;
}
Expand Down

0 comments on commit d807eb4

Please sign in to comment.