From 1f3d9da3b9d8d6f239e0a768b66cee22bc4e8c01 Mon Sep 17 00:00:00 2001 From: EugeneHlushko Date: Tue, 14 May 2019 22:48:13 +0300 Subject: [PATCH] feat(foit) use font display for google fonts --- src/styles/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/index.scss b/src/styles/index.scss index e42cc8b790ff..5405b20c9b11 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -1,4 +1,4 @@ -@import url('https://fonts.googleapis.com/css?family=Source+Code+Pro:400,600|Source+Sans+Pro:400,400i,600'); +@import url('https://fonts.googleapis.com/css?family=Source+Code+Pro:400,600|Source+Sans+Pro:400,400i,600&display=swap'); @import 'vars'; @import 'fonts';