From: XhmikosR Date: Mon, 13 Jan 2020 20:48:23 +0000 (+0200) Subject: Blog example: add `display=swap` for the Google Font (#30013) X-Git-Tag: v5.0.0-alpha1~522 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f999ff58805e680c17411ae7cc6249c7b031226;p=thirdparty%2Fbootstrap.git Blog example: add `display=swap` for the Google Font (#30013) --- diff --git a/site/content/docs/4.3/examples/blog/index.html b/site/content/docs/4.3/examples/blog/index.html index 6436f1ad85..c41f7f9f6b 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 ---