From 0c2ed24d4fcedb49eb0d2816435872d0e0e9541c Mon Sep 17 00:00:00 2001 From: Andy Williams Date: Mon, 6 Nov 2023 10:59:39 +0000 Subject: [PATCH] Use the right header font --- assets/css/style.scss | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/assets/css/style.scss b/assets/css/style.scss index da8f070..91d4c07 100644 --- a/assets/css/style.scss +++ b/assets/css/style.scss @@ -12,6 +12,15 @@ header { background-color: #151515; } +header h1 { + font-weight: 600; + font-family: 'Poppins', 'Helvetica Neue', Arial, sans-serif; +} + +header h1:before { + font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace; +} + header .container { background-image: url(/assets/img/logo.png); background-size: auto 54pt;