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

Commit

Permalink
set font weight
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanVann committed Oct 15, 2020
1 parent b62c161 commit eb999c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/docs/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
color: var(--color);
background: var(--background);
font-family: 'Montserrat', sans-serif;
font-weight: 400;
font-size: 16px;
padding: env(safe-area-inset-top) env(safe-area-inset-right)
env(safe-area-inset-bottom) env(safe-area-inset-left);
Expand All @@ -84,6 +85,7 @@ h2,
h3,
h4 {
font-family: 'Libre Baskerville', serif;
font-weight: 700;
letter-spacing: -0.05em;
}

Expand Down

0 comments on commit eb999c0

Please sign in to comment.