From 535a58bfeb7f8585b50ed944de7ec40c196189a3 Mon Sep 17 00:00:00 2001 From: Sam Learner Date: Mon, 5 Aug 2024 11:29:02 -0400 Subject: [PATCH] updating main site button font --- frontend/src/styles/Header.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/src/styles/Header.scss b/frontend/src/styles/Header.scss index fb969c8..a4155ec 100644 --- a/frontend/src/styles/Header.scss +++ b/frontend/src/styles/Header.scss @@ -22,4 +22,6 @@ font-size: 1rem; text-decoration: none; cursor: pointer; + + font-family: "Red Hat Display", aktiv-grotesk, 'Roboto', 'Inconsolata', Monaco, Arial, Helvetica, sans-serif; }