From 53df2d05fc39539c579887201bb84d26bfc29b62 Mon Sep 17 00:00:00 2001 From: arian Date: Sun, 18 Feb 2024 10:27:22 +0100 Subject: [PATCH] i lied. i had to change the formatting of because it wasn't strong enough --- _src/_includes/base.njk | 2 +- _src/style.css | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/_src/_includes/base.njk b/_src/_includes/base.njk index aa81615..64d9f80 100644 --- a/_src/_includes/base.njk +++ b/_src/_includes/base.njk @@ -14,7 +14,7 @@ - + {{ title }} diff --git a/_src/style.css b/_src/style.css index beed8c5..8a43a43 100644 --- a/_src/style.css +++ b/_src/style.css @@ -20,6 +20,7 @@ body { font-family: 'Fira Sans', 'Open Sans', 'sans-serif'; + font-weight: 400; font-size: 13pt; color: var(--font-color); background-color: var(--content-background); @@ -110,6 +111,12 @@ h4::before, h5::before, h6::before { display: none; } +strong { + font-family: "Fira Sans", sans-serif; + font-weight: 600; + font-style: normal; +} + /* Create three unequal columns that floats next to each other */ .column { float: left;