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: The full suite of pictographic icons, examples, and documentation can be found at:
http://fortawesome.github.com/Font-Awesome/ 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 ##Contact
- Email: dave@davegandy.com - Email: dave@davegandy.com
- Twitter: http://twitter.com/fortaweso_me - Twitter: http://twitter.com/fortaweso_me
@ -14,5 +17,5 @@ Version 2.0 of the Font Awesome font, CSS, and LESS files are licensed under CC
http://creativecommons.org/licenses/by/3.0/ http://creativecommons.org/licenses/by/3.0/
A mention of 'Font Awesome - http://fortawesome.github.com/Font-Awesome' A mention of 'Font Awesome - http://fortawesome.github.com/Font-Awesome'
in human-readable source code is considered acceptable attribution (most common on the in human-readable source code is considered acceptable attribution (most common on the
web). If human readable source code is not available to the end user, a mention in an 'About' web). If human readable source code is not available to the end user, a mention in an 'About'
or 'Credits' screen is considered acceptable (most common in desktop or mobile software). or 'Credits' screen is considered acceptable (most common in desktop or mobile software).

View File

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