• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

font/H03-May-2022-

less/H04-Oct-2015-3,4872,325

README.mdH A D04-Oct-20152.5 KiB6344

README.md

1#[Font Awesome v3.2.1](http://fontawesome.io)
2###the iconic font designed for Bootstrap
3
4Font Awesome is a full suite of 361 pictographic icons for easy scalable vector graphics on websites, created and
5maintained by [Dave Gandy](http://twitter.com/davegandy). Stay up to date [@fontawesome](http://twitter.com/fontawesome).
6
7Get started at http://fontawesome.io!
8
9##License
10- The Font Awesome font is licensed under the SIL OFL 1.1:
11  - http://scripts.sil.org/OFL
12- Font Awesome CSS, LESS, and SASS files are licensed under the MIT License:
13  - http://opensource.org/licenses/mit-license.html
14- The Font Awesome documentation is licensed under the CC BY 3.0 License:
15  - http://creativecommons.org/licenses/by/3.0/
16- Attribution is no longer required as of Font Awesome 3.0, but much appreciated:
17  - `Font Awesome by Dave Gandy - http://fontawesome.io`
18- Full details: http://fontawesome.io/license
19
20##Changelog
21- v3.0.0 - all icons redesigned from scratch, optimized for Bootstrap's 14px default
22- v3.0.1 - much improved rendering in webkit, various bug fixes
23- v3.0.2 - much improved rendering and alignment in IE7
24- v3.1.0 - Added 54 icons, icon stacking styles, flipping and rotating icons, removed SASS support
25- [v3.1.1 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=4&page=1&state=closed)
26- [v3.2.0 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=3&page=1&state=closed)
27- [v3.2.1 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=5&page=1&state=closed)
28
29##Versioning
30
31Font Awesome will be maintained under the Semantic Versioning guidelines as much as possible. Releases will be numbered with the following format:
32
33`<major>.<minor>.<patch>`
34
35And constructed with the following guidelines:
36
37* Breaking backward compatibility bumps the major (and resets the minor and patch)
38* New additions, including new icons, without breaking backward compatibility bumps the minor (and resets the patch)
39* Bug fixes and misc changes bumps the patch
40
41For more information on SemVer, please visit http://semver.org.
42
43##Author
44- Email: dave@fontawesome.io
45- Twitter: http://twitter.com/davegandy
46- GitHub: https://github.com/davegandy
47- Work: Lead Product Designer @ http://kyru.us
48
49## Hacking on Font Awesome
50
51From the root of the repository, install the tools used to develop.
52
53    $ bundle install
54    $ npm install
55
56Build the project and documentation:
57
58    $ bundle exec jekyll build
59
60Or serve it on a local server on http://localhost:7998/Font-Awesome/:
61
62    $ bundle exec jekyll serve
63