Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/davidhampgonsalves/hugo-black-and-light-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordavid hamp-gonsalves <davidhampgonsalves@gmail.com>2020-02-29 14:33:52 +0300
committerGitHub <noreply@github.com>2020-02-29 14:33:52 +0300
commit0ee31aea08b84b8ccd798e70673545485f49e740 (patch)
treef1a0f041ec445646b76703111f416f8b8a8b1c01
parent2e9d70cc1aab6e631e801bfa890c861b0b0a7a11 (diff)
parente5bc9b76d8ac2cf10262c1e12c88a5f5ed6b8522 (diff)
Merge pull request #16 from xxuejie/master
Add font-display optimization to Google Fonts links
-rw-r--r--layouts/partials/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 0de7d8c..713d5de 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -9,7 +9,7 @@
{{ if .Site.Params.description }}<meta name="description" content="{{ .Site.Params.description }}">{{ end }}
{{ if not .Site.Params.disableWebFonts }}
- <link href='https://fonts.googleapis.com/css?family=Open+Sans:400|Old+Standard+TT:400' rel='stylesheet' type='text/css'>
+ <link href='https://fonts.googleapis.com/css?family=Open+Sans:400|Old+Standard+TT:400&display=swap' rel='stylesheet' type='text/css'>
{{ end }}
<title>