From 02dfb9d936b8efa4cecd8d6000f1ab37914dced3 Mon Sep 17 00:00:00 2001
From: ch0ccyra1n <ch0ccyra1n@riseup.net>
Date: Wed, 7 Sep 2022 13:57:29 -0700
Subject: [PATCH] add fonts to navbar

---
 static/css/style.css | 1 +
 1 file changed, 1 insertion(+)

diff --git a/static/css/style.css b/static/css/style.css
index 6a2ff30..f95c8ec 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -60,6 +60,7 @@ footer {
 /* For header.html */
 #nav {
     background-color: #F14B25;
+    font-family: 'Remingtoned Type';
 }
 
 #nav-button {