From 72950a8546bc4c1c8e41b0623828cc427807b491 Mon Sep 17 00:00:00 2001 From: lilly Date: Wed, 10 Jun 2026 11:20:51 +0200 Subject: [PATCH] fix typo in styles --- src/styles/global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/global.css b/src/styles/global.css index 1f10acf..f5d083b 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -70,7 +70,7 @@ font-family: var(--font-archivo); font-size: var(--font-size-1); } - h4,h5,6 { + h4,h5,h6 { font-family: var(--font-archivo); font-size: var(--font-size-0); }