The iconic SVG, font, and CSS toolkit
Go to file
Jyri Tuulos 2471e54678 Fix icon-large styles inside list items
In Font Awesome 1.0 the LESS declaration was:
.icon-large[class^="icon-"],
.icon-large[class*=" icon-"]

The same declaration in Font Awesome 2.0:
.icon-large:before,
.icon-large:before

Clearly the selector should not be duplicated and should just be:
.icon-large
2012-06-05 17:30:21 +03:00
css Fix icon-large styles inside list items 2012-06-05 17:30:21 +03:00
docs Fix icon-large styles inside list items 2012-06-05 17:30:21 +03:00
font fixing odd windows font issues 2012-06-04 17:15:50 -04:00
less Fix icon-large styles inside list items 2012-06-05 17:30:21 +03:00
sass Fix icon-large styles inside list items 2012-06-05 17:30:21 +03:00
.gitignore Add SASS/SCSS version 2012-06-04 14:33:04 +02:00
FontAwesome-Vectors.pdf adding vectors & desktop ttf, massive update of icons and doc 2012-06-04 00:20:05 -04:00
FontAwesome.ttf adding vectors & desktop ttf, massive update of icons and doc 2012-06-04 00:20:05 -04:00
README.md adding vectors & desktop ttf, massive update of icons and doc 2012-06-04 00:20:05 -04:00

#Font Awesome 2.0 ##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/

##Contact

##License Version 2.0 of the Font Awesome font, CSS, and LESS files are licensed under CC BY 3.0: 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' or 'Credits' screen is considered acceptable (most common in desktop or mobile software).