1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-01 16:04:37 +04:00

font-display: swap in google fonts

This commit is contained in:
chomik
2019-05-20 21:13:42 +02:00
parent cdcda80f96
commit a4e66aa0e0
+1 -1
View File
@@ -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;