From a20716a5e9a13bc247cc9a8cf6eac02ef51ea82b Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Thu, 8 Sep 2022 15:08:12 -0400 Subject: [PATCH] Styling adjustments --- src/static/css/style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/static/css/style.css b/src/static/css/style.css index d2d9404..023aa1f 100644 --- a/src/static/css/style.css +++ b/src/static/css/style.css @@ -141,6 +141,16 @@ h2{ color:#00ffd0; } +h3{ + font-family: "pp-neue-machina", sans-serif; + color:#00ffd0; +} + +h4{ + font-family: "pp-neue-machina", sans-serif; + color:#00ffd0; +} + p{ font-family: "sono", sans-serif; color: #ffffff;