A fork of the iconic font and CSS toolkit
![]() |
il y a 12 ans | |
---|---|---|
css | il y a 12 ans | |
font | il y a 12 ans | |
less | il y a 12 ans | |
scss | il y a 12 ans | |
src | il y a 12 ans | |
.gitignore | il y a 12 ans | |
.ruby-version | il y a 12 ans | |
Gemfile | il y a 12 ans | |
Gemfile.lock | il y a 12 ans | |
README.md | il y a 12 ans | |
_config.yml | il y a 12 ans | |
package.json | il y a 12 ans |
#Font Awesome v3.2.0 ###the iconic font designed for Bootstrap
Font Awesome is a full suite of 302 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
Font Awesome by Dave Gandy - http://fontawesome.io
##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:
For more information on SemVer, please visit http://semver.org.
##Author
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