From 36cc0467818da4fc76136269f071f73af28b472e Mon Sep 17 00:00:00 2001 From: IanWold Date: Wed, 4 Dec 2024 14:57:24 -0600 Subject: [PATCH] Update blockquote to use Vollkorn 400 --- Static/site.css | 2 +- Templates/layout.liquid | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Static/site.css b/Static/site.css index c72e646..9203fcd 100644 --- a/Static/site.css +++ b/Static/site.css @@ -404,7 +404,7 @@ main { font-family: 'Vollkorn'; font-size: 22pt; line-height: 1.5; - font-weight: 300; + font-weight: 400; padding-left: 2rem; padding-top: .5rem; padding-bottom: .5rem; diff --git a/Templates/layout.liquid b/Templates/layout.liquid index cc2067f..9a19a34 100644 --- a/Templates/layout.liquid +++ b/Templates/layout.liquid @@ -25,7 +25,7 @@ {% else %} - + {% endif %}