Skip to content

cassiux/font-awesome-more-sass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published