diff options
author | frosty <passedgoandgot200@disroot.org> | 2025-05-19 09:20:24 -0400 |
---|---|---|
committer | frosty <passedgoandgot200@disroot.org> | 2025-05-19 09:20:24 -0400 |
commit | 89df9a04587a955b84c3ab9b5c580d71be7478b1 (patch) | |
tree | d53c5c739737b2c2a37448fa85fb4a113c0de5b2 /themes/polaris/layouts/_default/baseof.html | |
parent | 2523e7c39308469186d7590500e833e2e9b50cda (diff) |
add noto serif font
Diffstat (limited to 'themes/polaris/layouts/_default/baseof.html')
-rw-r--r-- | themes/polaris/layouts/_default/baseof.html | 2 |
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> |