From a4e66aa0e066a72aa8377f0732becaa4114047e1 Mon Sep 17 00:00:00 2001 From: chomik Date: Mon, 20 May 2019 21:13:42 +0200 Subject: [PATCH] font-display: swap in google fonts --- scss/_variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/_variables.scss b/scss/_variables.scss index 601a771e0..5282a1c48 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -4,7 +4,7 @@ $font-family-serif: "Georgia", "Times New Roman", times, serif !default; $font-icons: "Feather" !default; // EXTERNAL FONTS -$google-font-url: "https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,500,600,700" !default; +$google-font-url: "https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,500,600,700&display=swap" !default; $icon-fonts: ( "https://use.fontawesome.com/releases/v5.3.1/css/brands.css" ) !default;