From 28e321566304d238d4f55845605c3aeb38d047e1 Mon Sep 17 00:00:00 2001 From: Alex van de Sandt Date: Wed, 22 Jul 2026 13:24:04 -0500 Subject: [PATCH] Use only source sans font --- sass/style.scss | 9 ++------- templates/base.html | 2 +- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/sass/style.scss b/sass/style.scss index 504f090..ae73389 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -1,5 +1,4 @@ $main-font-stack: 'Source Sans 3', sans-serif; -$header-font-stack: Roboto, sans-serif; * { font-family: $main-font-stack; @@ -15,12 +14,8 @@ body { margin: 0 auto; } -header { - font-family: $header-font-stack; - - h1 { - text-align: center; - } +header h1 { + text-align: center; } div#social-container { diff --git a/templates/base.html b/templates/base.html index 2fdb128..08a702d 100644 --- a/templates/base.html +++ b/templates/base.html @@ -8,7 +8,7 @@ - + -- 2.51.2