From 6a7acc700319c36a62c6ac0683cc3230549c1b01 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Wed, 9 May 2018 16:30:04 -0600 Subject: [PATCH] Fix FontAwesome issues --- public/themes/hyperspace/colors/blue/main.css | 6 ------ public/themes/hyperspace/colors/green/main.css | 6 ------ 2 files changed, 12 deletions(-) diff --git a/public/themes/hyperspace/colors/blue/main.css b/public/themes/hyperspace/colors/blue/main.css index 0f756e1..9f70803 100644 --- a/public/themes/hyperspace/colors/blue/main.css +++ b/public/themes/hyperspace/colors/blue/main.css @@ -2459,9 +2459,7 @@ input[type="checkbox"] + label:before, input[type="radio"] + label:before { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; - font-family: FontAwesome; font-style: normal; - font-weight: normal; text-transform: none !important; } @@ -2539,9 +2537,7 @@ input[type="radio"] + label:before { .icon:before { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; - font-family: FontAwesome; font-style: normal; - font-weight: normal; text-transform: none !important; } @@ -2703,9 +2699,7 @@ ul.icons li > a, ul.icons li > span { ul.icons li > a:before, ul.icons li > span:before { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; - font-family: FontAwesome; font-style: normal; - font-weight: normal; text-transform: none !important; } diff --git a/public/themes/hyperspace/colors/green/main.css b/public/themes/hyperspace/colors/green/main.css index c131bd6..572c60e 100644 --- a/public/themes/hyperspace/colors/green/main.css +++ b/public/themes/hyperspace/colors/green/main.css @@ -2459,9 +2459,7 @@ input[type="checkbox"] + label:before, input[type="radio"] + label:before { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; - font-family: FontAwesome; font-style: normal; - font-weight: normal; text-transform: none !important; } @@ -2539,9 +2537,7 @@ input[type="radio"] + label:before { .icon:before { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; - font-family: FontAwesome; font-style: normal; - font-weight: normal; text-transform: none !important; } @@ -2703,9 +2699,7 @@ ul.icons li > a, ul.icons li > span { ul.icons li > a:before, ul.icons li > span:before { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; - font-family: FontAwesome; font-style: normal; - font-weight: normal; text-transform: none !important; }