Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.69 KB

README.md

File metadata and controls

42 lines (29 loc) · 1.69 KB

Font Awesome More 3.0.2 + SASS

These files was built to help those which want to use Font Awesome More and have all CSS running with SASS.

Setup

Each SASS file have a variable to define the fonts path for, you just need be careful with the correct font path inside each file.

  • Default Icons - $fontAwesomePath
  • Social Icons$fontAwesomeSocialPath
  • Coprorate Icons$fontAwesomeCorpPath
  • Extra Icons$fontAwesomeExtPath

##Issue

You might run in a problem if you use Font Awesome with CDN based website.

There is a issue with FireFox when you use Font Awesome and cross domains, so before you get crazy searching for a valid solution here is a tip:

Add a .htaccessfile or directly to apache config with the following content:

<FilesMatch "\.(ttf|otf|eot|woff)$">
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>
</FilesMatch>

##License

More information

You can find the full suite of pictographic icons, examples, and documentation at: http://fortawesome.github.com/Font-Awesome/

For more information about Font Awesome More please click here.