2013-01-09 07:57:31 +00:00
|
|
|
/* Font Awesome 3.0
|
2012-05-02 09:04:16 +00:00
|
|
|
the iconic font designed for use with Twitter Bootstrap
|
|
|
|
-------------------------------------------------------
|
|
|
|
The full suite of pictographic icons, examples, and documentation
|
|
|
|
can be found at: http://fortawesome.github.com/Font-Awesome/
|
|
|
|
|
|
|
|
License
|
|
|
|
-------------------------------------------------------
|
2013-01-09 07:57:31 +00:00
|
|
|
• The Font Awesome font is licensed under the SIL Open Font License - http://scripts.sil.org/OFL
|
|
|
|
• Font Awesome CSS, LESS, and SASS files are licensed under the MIT License -
|
|
|
|
http://opensource.org/licenses/mit-license.html
|
|
|
|
• The Font Awesome pictograms are licensed under the CC BY 3.0 License - http://creativecommons.org/licenses/by/3.0/
|
|
|
|
• Attribution is no longer required in Font Awesome 3.0, but much appreciated:
|
|
|
|
"Font Awesome by Dave Gandy - http://fortawesome.github.com/Font-Awesome"
|
2012-05-02 09:04:16 +00:00
|
|
|
|
|
|
|
Contact
|
|
|
|
-------------------------------------------------------
|
|
|
|
Email: dave@davegandy.com
|
|
|
|
Twitter: http://twitter.com/fortaweso_me
|
2013-01-09 07:57:31 +00:00
|
|
|
Work: Lead Product Designer @ http://kyruus.com
|
2012-05-02 09:04:16 +00:00
|
|
|
|
|
|
|
*/
|
|
|
|
@font-face {
|
2013-01-09 07:57:31 +00:00
|
|
|
font-family: 'FontAwesome';
|
2013-07-02 08:46:44 +00:00
|
|
|
src:url(<%= asset_path'fontawesome-webfont.eot' %>);
|
|
|
|
src:url(<%= asset_path'fontawesome-webfont.eot?#iefix' %>) format('embedded-opentype'),
|
|
|
|
url(<%= asset_path'fontawesome-webfont.woff' %>) format('woff'),
|
|
|
|
url(<%= asset_path'fontawesome-webfont.ttf' %>) format('truetype');
|
2012-07-02 08:23:14 +00:00
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
2013-01-09 07:57:31 +00:00
|
|
|
}
|