From 5925961b35ae3a4551df1a97f9ab4a509f906b92 Mon Sep 17 00:00:00 2001
From: Darius Auding <Darius.auding@gmx.de>
Date: Fri, 4 Aug 2023 19:18:28 +0200
Subject: [PATCH] Add Sans-Serif as alternative to Roboto Black

---
 sass/_content.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sass/_content.scss b/sass/_content.scss
index 3e1fdc90..d90c3dcb 100644
--- a/sass/_content.scss
+++ b/sass/_content.scss
@@ -6,7 +6,7 @@
     }
 }
 .roboto-black {
-    font-family: 'Roboto Black'; 
+    font-family: 'Roboto Black', sans-serif; 
 }
 
 .media-v-centered {
-- 
GitLab