Skip to content

Commit

Permalink
Fix: dropped itim by mistake (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
lwasser authored Feb 2, 2024
1 parent 8101ab1 commit 07823a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/head/custom.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<link rel="icon" href="/images/favicon.ico" type="image/x-icon">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet" async>
<link href="https://fonts.googleapis.com/css2?family=Itim&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet" async>

<!-- Matomo -->
<script>
Expand Down

0 comments on commit 07823a4

Please sign in to comment.