We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41f3425 commit 6bb40c8Copy full SHA for 6bb40c8
src/scss/themes/fylr/mixins/_icons.scss
@@ -2,7 +2,7 @@
2
content: $code;
3
display: inline-block;
4
// stylelint-disable-next-line
5
- font: normal normal normal #{$font-size} 'FontAwesome';
+ font: normal normal normal var(--icon-font-size, #{$font-size}) 'FontAwesome';
6
text-rendering: auto;
7
-webkit-font-smoothing: antialiased;
8
-moz-osx-font-smoothing: grayscale;
0 commit comments