diff --git a/src/components/PageTitle.module.scss b/src/components/PageTitle.module.scss index f45086b11..329b897ae 100644 --- a/src/components/PageTitle.module.scss +++ b/src/components/PageTitle.module.scss @@ -1,5 +1,6 @@ .pageTitle { + font-family: var(--secondary-font-family); font-size: 2.5rem; - margin-bottom: 0; font-weight: normal; + margin-bottom: 0; }