X-Git-Url: http://git.wpitchoune.net/gitweb/?p=www.git;a=blobdiff_plain;f=www%2Ffont-awesome-4.6.3%2Fscss%2F_core.scss;fp=www%2Ffont-awesome-4.6.3%2Fscss%2F_core.scss;h=7425ef85fc80ce6b035065906fc27490715e3733;hp=0000000000000000000000000000000000000000;hb=1bea084f937442af9ca3e85c93cc475f8ae74b45;hpb=15e053bc8fd54e8325a76054adf4ba726b91987b diff --git a/www/font-awesome-4.6.3/scss/_core.scss b/www/font-awesome-4.6.3/scss/_core.scss new file mode 100644 index 0000000..7425ef8 --- /dev/null +++ b/www/font-awesome-4.6.3/scss/_core.scss @@ -0,0 +1,12 @@ +// Base Class Definition +// ------------------------- + +.#{$fa-css-prefix} { + display: inline-block; + 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; + +}