From b43da19427ada2133c725aba9464e2d441bbc660 Mon Sep 17 00:00:00 2001 From: omeid matten Date: Sun, 15 Jun 2014 16:09:07 +1000 Subject: [PATCH] Previous commit changed for SCSS. See previous commit. --- scss/_core.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scss/_core.scss b/scss/_core.scss index 861ccd9dc..2a2b77272 100644 --- a/scss/_core.scss +++ b/scss/_core.scss @@ -3,10 +3,13 @@ .#{$fa-css-prefix} { display: inline-block; - font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; + + &::before { + font-family: FontAwesome; + } }