Removed fonts

This commit is contained in:
Magnus Åhall 2024-05-20 13:18:40 +02:00
parent 35b475e46f
commit 787009c621

View File

@ -1,6 +1,2 @@
{{ define "fonts" }} {{ define "fonts" }}
<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=Roboto:wght@300;500&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap" rel="stylesheet">
{{ end }} {{ end }}