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@chimrod.com>2021-11-18 15:15:02 +0100
commit0aec979da2b45e3c61bfbdc76d0e09d58b0672b8 (patch)
tree5a754b435cf871ac363f682af103023aa7b0e109 /theme/custom/base.html
parenteff766cefa1c05fe5ce3fe27f12593108681d575 (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 %}