Fix font weight.

This commit is contained in:
Chris Aprea 2022-05-09 10:55:04 +10:00
parent b223ed27f6
commit f34fcab040
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ $max-width: 680px;
.subscriptions {
h2 {
font-size: 20px;
font-weight: 300;
font-weight: 400;
margin-top: 0;
}