mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2025-01-13 08:40:28 +08:00
Fix font directory bug with compass.
This commit is contained in:
parent
ee55c859d2
commit
24ce241e4b
@ -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
|
||||
|
2
sass/font-awesome.scss
vendored
2
sass/font-awesome.scss
vendored
@ -23,7 +23,7 @@
|
||||
*/
|
||||
|
||||
@import "compass/css3/font-face";
|
||||
$fontAwesomePath: "../font/fontawesome-webfont" !default;
|
||||
$fontAwesomePath: "fontawesome-webfont" !default;
|
||||
|
||||
@include font-face(
|
||||
'FontAwesome',
|
||||
|
Loading…
Reference in New Issue
Block a user