From 24ce241e4bb5e670b9192fdeb8a166483374a956 Mon Sep 17 00:00:00 2001 From: Erwann MEST Date: Mon, 3 Sep 2012 10:48:50 +0200 Subject: [PATCH] Fix font directory bug with compass. --- README.md | 5 ++++- sass/font-awesome.scss | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 900fd73ba..092c06d63 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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/ A mention of 'Font Awesome - http://fortawesome.github.com/Font-Awesome' 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). diff --git a/sass/font-awesome.scss b/sass/font-awesome.scss index 2faacaf54..9ff87d966 100644 --- a/sass/font-awesome.scss +++ b/sass/font-awesome.scss @@ -23,7 +23,7 @@ */ @import "compass/css3/font-face"; -$fontAwesomePath: "../font/fontawesome-webfont" !default; +$fontAwesomePath: "fontawesome-webfont" !default; @include font-face( 'FontAwesome',