Skip to content

Commit

Permalink
Update jekyll-theme-dinky.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
verityj committed Jun 22, 2023
1 parent bca999b commit c3a218d
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions _sass/jekyll-theme-dinky.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit c3a218d

Please sign in to comment.