From c3a218d88cfe6de7db6cef4ab9a08f9f20e122af Mon Sep 17 00:00:00 2001 From: Verity <954902+verityj@users.noreply.github.com> Date: Thu, 22 Jun 2023 17:45:32 -0400 Subject: [PATCH] Update jekyll-theme-dinky.scss --- _sass/jekyll-theme-dinky.scss | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/_sass/jekyll-theme-dinky.scss b/_sass/jekyll-theme-dinky.scss index 33f75bd..6d63b1b 100644 --- a/_sass/jekyll-theme-dinky.scss +++ b/_sass/jekyll-theme-dinky.scss @@ -4,17 +4,16 @@ url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;700'); @font-face { - font-family: WorkSans; - src: url("/assets/Work_Sans/WorkSans-VariableFont_wght.ttf") format('truetype'); - font-weight: 400; - font-style: normal; + font-family: WorkSans; + src: url("/assets/Work_Sans/WorkSans-VariableFont_wght.ttf") format('truetype'); + font-style: normal; } @font-face { - font-family: WorkSans; - src: url("/assets/Work_Sans/WorkSans-Italic-VariableFont_wght.ttf") format('truetype'); - font-weight: 400; - font-style: italic; + font-family: WorkSans; + src: url("/assets/Work_Sans/WorkSans-Italic-VariableFont_wght.ttf") format('truetype'); + font-style: italic; } +/* removed font-weight: 400; */ /* follow https://developers.google.com/fonts/docs/css2 * @import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:500');