Fix font directory bug with compass.

This commit is contained in:
Erwann MEST 2012-09-03 10:48:50 +02:00
parent ee55c859d2
commit 24ce241e4b
2 changed files with 5 additions and 2 deletions

View File

@ -4,6 +4,9 @@
The full suite of pictographic icons, examples, and documentation can be found at:
http://fortawesome.github.com/Font-Awesome/
###Note for Compass
If you use Compass, either put the fonts in "fonts" directory (default directory for fonts with compass) either specify ```fonts_dir = "font"```in your ```config.rb```
##Contact
- Email: dave@davegandy.com
- Twitter: http://twitter.com/fortaweso_me

View File

@ -23,7 +23,7 @@
*/
@import "compass/css3/font-face";
$fontAwesomePath: "../font/fontawesome-webfont" !default;
$fontAwesomePath: "fontawesome-webfont" !default;
@include font-face(
'FontAwesome',