aboutsummaryrefslogtreecommitdiff
path: root/theme/custom/base.html
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@chimrod.com>2021-11-18 15:01:34 +0100
committerSébastien Dailly <sebastien@dailly.me>2022-02-01 18:38:01 +0100
commitfd7831b25447ff5d79aea62fbf3d6f4307522fd5 (patch)
tree029b8a97ce5e78dae91124561e26bba6e95a6f35 /theme/custom/base.html
parent4074d0a6adbdef0591578f477d9068a07ba5fd94 (diff)
Update theme
Diffstat (limited to 'theme/custom/base.html')
-rwxr-xr-xtheme/custom/base.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/theme/custom/base.html b/theme/custom/base.html
index 3e9f42b..829cc1f 100755
--- a/theme/custom/base.html
+++ b/theme/custom/base.html
@@ -38,7 +38,9 @@
{% endif %}
{% if USE_GOOGLE_FONTS != False %}
- <link href="https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,400;0,700;1,400&family=Source+Sans+Pro:ital,wght@0,300;0,400;0,700;1,400&display=swap" rel="stylesheet">
+ <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=Noto+Serif+Display:wght@300&family=Source+Sans+Pro:ital,wght@0,300;1,300&display=swap" rel="stylesheet">
{% endif %}
{% if USE_LESS %}