From 9e149f5a819d661a9251ca52a28e9d4d3231f9ad Mon Sep 17 00:00:00 2001 From: BurnyLlama Date: Mon, 26 Jul 2021 00:17:00 +0200 Subject: [PATCH] Changed font weight. --- styles/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles/main.css b/styles/main.css index 092ee5b..80830ec 100644 --- a/styles/main.css +++ b/styles/main.css @@ -7,7 +7,7 @@ margin: 0; box-sizing: border-box; - font-family: 'Manrope XLight'; + font-family: 'Manrope Regular'; font-size: .85rem; font-weight: normal; line-height: 1.5; @@ -147,7 +147,7 @@ a { } b { - font-family: 'Manrope Medium'; + font-family: 'Manrope Bold'; } p {