diff --git a/fonts/brz9-v2.4/brz9-v2.4.css b/fonts/brz9-v2.4/brz9-v2.4.css index 8417cc5..4e22d83 100644 --- a/fonts/brz9-v2.4/brz9-v2.4.css +++ b/fonts/brz9-v2.4/brz9-v2.4.css @@ -24,19 +24,13 @@ -moz-osx-font-smoothing: grayscale; } -.color.brz9-icon-fastapi:before { +.brz9-icon-fastapi:before { content: "\ea3c"; color: #05998b; } -.brz9-icon-fastapi:before { - content: "\ea3c"; -} -.color.brz9-icon-dash:before { - content: "\ea3d"; - color: #008de4; -} .brz9-icon-dash:before { content: "\ea3d"; + color: #008de4; } .brz9-icon-affinitydesigner:before { content: "\ea00"; @@ -52,9 +46,6 @@ } .brz9-icon-kick:before { content: "\ea05"; -} -.color.brz9-icon-kick:before { - content: "\ea05"; color: #53fc18; } .brz9-icon-threads:before { @@ -62,9 +53,6 @@ } .brz9-icon-adobe:before { content: "\ea12"; -} -.color.brz9-icon-adobe:before { - content: "\ea12"; color: #f00; } .brz9-icon-fiverr:before { @@ -397,9 +385,6 @@ } .brz9-icon-twitch:before { content: "\e93a"; -} -.color.brz9-icon-twitch:before { - content: "\e93a"; color: #6441a4; } .brz9-icon-twitter:before { @@ -1228,3 +1213,7 @@ .brz9-icon-paypal:before { content: "\ead8"; } + +[class^="brz9-icon-"]::before, [class*=" brz9-icon-"]::before { + color: inherit !important; +} \ No newline at end of file