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');