From fe33e5f35db239ccbe08afab6ae6c80bd5ec7592 Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Thu, 11 May 2023 20:50:40 -0500 Subject: [PATCH] Fix font in error.css --- css/error.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/error.css b/css/error.css index 1c0105f..3ad6990 100644 --- a/css/error.css +++ b/css/error.css @@ -1,6 +1,6 @@ .error-container p, .error-container h1 { text-align: center; - font-family: var(--spfont1); + font-family: var(--primary-font); } .error-container img {