From 75e4a063c00a7fa9a3d74193614445a122adc8c6 Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Mon, 27 Feb 2023 21:07:48 +0100 Subject: [PATCH] Fix: Display font bold --- assets/css/style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/assets/css/style.css b/assets/css/style.css index 5642db3..b3e3804 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -74,6 +74,13 @@ h6 { p { font-family: "Roboto Mono", sans-serif; + font-weight: normal; +} + +strong { + font-weight: strong; + font-size: 1.1rem; + color: darkturquoise; } [scroll-behavior=smooth] {