Skip to content

Commit 2b73f23

Browse files
committed
Fixed wrong font-family
1 parent 21f758f commit 2b73f23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

styles/globals.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ h3,
3838
h4,
3939
h5,
4040
h6 {
41-
font-family: $font-family-primary;
41+
font-family: $font-family-secondary;
4242
}
4343

4444
h1 {

0 commit comments

Comments
 (0)