From 9e07c7eb60e53c366b786c928236efab5373a9b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=9D=E3=83=BC=E3=83=AB=20=E3=82=A6=E3=82=A7=E3=83=83?= =?UTF-8?q?=E3=83=96?= Date: Tue, 19 Mar 2019 17:16:15 -0500 Subject: [PATCH] Updated icon font name --- web/scss/components/_icons.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/scss/components/_icons.scss b/web/scss/components/_icons.scss index 91678cdb..127efdef 100644 --- a/web/scss/components/_icons.scss +++ b/web/scss/components/_icons.scss @@ -1,7 +1,7 @@ [class*="icon-"] { box-sizing: content-box; display: inline-block; - font-family: FontAwesome, "Font Awesome 5 Brands"; + font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands"; font-size: inherit; font-style: normal; font-variant: normal;