Don't embed third-party fonts

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2022-03-09 10:41:02 +01:00
parent cc110038aa
commit 10b07e11b7
5 changed files with 85 additions and 118 deletions
+1
View File
@@ -49,5 +49,6 @@ Support for OpenGraph
{% endif %}
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="{{ site.xaymar.data.logo | absolute_url }}">
<link rel="stylesheet" href="{{ site.xaymar.data.fonts | absolute_url }}">
<link rel="stylesheet" href="{{ site.xaymar.data.css | absolute_url }}">
<link rel="alternate" type="application/atom+xml" title="All Articles" href="{{ site.xaymar.data.rss | absolute_url }}">