Files
bootswatch/docs/3/bower_components/font-awesome
ImgBotApp d70eed49c9 [ImgBot] optimizes images
*Total: 461.07kb -> 440.68kb (4.42%)

\docs\2\bower_components\bootstrap\docs\assets\ico\favicon.png -- 2.65kb -> 1.92kb (27.41%)
\docs\3\bower_components\font-awesome\src\3.2.1\assets\img\contribution-sample.png -- 2.38kb -> 2.05kb (14.17%)
\docs\_assets\img\logo-nav.png -- 23.06kb -> 18.63kb (19.18%)
\docs\2\bower_components\bootstrap\docs\assets\img\example-sites\adoptahydrant.png -- 133.28kb -> 132.27kb (0.76%)
\docs\2\bower_components\bootstrap\docs\assets\img\bs-docs-responsive-illustrations.png -- 10.32kb -> 9.63kb (6.7%)
\docs\3\bower_components\font-awesome\src\3.2.1\assets\img\fort_awesome.jpg -- 112.13kb -> 107.73kb (3.92%)
\docs\_assets\img\shopify-300x250-light@2x.jpg -- 35.23kb -> 33.16kb (5.88%)
\docs\_assets\img\refs\csssecrets.png -- 109.86kb -> 105.36kb (4.1%)
\docs\_assets\img\shopify-728x90-light@2x.jpg -- 32.15kb -> 29.93kb (6.91%)
2017-11-13 06:40:30 +00:00
..
2017-11-03 20:35:32 -04:00
2017-11-03 20:35:32 -04:00
2017-11-03 20:35:32 -04:00
2017-11-03 20:35:32 -04:00
2017-11-13 06:40:30 +00:00
2017-11-03 20:35:32 -04:00
2017-11-03 20:35:32 -04:00
2017-11-03 20:35:32 -04:00
2017-11-03 20:35:32 -04:00
2017-11-03 20:35:32 -04:00
2017-11-03 20:35:32 -04:00
2017-11-03 20:35:32 -04:00
2017-11-03 20:35:32 -04:00
2017-11-03 20:35:32 -04:00

#Font Awesome v4.0.3 ###the iconic font designed for Bootstrap

Font Awesome is a full suite of 369 pictographic icons for easy scalable vector graphics on websites, created and maintained by Dave Gandy. Stay up to date @fontawesome.

Get started at http://fontawesome.io!

##License

##Changelog

##Versioning

Font Awesome will be maintained under the Semantic Versioning guidelines as much as possible. Releases will be numbered with the following format:

<major>.<minor>.<patch>

And constructed with the following guidelines:

  • Breaking backward compatibility bumps the major (and resets the minor and patch)
  • New additions, including new icons, without breaking backward compatibility bumps the minor (and resets the patch)
  • Bug fixes and misc changes bumps the patch

For more information on SemVer, please visit http://semver.org.

##Author

##Component To include as a component, just run

$ component install FortAwesome/Font-Awesome

Or add

"FortAwesome/Font-Awesome": "*"

to the dependencies in your component.json.

Hacking on Font Awesome

From the root of the repository, install the tools used to develop.

$ bundle install
$ npm install

Build the project and documentation:

$ bundle exec jekyll build

Or serve it on a local server on http://localhost:7998/Font-Awesome/:

$ bundle exec jekyll serve