From ba65f8eb79883fe27be6da50229063c0f18f3a38 Mon Sep 17 00:00:00 2001 From: walcutt Date: Fri, 13 Dec 2024 12:22:15 -0500 Subject: [PATCH] Font change --- styles/hench.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/styles/hench.css b/styles/hench.css index 7ecc0a8..6e3f443 100644 --- a/styles/hench.css +++ b/styles/hench.css @@ -1,3 +1,5 @@ +@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap'); + /* Color tags */ .hench-white { background-color: #FFFFFF; @@ -24,6 +26,11 @@ color: #FFFFFF; } +/* Font */ +.hench-sheet-container { + font-family: 'Oswald'; +} + /* Flexbox */ .hench-row { display: flex;