aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/polaris/layouts/_default/baseof.html
diff options
context:
space:
mode:
authorfrosty <passedgoandgot200@disroot.org>2025-05-19 09:20:24 -0400
committerfrosty <passedgoandgot200@disroot.org>2025-05-19 09:20:24 -0400
commit89df9a04587a955b84c3ab9b5c580d71be7478b1 (patch)
treed53c5c739737b2c2a37448fa85fb4a113c0de5b2 /themes/polaris/layouts/_default/baseof.html
parent2523e7c39308469186d7590500e833e2e9b50cda (diff)
add noto serif font
Diffstat (limited to 'themes/polaris/layouts/_default/baseof.html')
-rw-r--r--themes/polaris/layouts/_default/baseof.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/themes/polaris/layouts/_default/baseof.html b/themes/polaris/layouts/_default/baseof.html
index b6ccdac..df0c651 100644
--- a/themes/polaris/layouts/_default/baseof.html
+++ b/themes/polaris/layouts/_default/baseof.html
@@ -4,6 +4,8 @@
<meta charset="utf-8">
<title>{{ .Site.Title }}</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
+ {{ $notoSerif := resources.Get "css/noto-serif.css" | minify | fingerprint }}
+ <link rel="stylesheet" href="{{ $notoSerif.Permalink }}">
{{ $style := resources.Get "css/style.css" | minify | fingerprint }}
<link rel="stylesheet" href="{{ $style.Permalink }}">
</head>