From bca999be2479b6b371eadaf03d4c83164550128c Mon Sep 17 00:00:00 2001 From: Verity <954902+verityj@users.noreply.github.com> Date: Thu, 22 Jun 2023 17:39:21 -0400 Subject: [PATCH] Update jekyll-theme-dinky.scss --- _sass/jekyll-theme-dinky.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_sass/jekyll-theme-dinky.scss b/_sass/jekyll-theme-dinky.scss index 08f7233..33f75bd 100644 --- a/_sass/jekyll-theme-dinky.scss +++ b/_sass/jekyll-theme-dinky.scss @@ -6,13 +6,13 @@ @font-face { font-family: WorkSans; src: url("/assets/Work_Sans/WorkSans-VariableFont_wght.ttf") format('truetype'); - font-weight: 350; + font-weight: 400; font-style: normal; } @font-face { font-family: WorkSans; src: url("/assets/Work_Sans/WorkSans-Italic-VariableFont_wght.ttf") format('truetype'); - font-weight: 350; + font-weight: 400; font-style: italic; }