From 53b8e88c652a0929529ac6299d4293882ebbc5be Mon Sep 17 00:00:00 2001
From: Celeste Robert <robert.m.celeste@gmail.com>
Date: Tue, 21 Feb 2023 16:34:37 +0000
Subject: [PATCH] fix: changed title fontweight and size to improve readebility

---
 src/css/custom.css | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/src/css/custom.css b/src/css/custom.css
index 3c4e36a..578df39 100644
--- a/src/css/custom.css
+++ b/src/css/custom.css
@@ -28,8 +28,14 @@
   --ifm-font-family-base: 'asap_regular';
   --ifm-font-family-bold: 'asap_semi';
   --ifm-font-family-italic: 'asap_italic';
-
   --ifm-heading-font-family: 'warsaw_gothic';
+  --ifm-heading-font-weight: '700';
+  --ifm-h1-font-size: 4rem;
+  --ifm-h2-font-size: 3rem;
+  --ifm-h3-font-size: 2.5rem;
+  --ifm-h4-font-size: 2rem;
+  --ifm-h5-font-size: 1.75rem;
+  --ifm-h6-font-size: 1.5rem;
 }
 
 /* For readability concerns, you should choose a lighter palette in dark mode. */
-- 
GitLab