Skip to content

Commit

Permalink
Forgot to embed fonts... πŸ˜…
Browse files Browse the repository at this point in the history
  • Loading branch information
Madelena committed Jun 10, 2024
1 parent 6e9d940 commit 72daff7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
{% endblock %}

{%- block extrahead %}
<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=Figtree:ital,wght@0,300..900;1,300..900&family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap" rel="stylesheet">
<link href="/pagefind/pagefind-modular-ui.css" rel="stylesheet">
<link rel="stylesheet" href="{{ pathto('_static/custom.css', 1) }}?hash={{ custom_css_hash }}" type="text/css" />
<link rel="apple-touch-icon" sizes="180x180" href="/_static/apple-touch-icon.png">
Expand Down

0 comments on commit 72daff7

Please sign in to comment.