From 0efa840821a2109699e9a577e38e66b9372b2eb4 Mon Sep 17 00:00:00 2001 From: Ohio2 Date: Tue, 11 Jul 2023 00:46:13 +0200 Subject: [PATCH] fix the font in h(n) in style.css --- dist/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dist/style.css b/dist/style.css index 6c6b335..574864b 100644 --- a/dist/style.css +++ b/dist/style.css @@ -5,7 +5,6 @@ font-stretch: 75% 125%; font-style: normal; } - :root { --bg-1: #dad4c9; --bg: #eeeeee; @@ -130,7 +129,7 @@ p {margin-bottom: 1rem;} h1, h2, h3, h4, h5 { margin: var(--space-sm) 0 var(--space-xs); - font-family: 'Poppins', sans-serif; + font-family: 'Manrope', sans-serif; font-weight: 400; line-height: 1.3; }