aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2020-01-13 22:48:23 +0200
committerGitHub <[email protected]>2020-01-13 22:48:23 +0200
commit7f999ff58805e680c17411ae7cc6249c7b031226 (patch)
tree013fad2278c22216a599bb8e7b1adfea196713f0
parente7ed63a6932155426133fd97df034d9c925d67a4 (diff)
downloadbootstrap-7f999ff58805e680c17411ae7cc6249c7b031226.tar.xz
bootstrap-7f999ff58805e680c17411ae7cc6249c7b031226.zip
Blog example: add `display=swap` for the Google Font (#30013)
-rw-r--r--site/content/docs/4.3/examples/blog/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/4.3/examples/blog/index.html b/site/content/docs/4.3/examples/blog/index.html
index 6436f1ad8..c41f7f9f6 100644
--- a/site/content/docs/4.3/examples/blog/index.html
+++ b/site/content/docs/4.3/examples/blog/index.html
@@ -2,7 +2,7 @@
layout: examples
title: Blog Template
extra_css:
- - "https://fonts.googleapis.com/css?family=Playfair+Display:700,900"
+ - "https://fonts.googleapis.com/css?family=Playfair+Display:700,900&display=swap"
- "blog.css"
include_js: false
---