summaryrefslogtreecommitdiff
path: root/xstatic/pkg/font_awesome/data/scss/_core.scss
diff options
context:
space:
mode:
Diffstat (limited to 'xstatic/pkg/font_awesome/data/scss/_core.scss')
-rw-r--r--xstatic/pkg/font_awesome/data/scss/_core.scss3
1 files changed, 1 insertions, 2 deletions
diff --git a/xstatic/pkg/font_awesome/data/scss/_core.scss b/xstatic/pkg/font_awesome/data/scss/_core.scss
index 5a2db9d..7425ef8 100644
--- a/xstatic/pkg/font_awesome/data/scss/_core.scss
+++ b/xstatic/pkg/font_awesome/data/scss/_core.scss
@@ -3,11 +3,10 @@
.#{$fa-css-prefix} {
display: inline-block;
- font: normal normal normal #{$fa-font-size-base}/1 FontAwesome; // shortening font declaration
+ font: normal normal normal #{$fa-font-size-base}/#{$fa-line-height-base} FontAwesome; // shortening font declaration
font-size: inherit; // can't have font-size inherit on line above, so need to override
text-rendering: auto; // optimizelegibility throws things off #1094
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
- transform: translate(0, 0); // ensures no half-pixel rendering in firefox
}