summaryrefslogtreecommitdiff
path: root/themes/new_theme/layouts/_default/baseof.html
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2023-02-17 19:45:02 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2023-02-17 19:45:02 +0100
commit3b73b4b884df753d2e3b223e39db6d5e9b956506 (patch)
tree8d7c8c675405b8dd477afe2f368774c4550ea3ba /themes/new_theme/layouts/_default/baseof.html
parenta0f79a735548056faf6327c4cd4609816b85e484 (diff)
downloadwww-andreasbaumann-cc-3b73b4b884df753d2e3b223e39db6d5e9b956506.tar.gz
www-andreasbaumann-cc-3b73b4b884df753d2e3b223e39db6d5e9b956506.tar.bz2
replaced Google fonts with Bunny fonts
Diffstat (limited to 'themes/new_theme/layouts/_default/baseof.html')
-rw-r--r--themes/new_theme/layouts/_default/baseof.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/themes/new_theme/layouts/_default/baseof.html b/themes/new_theme/layouts/_default/baseof.html
index 4b80bec..255aaa3 100644
--- a/themes/new_theme/layouts/_default/baseof.html
+++ b/themes/new_theme/layouts/_default/baseof.html
@@ -16,13 +16,12 @@
{{- if .Site.Params.twitter_cards }}
{{ template "_internal/twitter_cards.html" . }}
{{- end }}
- <link rel="dns-prefetch" href="//fonts.googleapis.com">
- <link rel="dns-prefetch" href="//fonts.gstatic.com">
+ <link rel="dns-prefetch" href="//fonts.bunny.net">
{{ with .OutputFormats.Get "rss" -}}
{{ printf `<link rel="%s" type="%s" href="%s" title="%s">` .Rel .MediaType.Type .RelPermalink $.Site.Title | safeHTML }}
{{ end -}}
<script src="/js/jquery.js" type="text/javascript"></script>
- <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700">
+ <link rel="stylesheet" href="https://fonts.bunny.net/css?family=Open+Sans:400,400i,700">
{{ $style := resources.Get "css/style.css" | resources.ExecuteAsTemplate "css/style.css" . -}}
<link rel="stylesheet" href="{{ $style.RelPermalink }}">
{{ range .Site.Params.customCSS -}}