From 16fe50d5c59cc0d35886ddc5e58bda4b3965e0d5 Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Mon, 23 Sep 2024 12:09:47 -0500 Subject: [PATCH] fixed instance of outdated font var value --- core/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/style.css b/core/style.css index 06ee36d..2fedc7f 100644 --- a/core/style.css +++ b/core/style.css @@ -930,7 +930,7 @@ body.accform .options .option textarea, { } body.accform .page-container .formpart h2 { - font-family: var(--spfont1); + font-family: var(--primary-font); } body.accform .page-container .formpart .error {