diff options
Diffstat (limited to 'theme/custom/base.html')
-rwxr-xr-x | theme/custom/base.html | 4 |
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 %} |