Skip to content

Commit

Permalink
fix: Use secondary font family for page titles
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Jun 17, 2020
1 parent 63bf2d4 commit 786aabc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/PageTitle.module.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.pageTitle {
font-family: var(--secondary-font-family);
font-size: 2.5rem;
margin-bottom: 0;
font-weight: normal;
margin-bottom: 0;
}

0 comments on commit 786aabc

Please sign in to comment.