Skip to content

Commit

Permalink
Update blockquote to use Vollkorn 400
Browse files Browse the repository at this point in the history
  • Loading branch information
IanWold committed Dec 4, 2024
1 parent 1497789 commit 36cc046
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Static/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion Templates/layout.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@800&display=swap&text=IAN%20WOLD" rel="stylesheet">
{% else %}
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;800&display=swap&text=ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600&family=Source+Code+Pro:wght@400&family=Vollkorn:wght@300;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600&family=Source+Code+Pro:wght@400&family=Vollkorn:wght@400;700&display=swap" rel="stylesheet">
{% endif %}

<link rel="webmention" href="https://webmention.io/ian.wold.guru/webmention" />
Expand Down

0 comments on commit 36cc046

Please sign in to comment.