From f7f969fabca8e0f7fdea65288d30fbfd3caae140 Mon Sep 17 00:00:00 2001 From: Johann Schley Date: Fri, 8 Dec 2023 09:28:56 +0100 Subject: [PATCH] fix bold ref in css --- themes/business/static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/business/static/css/style.css b/themes/business/static/css/style.css index 84fea17..232461c 100644 --- a/themes/business/static/css/style.css +++ b/themes/business/static/css/style.css @@ -19,7 +19,7 @@ https://coolors.co/fbb13c-32908f-333333-e0e0e0-f5f5f5 @font-face { font-family: "Moderat"; src: url(../fonts/Moderat-Bold.woff2); - font-weight: bolder; + font-weight: 700; }