From febe3173b7430266c36508927f3535c431f0aa8b Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Wed, 2 Jun 2021 02:17:56 -0600 Subject: fix fork/font awesome compat --- static/font-awesome/css/all.css | 2 -- 1 file changed, 2 deletions(-) (limited to 'static/font-awesome/css/all.css') diff --git a/static/font-awesome/css/all.css b/static/font-awesome/css/all.css index b33b27d..be7f94d 100644 --- a/static/font-awesome/css/all.css +++ b/static/font-awesome/css/all.css @@ -2,7 +2,6 @@ * Font Awesome Free 5.15.2 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ -.fa, .fas, .far, .fal, @@ -4613,7 +4612,6 @@ readers do not read off random characters that represent icons */ src: url("../webfonts/fa-solid-900.eot"); src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg"); } -.fa, .fas { font-family: 'Font Awesome 5 Free'; font-weight: 900; } -- cgit v1.2.3-54-g00ecf