Skip to content

Commit

Permalink
Merge pull request #8 from Duxez/patch-1
Browse files Browse the repository at this point in the history
Add Lato google fonts
  • Loading branch information
ATBrackeys authored Dec 30, 2024
2 parents 5f93154 + 50aeb45 commit c0c6f57
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
<link rel="alternate" type="application/rss+xml" title="{{site.title}}" href="/feed.xml">

<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.2/jquery.min.js"></script>
<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=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap" rel="stylesheet">

{% if jekyll.environment == 'production' %}
{% include analytics.html %}
Expand All @@ -35,4 +38,4 @@
<link rel="stylesheet" type="text/css" href="/css/{{style}}.css">
{% endfor %}

</head>
</head>

0 comments on commit c0c6f57

Please sign in to comment.