From dace72cb2c7d3444d3338e0ae9035216f7b7f76c Mon Sep 17 00:00:00 2001 From: Phillip Kessels Date: Mon, 16 Sep 2019 11:07:06 +0100 Subject: [PATCH] fix: actually use $fa-font-display --- assets/stylesheets/font-awesome/_path.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/assets/stylesheets/font-awesome/_path.scss b/assets/stylesheets/font-awesome/_path.scss index dd2a4d91..fba8004d 100644 --- a/assets/stylesheets/font-awesome/_path.scss +++ b/assets/stylesheets/font-awesome/_path.scss @@ -2,6 +2,7 @@ * -------------------------- */ @font-face { + font-display: $fa-font-display; font-family: 'Font Awesome 5 Free'; font-style: normal; font-weight: 900; @@ -14,6 +15,7 @@ } @font-face { + font-display: $fa-font-display; font-family: 'Font Awesome 5 Free'; font-style: normal; font-weight: 400; @@ -26,6 +28,7 @@ } @font-face { + font-display: $fa-font-display; font-family: 'Font Awesome 5 Brands'; font-style: normal; font-weight: normal;