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:
|
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).
|
||||||
|
2
sass/font-awesome.scss
vendored
2
sass/font-awesome.scss
vendored
@ -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',
|
||||||
|
Loading…
Reference in New Issue
Block a user