diff --git a/.gitignore b/.gitignore index bbb58fd52..39c4f20b7 100644 --- a/.gitignore +++ b/.gitignore @@ -30,5 +30,4 @@ src/website/settingslocal.py stunnel.log .ruby-version -*.sublime-project -*.sublime-workspace +.bundle diff --git a/.npmignore b/.npmignore new file mode 100644 index 000000000..54a691f81 --- /dev/null +++ b/.npmignore @@ -0,0 +1,42 @@ +*.pyc +*.egg-info +*.db +*.db.old +*.swp +*.db-journal + +.coverage +.DS_Store +.installed.cfg +_gh_pages/* + +.idea/* +.svn/* +src/website/static/* +src/website/media/* + +bin +cfcache +develop-eggs +dist +downloads +eggs +parts +tmp +.sass-cache +node_modules + +src/website/settingslocal.py +stunnel.log + +.ruby-version + +# don't need these in the npm package. +src/ +_config.yml +bower.json +component.json +composer.json +CONTRIBUTING.md +Gemfile +Gemfile.lock diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cc2530cd8..b3d4f878d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,6 +4,35 @@ Looking to contribute something to Font Awesome? **Here's how you can help.** +## Requesting new icons + +New icons mostly start as requests by the [Font Awesome community on GitHub](../../issues). Want to request a new icon? Here are some things to keep in mind: + +1. Please be nice. Font Awesome is a happy place. +2. Please do not request comprehensive sets of icons related to a very specific field. +3. Please [search](../../search?type=Issues) to see if your icon request already exists. If a request is found, please +1 that one. +4. Please make requests for single icons, unless you are requesting a couple of strictly related icons (e.g., thumbs-up/thumbs-down). +5. Please and thank you if you include the following: + - Title your [new issue](../../issues/new?title=Icon%20Request:%20icon-) `Icon request: icon-name` (e.g., `Icon request: icon-car`). + - Include a few use cases for your requested icon. How do you plan on using it? + - Attach a single color image or two that represent the idea you're going for. + - Request concrete objects: it's harder to make an icon to represent happiness, it's easier to make a smiley face. ☺ + + + +## Suggesting icon keyword addition/removal + +Icon filters are maintained by the [Font Awesome community on GitHub](../../pulls?q=is%3Apr+label%3Adoc). + +If you feel that an icon + +* is missing keyword(s) +* contains invalid keyword(s) + +please send a [PR](https://help.github.com/articles/using-pull-requests/) to the `master` branch. + + + ## Reporting issues We only accept issues that are icon requests, bug reports, or feature requests. Bugs must be isolated and reproducible problems that we can fix within the Font Awesome core. Please read the following guidelines to ensure you are the paragon of bug reporting. @@ -17,7 +46,7 @@ We only accept issues that are icon requests, bug reports, or feature requests. ## Key branches -- `master` is the latest, deployed version (not to be used for pull requests) +- `master` is the latest, deployed version (use for pull request if they only affect the docs) - `gh-pages` is the hosted docs (not to be used for pull requests) - `*-wip` branches are the official work in progress branches for the next releases. All pull requests should be submitted against the appropriate branch @@ -34,9 +63,11 @@ As of v3.2.0, Font Awesome's CSS, LESS, SCSS, and documentation are all powered ## Pull requests +- At the moment we are not accepting pull requests containing icons - Submit all pull requests against the appropriate `*-wip` branch for easier merging +- If your PR only affect the docs, feel free to push against the `master` branch - Any changes to the docs must be made to the Liquid templates in the `src` directory -- CSS changes must be done in .less and .scss files first, never the compiled files +- Any changes to the styles must be made to the .less and .scss files in the `src` directory - If modifying the .less and .scss files, always recompile and commit the compiled files - Try not to pollute your pull request with unintended changes--keep them simple and small - Try to share which browsers your code has been tested in before submitting a pull request @@ -58,7 +89,7 @@ As of v3.2.0, Font Awesome's CSS, LESS, SCSS, and documentation are all powered - Multiple-line approach (one property and value per line) - Always a space after a property's colon (.e.g, `display: block;` and not `display:block;`) - End all lines with a semi-colon -- For multiple, comma-separated selectors, place each selector on it's own line +- For multiple, comma-separated selectors, place each selector on its own line - Attribute selectors, like `input[type="text"]` should always wrap the attribute's value in double quotes, for consistency and safety (see this [blog post on unquoted attribute values](http://mathiasbynens.be/notes/unquoted-attribute-values) that can lead to XSS attacks) diff --git a/Gemfile b/Gemfile index 499bcea70..0ca1cbfd5 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,7 @@ source 'https://rubygems.org' gem 'jekyll', '~> 1.0' -gem 'debugger' +gem 'safe_yaml', '~> 1.0.4' +gem 'sass', '~> 3.0' +gem 'less', '~> 2.5.0' +gem 'therubyracer' diff --git a/Gemfile.lock b/Gemfile.lock index b677d9c0f..e0f3de44d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,46 +1,64 @@ GEM remote: https://rubygems.org/ specs: - classifier (1.3.3) + blankslate (2.1.2.4) + classifier (1.3.4) fast-stemmer (>= 1.0.0) colorator (0.1) - columnize (0.3.6) - commander (4.1.3) + commander (4.1.6) highline (~> 1.6.11) - debugger (1.6.0) - columnize (>= 0.3.1) - debugger-linecache (~> 1.2.0) - debugger-ruby_core_source (~> 1.2.1) - debugger-linecache (1.2.0) - debugger-ruby_core_source (1.2.2) - directory_watcher (1.4.1) + commonjs (0.2.7) fast-stemmer (1.0.2) - highline (1.6.19) - jekyll (1.0.0) + ffi (1.9.10) + highline (1.6.21) + jekyll (1.5.1) classifier (~> 1.3) colorator (~> 0.1) commander (~> 4.1.3) - directory_watcher (~> 1.4.1) - kramdown (~> 0.14) - liquid (~> 2.3) - maruku (~> 0.5) - pygments.rb (~> 0.4.2) - safe_yaml (~> 0.7.0) - kramdown (0.14.2) - liquid (2.5.0) - maruku (0.6.1) - syntax (>= 1.0.0) - posix-spawn (0.3.6) - pygments.rb (0.4.2) + liquid (~> 2.5.5) + listen (~> 1.3) + maruku (= 0.7.0) + pygments.rb (~> 0.5.0) + redcarpet (~> 2.3.0) + safe_yaml (~> 1.0) + toml (~> 0.1.0) + less (2.5.1) + commonjs (~> 0.2.7) + libv8 (3.16.14.13) + liquid (2.5.5) + listen (1.3.1) + rb-fsevent (>= 0.9.3) + rb-inotify (>= 0.9) + rb-kqueue (>= 0.2) + maruku (0.7.0) + parslet (1.5.0) + blankslate (~> 2.0) + posix-spawn (0.3.11) + pygments.rb (0.5.4) posix-spawn (~> 0.3.6) yajl-ruby (~> 1.1.0) - safe_yaml (0.7.1) - syntax (1.0.0) + rb-fsevent (0.9.6) + rb-inotify (0.9.5) + ffi (>= 0.5.0) + rb-kqueue (0.2.4) + ffi (>= 0.5.0) + redcarpet (2.3.0) + ref (2.0.0) + safe_yaml (1.0.4) + sass (3.4.19) + therubyracer (0.12.2) + libv8 (~> 3.16.14.0) + ref + toml (0.1.2) + parslet (~> 1.5.0) yajl-ruby (1.1.0) PLATFORMS ruby DEPENDENCIES - debugger jekyll (~> 1.0) + less (~> 2.5.0) + safe_yaml (~> 1.0.4) + sass (~> 3.0) + therubyracer diff --git a/HELP-US-OUT.txt b/HELP-US-OUT.txt new file mode 100644 index 000000000..cfd9d9f3c --- /dev/null +++ b/HELP-US-OUT.txt @@ -0,0 +1,7 @@ +I hope you love Font Awesome. If you've found it useful, please do me a favor and check out my latest project, +Fonticons (https://fonticons.com). It makes it easy to put the perfect icons on your website. Choose from our awesome, +comprehensive icon sets or copy and paste your own. + +Please. Check it out. + +-Dave Gandy diff --git a/README.md b/README.md index 874d76c7e..633f90a65 100644 --- a/README.md +++ b/README.md @@ -1,38 +1,51 @@ -#[Font Awesome v4.0.3](http://fontawesome.io) -###the iconic font designed for Bootstrap +# [Font Awesome v4.5.0](http://fontawesome.io) +### The iconic font and CSS framework -Font Awesome is a full suite of 369 pictographic icons for easy scalable vector graphics on websites, created and -maintained by [Dave Gandy](http://twitter.com/davegandy). Stay up to date [@fontawesome](http://twitter.com/fontawesome). +Font Awesome is a full suite of 605 pictographic icons for easy scalable vector graphics on websites, +created and maintained by [Dave Gandy](https://twitter.com/davegandy). +Stay up to date with the latest release and announcements on Twitter: +[@fontawesome](http://twitter.com/fontawesome). Get started at http://fontawesome.io! -##License +## License - The Font Awesome font is licensed under the SIL OFL 1.1: - 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 +- Font Awesome CSS, LESS, and Sass files are licensed under the MIT License: + - https://opensource.org/licenses/mit-license.html - The Font Awesome documentation is licensed under the CC BY 3.0 License: - http://creativecommons.org/licenses/by/3.0/ - Attribution is no longer required as of Font Awesome 3.0, but much appreciated: - `Font Awesome by Dave Gandy - http://fontawesome.io` -- Full details: http://fontawesome.io/license +- Full details: http://fontawesome.io/license/ -##Changelog -- v3.0.0 - all icons redesigned from scratch, optimized for Bootstrap's 14px default -- v3.0.1 - much improved rendering in webkit, various bug fixes -- v3.0.2 - much improved rendering and alignment in IE7 -- v3.1.0 - Added 54 icons, icon stacking styles, flipping and rotating icons, removed SASS support -- [v3.1.1 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=4&page=1&state=closed) -- [v3.2.0 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=3&page=1&state=closed) -- [v3.2.1 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=5&page=1&state=closed) -- [v4.0.0 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=2&page=1&state=closed) -- [v4.0.1 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=7&page=1&state=closed) -- [v4.0.2 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=8&page=1&state=closed) +## Changelog +- [v4.5.0 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?q=milestone%3A4.5.0+is%3Aclosed) +- [v4.4.0 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?q=milestone%3A4.4.0+is%3Aclosed) +- [v4.3.0 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?q=milestone%3A4.3.0+is%3Aclosed) +- [v4.2.0 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=12&page=1&state=closed) +- [v4.1.0 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=6&page=1&state=closed) - [v4.0.3 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=9&page=1&state=closed) +- [v4.0.2 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=8&page=1&state=closed) +- [v4.0.1 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=7&page=1&state=closed) +- [v4.0.0 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=2&page=1&state=closed) +- [v3.2.1 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=5&page=1&state=closed) +- [v3.2.0 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=3&page=1&state=closed) +- [v3.1.1 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=4&page=1&state=closed) +- v3.1.0 - Added 54 icons, icon stacking styles, flipping and rotating icons, removed Sass support +- v3.0.2 - much improved rendering and alignment in IE7 +- v3.0.1 - much improved rendering in webkit, various bug fixes +- v3.0.0 - all icons redesigned from scratch, optimized for Bootstrap's 14px default -##Versioning +## Contributing -Font Awesome will be maintained under the Semantic Versioning guidelines as much as possible. Releases will be numbered with the following format: +Please read through our [contributing guidelines](https://github.com/FortAwesome/Font-Awesome/blob/master/CONTRIBUTING.md). +Included are directions for opening issues, coding standards, and notes on development. + +## Versioning + +Font Awesome will be maintained under the Semantic Versioning guidelines as much as possible. Releases will be numbered +with the following format: `..` @@ -44,14 +57,13 @@ And constructed with the following guidelines: For more information on SemVer, please visit http://semver.org. -##Author +## Author - Email: dave@fontawesome.io - Twitter: http://twitter.com/davegandy - GitHub: https://github.com/davegandy -- Work: Lead Product Designer @ http://kyru.us -##Component -To include as a [component](http://github.com/component/component), just run +## Component +To include as a [component](https://github.com/componentjs/component), just run $ component install FortAwesome/Font-Awesome @@ -63,6 +75,17 @@ to the `dependencies` in your `component.json`. ## Hacking on Font Awesome +**Before you can build the project**, you must first have the following installed: + +- [Ruby](https://www.ruby-lang.org/en/) +- Ruby Development Headers + - **Ubuntu:** `sudo apt-get install ruby-dev` *(Only if you're __NOT__ using `rbenv` or `rvm`)* + - **Windows:** [DevKit](http://rubyinstaller.org/) +- [Bundler](http://bundler.io/) (Run `gem install bundler` to install). +- [Node Package Manager (AKA NPM)](https://docs.npmjs.com/getting-started/installing-node) +- [Less](http://lesscss.org/) (Run `npm install -g less` to install). +- [Less Plugin: Clean CSS](https://github.com/less/less-plugin-clean-css) (Run `npm install -g less-plugin-clean-css` to install). + From the root of the repository, install the tools used to develop. $ bundle install @@ -74,4 +97,4 @@ Build the project and documentation: Or serve it on a local server on http://localhost:7998/Font-Awesome/: - $ bundle exec jekyll serve + $ bundle exec jekyll -w serve diff --git a/_config.yml b/_config.yml index d68d5faa3..c5a93a16a 100644 --- a/_config.yml +++ b/_config.yml @@ -11,7 +11,7 @@ pygments: true permalink: pretty # ensures SCSS files are compiled -include: [_bordered-pulled.scss, _core.scss, _fixed-width.scss, _icons.scss, _larger.scss, _list.scss, _mixins.scss, _path.scss, _rotated-flipped.scss, _spinning.scss, _stacked.scss, _variables.scss] +include: [_*.scss] # used in building icon pages icon_meta: src/icons.yml @@ -19,22 +19,21 @@ icon_layout: icon.html # Relative to _layouts directory icon_destination: icon # Relative to destination fontawesome: - version: 4.0.3 - minor_version: 4.0 + version: 4.5.0 + minor_version: 4.5 + major_version: 4 + doc_blob: v4.5.0 url: http://fontawesome.io legacy_url: http://fortawesome.github.com/Font-Awesome/ blog_url: http://blog.fontawesome.io twitter: fontawesome - tagline: The iconic font designed for Bootstrap + tagline: The iconic font and CSS toolkit css_prefix: fa author: name: Dave Gandy email: dave@fontawesome.io twitter: davegandy - work: - name: Kyruus - url: http://kyruus.com - title: Lead Product Designer + github: davegandy github: url: https://github.com/FortAwesome/Font-Awesome project: Font-Awesome @@ -51,8 +50,11 @@ fontawesome: url: http://creativecommons.org/licenses/by/3.0/ bootstrap: - version: 3.0.0 + version: 3.3.5 url: http://getbootstrap.com jquery: - version: 1.10.2 + version: 1.11.3 + +jquery_validate: + version: 1.13.1 diff --git a/bower.json b/bower.json new file mode 100644 index 000000000..9e2112659 --- /dev/null +++ b/bower.json @@ -0,0 +1,22 @@ +{ + "name": "font-awesome", + "description": "Font Awesome", + "keywords": [], + "homepage": "http://fontawesome.io", + "dependencies": {}, + "devDependencies": {}, + "license": ["OFL-1.1", "MIT", "CC-BY-3.0"], + "main": [ + "less/font-awesome.less", + "scss/font-awesome.scss" + ], + "ignore": [ + "*/.*", + "*.json", + "src", + "*.yml", + "Gemfile", + "Gemfile.lock", + "*.md" + ] +} diff --git a/component.json b/component.json index 4625d0941..9804ec94e 100644 --- a/component.json +++ b/component.json @@ -1,8 +1,8 @@ { - "name": "Font-Awesome", + "name": "font-awesome", "repo": "FortAwesome/Font-Awesome", "description": "Font Awesome", - "version": "4.0.3", + "version": "4.5.0", "keywords": [], "dependencies": {}, "development": {}, @@ -15,6 +15,7 @@ "fonts/fontawesome-webfont.svg", "fonts/fontawesome-webfont.ttf", "fonts/fontawesome-webfont.woff", + "fonts/fontawesome-webfont.woff2", "fonts/FontAwesome.otf" ] } diff --git a/composer.json b/composer.json index 49b9b3069..f1b9f3707 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "fortawesome/font-awesome", - "description": "The iconic font designed for Bootstrap", + "description": "The iconic font and CSS framework", "keywords": ["font", "awesome", "fontawesome", "icon", "font", "bootstrap"], "homepage": "http://fontawesome.io/", "authors": [ diff --git a/css/font-awesome.css b/css/font-awesome.css index 2051fad90..b2a5fe2f2 100644 --- a/css/font-awesome.css +++ b/css/font-awesome.css @@ -1,1360 +1,21 @@ /*! - * Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome + * Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) */ /* FONT PATH * -------------------------- */ @font-face { font-family: 'FontAwesome'; - src: url('../fonts/fontawesome-webfont.eot?v=4.0.3'); - src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg'); + src: url('../fonts/fontawesome-webfont.eot?v=4.5.0'); + src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg'); font-weight: normal; font-style: normal; } .fa { display: inline-block; - font-family: FontAwesome; - font-style: normal; - font-weight: normal; - line-height: 1; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; -} -/* makes the font 33% larger relative to the icon container */ -.fa-lg { - font-size: 1.3333333333333333em; - line-height: 0.75em; - vertical-align: -15%; -} -.fa-2x { - font-size: 2em; -} -.fa-3x { - font-size: 3em; -} -.fa-4x { - font-size: 4em; -} -.fa-5x { - font-size: 5em; -} -.fa-fw { - width: 1.2857142857142858em; - text-align: center; -} -.fa-ul { - padding-left: 0; - margin-left: 2.142857142857143em; - list-style-type: none; -} -.fa-ul > li { - position: relative; -} -.fa-li { - position: absolute; - left: -2.142857142857143em; - width: 2.142857142857143em; - top: 0.14285714285714285em; - text-align: center; -} -.fa-li.fa-lg { - left: -1.8571428571428572em; -} -.fa-border { - padding: .2em .25em .15em; - border: solid 0.08em #eeeeee; - border-radius: .1em; -} -.pull-right { - float: right; -} -.pull-left { - float: left; -} -.fa.pull-left { - margin-right: .3em; -} -.fa.pull-right { - margin-left: .3em; -} -.fa-spin { - -webkit-animation: spin 2s infinite linear; - -moz-animation: spin 2s infinite linear; - -o-animation: spin 2s infinite linear; - animation: spin 2s infinite linear; -} -@-moz-keyframes spin { - 0% { - -moz-transform: rotate(0deg); - } - 100% { - -moz-transform: rotate(359deg); - } -} -@-webkit-keyframes spin { - 0% { - -webkit-transform: rotate(0deg); - } - 100% { - -webkit-transform: rotate(359deg); - } -} -@-o-keyframes spin { - 0% { - -o-transform: rotate(0deg); - } - 100% { - -o-transform: rotate(359deg); - } -} -@-ms-keyframes spin { - 0% { - -ms-transform: rotate(0deg); - } - 100% { - -ms-transform: rotate(359deg); - } -} -@keyframes spin { - 0% { - transform: rotate(0deg); - } - 100% { - transform: rotate(359deg); - } -} -.fa-rotate-90 { - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); - -webkit-transform: rotate(90deg); - -moz-transform: rotate(90deg); - -ms-transform: rotate(90deg); - -o-transform: rotate(90deg); - transform: rotate(90deg); -} -.fa-rotate-180 { - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); - -webkit-transform: rotate(180deg); - -moz-transform: rotate(180deg); - -ms-transform: rotate(180deg); - -o-transform: rotate(180deg); - transform: rotate(180deg); -} -.fa-rotate-270 { - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); - -webkit-transform: rotate(270deg); - -moz-transform: rotate(270deg); - -ms-transform: rotate(270deg); - -o-transform: rotate(270deg); - transform: rotate(270deg); -} -.fa-flip-horizontal { - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1); - -webkit-transform: scale(-1, 1); - -moz-transform: scale(-1, 1); - -ms-transform: scale(-1, 1); - -o-transform: scale(-1, 1); - transform: scale(-1, 1); -} -.fa-flip-vertical { - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1); - -webkit-transform: scale(1, -1); - -moz-transform: scale(1, -1); - -ms-transform: scale(1, -1); - -o-transform: scale(1, -1); - transform: scale(1, -1); -} -.fa-stack { - position: relative; - display: inline-block; - width: 2em; - height: 2em; - line-height: 2em; - vertical-align: middle; -} -.fa-stack-1x, -.fa-stack-2x { - position: absolute; - left: 0; - width: 100%; - text-align: center; -} -.fa-stack-1x { - line-height: inherit; -} -.fa-stack-2x { - font-size: 2em; -} -.fa-inverse { - color: #ffffff; -} -/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen - readers do not read off random characters that represent icons */ -.fa-glass:before { - content: "\f000"; -} -.fa-music:before { - content: "\f001"; -} -.fa-search:before { - content: "\f002"; -} -.fa-envelope-o:before { - content: "\f003"; -} -.fa-heart:before { - content: "\f004"; -} -.fa-star:before { - content: "\f005"; -} -.fa-star-o:before { - content: "\f006"; -} -.fa-user:before { - content: "\f007"; -} -.fa-film:before { - content: "\f008"; -} -.fa-th-large:before { - content: "\f009"; -} -.fa-th:before { - content: "\f00a"; -} -.fa-th-list:before { - content: "\f00b"; -} -.fa-check:before { - content: "\f00c"; -} -.fa-times:before { - content: "\f00d"; -} -.fa-search-plus:before { - content: "\f00e"; -} -.fa-search-minus:before { - content: "\f010"; -} -.fa-power-off:before { - content: "\f011"; -} -.fa-signal:before { - content: "\f012"; -} -.fa-gear:before, -.fa-cog:before { - content: "\f013"; -} -.fa-trash-o:before { - content: "\f014"; -} -.fa-home:before { - content: "\f015"; -} -.fa-file-o:before { - content: "\f016"; -} -.fa-clock-o:before { - content: "\f017"; -} -.fa-road:before { - content: "\f018"; -} -.fa-download:before { - content: "\f019"; -} -.fa-arrow-circle-o-down:before { - content: "\f01a"; -} -.fa-arrow-circle-o-up:before { - content: "\f01b"; -} -.fa-inbox:before { - content: "\f01c"; -} -.fa-play-circle-o:before { - content: "\f01d"; -} -.fa-rotate-right:before, -.fa-repeat:before { - content: "\f01e"; -} -.fa-refresh:before { - content: "\f021"; -} -.fa-list-alt:before { - content: "\f022"; -} -.fa-lock:before { - content: "\f023"; -} -.fa-flag:before { - content: "\f024"; -} -.fa-headphones:before { - content: "\f025"; -} -.fa-volume-off:before { - content: "\f026"; -} -.fa-volume-down:before { - content: "\f027"; -} -.fa-volume-up:before { - content: "\f028"; -} -.fa-qrcode:before { - content: "\f029"; -} -.fa-barcode:before { - content: "\f02a"; -} -.fa-tag:before { - content: "\f02b"; -} -.fa-tags:before { - content: "\f02c"; -} -.fa-book:before { - content: "\f02d"; -} -.fa-bookmark:before { - content: "\f02e"; -} -.fa-print:before { - content: "\f02f"; -} -.fa-camera:before { - content: "\f030"; -} -.fa-font:before { - content: "\f031"; -} -.fa-bold:before { - content: "\f032"; -} -.fa-italic:before { - content: "\f033"; -} -.fa-text-height:before { - content: "\f034"; -} -.fa-text-width:before { - content: "\f035"; -} -.fa-align-left:before { - content: "\f036"; -} -.fa-align-center:before { - content: "\f037"; -} -.fa-align-right:before { - content: "\f038"; -} -.fa-align-justify:before { - content: "\f039"; -} -.fa-list:before { - content: "\f03a"; -} -.fa-dedent:before, -.fa-outdent:before { - content: "\f03b"; -} -.fa-indent:before { - content: "\f03c"; -} -.fa-video-camera:before { - content: "\f03d"; -} -.fa-picture-o:before { - content: "\f03e"; -} -.fa-pencil:before { - content: "\f040"; -} -.fa-map-marker:before { - content: "\f041"; -} -.fa-adjust:before { - content: "\f042"; -} -.fa-tint:before { - content: "\f043"; -} -.fa-edit:before, -.fa-pencil-square-o:before { - content: "\f044"; -} -.fa-share-square-o:before { - content: "\f045"; -} -.fa-check-square-o:before { - content: "\f046"; -} -.fa-arrows:before { - content: "\f047"; -} -.fa-step-backward:before { - content: "\f048"; -} -.fa-fast-backward:before { - content: "\f049"; -} -.fa-backward:before { - content: "\f04a"; -} -.fa-play:before { - content: "\f04b"; -} -.fa-pause:before { - content: "\f04c"; -} -.fa-stop:before { - content: "\f04d"; -} -.fa-forward:before { - content: "\f04e"; -} -.fa-fast-forward:before { - content: "\f050"; -} -.fa-step-forward:before { - content: "\f051"; -} -.fa-eject:before { - content: "\f052"; -} -.fa-chevron-left:before { - content: "\f053"; -} -.fa-chevron-right:before { - content: "\f054"; -} -.fa-plus-circle:before { - content: "\f055"; -} -.fa-minus-circle:before { - content: "\f056"; -} -.fa-times-circle:before { - content: "\f057"; -} -.fa-check-circle:before { - content: "\f058"; -} -.fa-question-circle:before { - content: "\f059"; -} -.fa-info-circle:before { - content: "\f05a"; -} -.fa-crosshairs:before { - content: "\f05b"; -} -.fa-times-circle-o:before { - content: "\f05c"; -} -.fa-check-circle-o:before { - content: "\f05d"; -} -.fa-ban:before { - content: "\f05e"; -} -.fa-arrow-left:before { - content: "\f060"; -} -.fa-arrow-right:before { - content: "\f061"; -} -.fa-arrow-up:before { - content: "\f062"; -} -.fa-arrow-down:before { - content: "\f063"; -} -.fa-mail-forward:before, -.fa-share:before { - content: "\f064"; -} -.fa-expand:before { - content: "\f065"; -} -.fa-compress:before { - content: "\f066"; -} -.fa-plus:before { - content: "\f067"; -} -.fa-minus:before { - content: "\f068"; -} -.fa-asterisk:before { - content: "\f069"; -} -.fa-exclamation-circle:before { - content: "\f06a"; -} -.fa-gift:before { - content: "\f06b"; -} -.fa-leaf:before { - content: "\f06c"; -} -.fa-fire:before { - content: "\f06d"; -} -.fa-eye:before { - content: "\f06e"; -} -.fa-eye-slash:before { - content: "\f070"; -} -.fa-warning:before, -.fa-exclamation-triangle:before { - content: "\f071"; -} -.fa-plane:before { - content: "\f072"; -} -.fa-calendar:before { - content: "\f073"; -} -.fa-random:before { - content: "\f074"; -} -.fa-comment:before { - content: "\f075"; -} -.fa-magnet:before { - content: "\f076"; -} -.fa-chevron-up:before { - content: "\f077"; -} -.fa-chevron-down:before { - content: "\f078"; -} -.fa-retweet:before { - content: "\f079"; -} -.fa-shopping-cart:before { - content: "\f07a"; -} -.fa-folder:before { - content: "\f07b"; -} -.fa-folder-open:before { - content: "\f07c"; -} -.fa-arrows-v:before { - content: "\f07d"; -} -.fa-arrows-h:before { - content: "\f07e"; -} -.fa-bar-chart-o:before { - content: "\f080"; -} -.fa-twitter-square:before { - content: "\f081"; -} -.fa-facebook-square:before { - content: "\f082"; -} -.fa-camera-retro:before { - content: "\f083"; -} -.fa-key:before { - content: "\f084"; -} -.fa-gears:before, -.fa-cogs:before { - content: "\f085"; -} -.fa-comments:before { - content: "\f086"; -} -.fa-thumbs-o-up:before { - content: "\f087"; -} -.fa-thumbs-o-down:before { - content: "\f088"; -} -.fa-star-half:before { - content: "\f089"; -} -.fa-heart-o:before { - content: "\f08a"; -} -.fa-sign-out:before { - content: "\f08b"; -} -.fa-linkedin-square:before { - content: "\f08c"; -} -.fa-thumb-tack:before { - content: "\f08d"; -} -.fa-external-link:before { - content: "\f08e"; -} -.fa-sign-in:before { - content: "\f090"; -} -.fa-trophy:before { - content: "\f091"; -} -.fa-github-square:before { - content: "\f092"; -} -.fa-upload:before { - content: "\f093"; -} -.fa-lemon-o:before { - content: "\f094"; -} -.fa-phone:before { - content: "\f095"; -} -.fa-square-o:before { - content: "\f096"; -} -.fa-bookmark-o:before { - content: "\f097"; -} -.fa-phone-square:before { - content: "\f098"; -} -.fa-twitter:before { - content: "\f099"; -} -.fa-facebook:before { - content: "\f09a"; -} -.fa-github:before { - content: "\f09b"; -} -.fa-unlock:before { - content: "\f09c"; -} -.fa-credit-card:before { - content: "\f09d"; -} -.fa-rss:before { - content: "\f09e"; -} -.fa-hdd-o:before { - content: "\f0a0"; -} -.fa-bullhorn:before { - content: "\f0a1"; -} -.fa-bell:before { - content: "\f0f3"; -} -.fa-certificate:before { - content: "\f0a3"; -} -.fa-hand-o-right:before { - content: "\f0a4"; -} -.fa-hand-o-left:before { - content: "\f0a5"; -} -.fa-hand-o-up:before { - content: "\f0a6"; -} -.fa-hand-o-down:before { - content: "\f0a7"; -} -.fa-arrow-circle-left:before { - content: "\f0a8"; -} -.fa-arrow-circle-right:before { - content: "\f0a9"; -} -.fa-arrow-circle-up:before { - content: "\f0aa"; -} -.fa-arrow-circle-down:before { - content: "\f0ab"; -} -.fa-globe:before { - content: "\f0ac"; -} -.fa-wrench:before { - content: "\f0ad"; -} -.fa-tasks:before { - content: "\f0ae"; -} -.fa-filter:before { - content: "\f0b0"; -} -.fa-briefcase:before { - content: "\f0b1"; -} -.fa-arrows-alt:before { - content: "\f0b2"; -} -.fa-group:before, -.fa-users:before { - content: "\f0c0"; -} -.fa-chain:before, -.fa-link:before { - content: "\f0c1"; -} -.fa-cloud:before { - content: "\f0c2"; -} -.fa-flask:before { - content: "\f0c3"; -} -.fa-cut:before, -.fa-scissors:before { - content: "\f0c4"; -} -.fa-copy:before, -.fa-files-o:before { - content: "\f0c5"; -} -.fa-paperclip:before { - content: "\f0c6"; -} -.fa-save:before, -.fa-floppy-o:before { - content: "\f0c7"; -} -.fa-square:before { - content: "\f0c8"; -} -.fa-bars:before { - content: "\f0c9"; -} -.fa-list-ul:before { - content: "\f0ca"; -} -.fa-list-ol:before { - content: "\f0cb"; -} -.fa-strikethrough:before { - content: "\f0cc"; -} -.fa-underline:before { - content: "\f0cd"; -} -.fa-table:before { - content: "\f0ce"; -} -.fa-magic:before { - content: "\f0d0"; -} -.fa-truck:before { - content: "\f0d1"; -} -.fa-pinterest:before { - content: "\f0d2"; -} -.fa-pinterest-square:before { - content: "\f0d3"; -} -.fa-google-plus-square:before { - content: "\f0d4"; -} -.fa-google-plus:before { - content: "\f0d5"; -} -.fa-money:before { - content: "\f0d6"; -} -.fa-caret-down:before { - content: "\f0d7"; -} -.fa-caret-up:before { - content: "\f0d8"; -} -.fa-caret-left:before { - content: "\f0d9"; -} -.fa-caret-right:before { - content: "\f0da"; -} -.fa-columns:before { - content: "\f0db"; -} -.fa-unsorted:before, -.fa-sort:before { - content: "\f0dc"; -} -.fa-sort-down:before, -.fa-sort-asc:before { - content: "\f0dd"; -} -.fa-sort-up:before, -.fa-sort-desc:before { - content: "\f0de"; -} -.fa-envelope:before { - content: "\f0e0"; -} -.fa-linkedin:before { - content: "\f0e1"; -} -.fa-rotate-left:before, -.fa-undo:before { - content: "\f0e2"; -} -.fa-legal:before, -.fa-gavel:before { - content: "\f0e3"; -} -.fa-dashboard:before, -.fa-tachometer:before { - content: "\f0e4"; -} -.fa-comment-o:before { - content: "\f0e5"; -} -.fa-comments-o:before { - content: "\f0e6"; -} -.fa-flash:before, -.fa-bolt:before { - content: "\f0e7"; -} -.fa-sitemap:before { - content: "\f0e8"; -} -.fa-umbrella:before { - content: "\f0e9"; -} -.fa-paste:before, -.fa-clipboard:before { - content: "\f0ea"; -} -.fa-lightbulb-o:before { - content: "\f0eb"; -} -.fa-exchange:before { - content: "\f0ec"; -} -.fa-cloud-download:before { - content: "\f0ed"; -} -.fa-cloud-upload:before { - content: "\f0ee"; -} -.fa-user-md:before { - content: "\f0f0"; -} -.fa-stethoscope:before { - content: "\f0f1"; -} -.fa-suitcase:before { - content: "\f0f2"; -} -.fa-bell-o:before { - content: "\f0a2"; -} -.fa-coffee:before { - content: "\f0f4"; -} -.fa-cutlery:before { - content: "\f0f5"; -} -.fa-file-text-o:before { - content: "\f0f6"; -} -.fa-building-o:before { - content: "\f0f7"; -} -.fa-hospital-o:before { - content: "\f0f8"; -} -.fa-ambulance:before { - content: "\f0f9"; -} -.fa-medkit:before { - content: "\f0fa"; -} -.fa-fighter-jet:before { - content: "\f0fb"; -} -.fa-beer:before { - content: "\f0fc"; -} -.fa-h-square:before { - content: "\f0fd"; -} -.fa-plus-square:before { - content: "\f0fe"; -} -.fa-angle-double-left:before { - content: "\f100"; -} -.fa-angle-double-right:before { - content: "\f101"; -} -.fa-angle-double-up:before { - content: "\f102"; -} -.fa-angle-double-down:before { - content: "\f103"; -} -.fa-angle-left:before { - content: "\f104"; -} -.fa-angle-right:before { - content: "\f105"; -} -.fa-angle-up:before { - content: "\f106"; -} -.fa-angle-down:before { - content: "\f107"; -} -.fa-desktop:before { - content: "\f108"; -} -.fa-laptop:before { - content: "\f109"; -} -.fa-tablet:before { - content: "\f10a"; -} -.fa-mobile-phone:before, -.fa-mobile:before { - content: "\f10b"; -} -.fa-circle-o:before { - content: "\f10c"; -} -.fa-quote-left:before { - content: "\f10d"; -} -.fa-quote-right:before { - content: "\f10e"; -} -.fa-spinner:before { - content: "\f110"; -} -.fa-circle:before { - content: "\f111"; -} -.fa-mail-reply:before, -.fa-reply:before { - content: "\f112"; -} -.fa-github-alt:before { - content: "\f113"; -} -.fa-folder-o:before { - content: "\f114"; -} -.fa-folder-open-o:before { - content: "\f115"; -} -.fa-smile-o:before { - content: "\f118"; -} -.fa-frown-o:before { - content: "\f119"; -} -.fa-meh-o:before { - content: "\f11a"; -} -.fa-gamepad:before { - content: "\f11b"; -} -.fa-keyboard-o:before { - content: "\f11c"; -} -.fa-flag-o:before { - content: "\f11d"; -} -.fa-flag-checkered:before { - content: "\f11e"; -} -.fa-terminal:before { - content: "\f120"; -} -.fa-code:before { - content: "\f121"; -} -.fa-reply-all:before { - content: "\f122"; -} -.fa-mail-reply-all:before { - content: "\f122"; -} -.fa-star-half-empty:before, -.fa-star-half-full:before, -.fa-star-half-o:before { - content: "\f123"; -} -.fa-location-arrow:before { - content: "\f124"; -} -.fa-crop:before { - content: "\f125"; -} -.fa-code-fork:before { - content: "\f126"; -} -.fa-unlink:before, -.fa-chain-broken:before { - content: "\f127"; -} -.fa-question:before { - content: "\f128"; -} -.fa-info:before { - content: "\f129"; -} -.fa-exclamation:before { - content: "\f12a"; -} -.fa-superscript:before { - content: "\f12b"; -} -.fa-subscript:before { - content: "\f12c"; -} -.fa-eraser:before { - content: "\f12d"; -} -.fa-puzzle-piece:before { - content: "\f12e"; -} -.fa-microphone:before { - content: "\f130"; -} -.fa-microphone-slash:before { - content: "\f131"; -} -.fa-shield:before { - content: "\f132"; -} -.fa-calendar-o:before { - content: "\f133"; -} -.fa-fire-extinguisher:before { - content: "\f134"; -} -.fa-rocket:before { - content: "\f135"; -} -.fa-maxcdn:before { - content: "\f136"; -} -.fa-chevron-circle-left:before { - content: "\f137"; -} -.fa-chevron-circle-right:before { - content: "\f138"; -} -.fa-chevron-circle-up:before { - content: "\f139"; -} -.fa-chevron-circle-down:before { - content: "\f13a"; -} -.fa-html5:before { - content: "\f13b"; -} -.fa-css3:before { - content: "\f13c"; -} -.fa-anchor:before { - content: "\f13d"; -} -.fa-unlock-alt:before { - content: "\f13e"; -} -.fa-bullseye:before { - content: "\f140"; -} -.fa-ellipsis-h:before { - content: "\f141"; -} -.fa-ellipsis-v:before { - content: "\f142"; -} -.fa-rss-square:before { - content: "\f143"; -} -.fa-play-circle:before { - content: "\f144"; -} -.fa-ticket:before { - content: "\f145"; -} -.fa-minus-square:before { - content: "\f146"; -} -.fa-minus-square-o:before { - content: "\f147"; -} -.fa-level-up:before { - content: "\f148"; -} -.fa-level-down:before { - content: "\f149"; -} -.fa-check-square:before { - content: "\f14a"; -} -.fa-pencil-square:before { - content: "\f14b"; -} -.fa-external-link-square:before { - content: "\f14c"; -} -.fa-share-square:before { - content: "\f14d"; -} -.fa-compass:before { - content: "\f14e"; -} -.fa-toggle-down:before, -.fa-caret-square-o-down:before { - content: "\f150"; -} -.fa-toggle-up:before, -.fa-caret-square-o-up:before { - content: "\f151"; -} -.fa-toggle-right:before, -.fa-caret-square-o-right:before { - content: "\f152"; -} -.fa-euro:before, -.fa-eur:before { - content: "\f153"; -} -.fa-gbp:before { - content: "\f154"; -} -.fa-dollar:before, -.fa-usd:before { - content: "\f155"; -} -.fa-rupee:before, -.fa-inr:before { - content: "\f156"; -} -.fa-cny:before, -.fa-rmb:before, -.fa-yen:before, -.fa-jpy:before { - content: "\f157"; -} -.fa-ruble:before, -.fa-rouble:before, -.fa-rub:before { - content: "\f158"; -} -.fa-won:before, -.fa-krw:before { - content: "\f159"; -} -.fa-bitcoin:before, -.fa-btc:before { - content: "\f15a"; -} -.fa-file:before { - content: "\f15b"; -} -.fa-file-text:before { - content: "\f15c"; -} -.fa-sort-alpha-asc:before { - content: "\f15d"; -} -.fa-sort-alpha-desc:before { - content: "\f15e"; -} -.fa-sort-amount-asc:before { - content: "\f160"; -} -.fa-sort-amount-desc:before { - content: "\f161"; -} -.fa-sort-numeric-asc:before { - content: "\f162"; -} -.fa-sort-numeric-desc:before { - content: "\f163"; -} -.fa-thumbs-up:before { - content: "\f164"; -} -.fa-thumbs-down:before { - content: "\f165"; -} -.fa-youtube-square:before { - content: "\f166"; -} -.fa-youtube:before { - content: "\f167"; -} -.fa-xing:before { - content: "\f168"; -} -.fa-xing-square:before { - content: "\f169"; -} -.fa-youtube-play:before { - content: "\f16a"; -} -.fa-dropbox:before { - content: "\f16b"; -} -.fa-stack-overflow:before { - content: "\f16c"; -} -.fa-instagram:before { - content: "\f16d"; -} -.fa-flickr:before { - content: "\f16e"; -} -.fa-adn:before { - content: "\f170"; -} -.fa-bitbucket:before { - content: "\f171"; -} -.fa-bitbucket-square:before { - content: "\f172"; -} -.fa-tumblr:before { - content: "\f173"; -} -.fa-tumblr-square:before { - content: "\f174"; -} -.fa-long-arrow-down:before { - content: "\f175"; -} -.fa-long-arrow-up:before { - content: "\f176"; -} -.fa-long-arrow-left:before { - content: "\f177"; -} -.fa-long-arrow-right:before { - content: "\f178"; -} -.fa-apple:before { - content: "\f179"; -} -.fa-windows:before { - content: "\f17a"; -} -.fa-android:before { - content: "\f17b"; -} -.fa-linux:before { - content: "\f17c"; -} -.fa-dribbble:before { - content: "\f17d"; -} -.fa-skype:before { - content: "\f17e"; -} -.fa-foursquare:before { - content: "\f180"; -} -.fa-trello:before { - content: "\f181"; -} -.fa-female:before { - content: "\f182"; -} -.fa-male:before { - content: "\f183"; -} -.fa-gittip:before { - content: "\f184"; -} -.fa-sun-o:before { - content: "\f185"; -} -.fa-moon-o:before { - content: "\f186"; -} -.fa-archive:before { - content: "\f187"; -} -.fa-bug:before { - content: "\f188"; -} -.fa-vk:before { - content: "\f189"; -} -.fa-weibo:before { - content: "\f18a"; -} -.fa-renren:before { - content: "\f18b"; -} -.fa-pagelines:before { - content: "\f18c"; -} -.fa-stack-exchange:before { - content: "\f18d"; -} -.fa-arrow-circle-o-right:before { - content: "\f18e"; -} -.fa-arrow-circle-o-left:before { - content: "\f190"; -} -.fa-toggle-left:before, -.fa-caret-square-o-left:before { - content: "\f191"; -} -.fa-dot-circle-o:before { - content: "\f192"; -} -.fa-wheelchair:before { - content: "\f193"; -} -.fa-vimeo-square:before { - content: "\f194"; -} -.fa-turkish-lira:before, -.fa-try:before { - content: "\f195"; -} -.fa-plus-square-o:before { - content: "\f196"; -} -/*! - * Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome - * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) - */ -/* FONT PATH - * -------------------------- */ -@font-face { - font-family: 'FontAwesome'; - src: url('../fonts/fontawesome-webfont.eot?v=4.0.3'); - src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg'); - font-weight: normal; - font-style: normal; -} -.fa { - display: inline-block; - font-family: FontAwesome; - font-style: normal; - font-weight: normal; - line-height: 1; + font: normal normal normal 14px/1 FontAwesome; + font-size: inherit; + text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } @@ -1403,6 +64,19 @@ border: solid 0.08em #eeeeee; border-radius: .1em; } +.fa-pull-left { + float: left; +} +.fa-pull-right { + float: right; +} +.fa.fa-pull-left { + margin-right: .3em; +} +.fa.fa-pull-right { + margin-left: .3em; +} +/* Deprecated as of 4.4.0 */ .pull-right { float: right; } @@ -1416,91 +90,70 @@ margin-left: .3em; } .fa-spin { - -webkit-animation: spin 2s infinite linear; - -moz-animation: spin 2s infinite linear; - -o-animation: spin 2s infinite linear; - animation: spin 2s infinite linear; + -webkit-animation: fa-spin 2s infinite linear; + animation: fa-spin 2s infinite linear; } -@-moz-keyframes spin { - 0% { - -moz-transform: rotate(0deg); - } - 100% { - -moz-transform: rotate(359deg); - } +.fa-pulse { + -webkit-animation: fa-spin 1s infinite steps(8); + animation: fa-spin 1s infinite steps(8); } -@-webkit-keyframes spin { +@-webkit-keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); - } - 100% { - -webkit-transform: rotate(359deg); - } -} -@-o-keyframes spin { - 0% { - -o-transform: rotate(0deg); - } - 100% { - -o-transform: rotate(359deg); - } -} -@-ms-keyframes spin { - 0% { - -ms-transform: rotate(0deg); - } - 100% { - -ms-transform: rotate(359deg); - } -} -@keyframes spin { - 0% { transform: rotate(0deg); } 100% { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} +@keyframes fa-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% { + -webkit-transform: rotate(359deg); transform: rotate(359deg); } } .fa-rotate-90 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); -webkit-transform: rotate(90deg); - -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); - -o-transform: rotate(90deg); transform: rotate(90deg); } .fa-rotate-180 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); -webkit-transform: rotate(180deg); - -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); - -o-transform: rotate(180deg); transform: rotate(180deg); } .fa-rotate-270 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); -webkit-transform: rotate(270deg); - -moz-transform: rotate(270deg); -ms-transform: rotate(270deg); - -o-transform: rotate(270deg); transform: rotate(270deg); } .fa-flip-horizontal { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1); -webkit-transform: scale(-1, 1); - -moz-transform: scale(-1, 1); -ms-transform: scale(-1, 1); - -o-transform: scale(-1, 1); transform: scale(-1, 1); } .fa-flip-vertical { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1); -webkit-transform: scale(1, -1); - -moz-transform: scale(1, -1); -ms-transform: scale(1, -1); - -o-transform: scale(1, -1); transform: scale(1, -1); } +:root .fa-rotate-90, +:root .fa-rotate-180, +:root .fa-rotate-270, +:root .fa-flip-horizontal, +:root .fa-flip-vertical { + filter: none; +} .fa-stack { position: relative; display: inline-block; @@ -1510,69 +163,18 @@ vertical-align: middle; } .fa-stack-1x, -.fa-stack-2x, -.fa-stack-corner-nw, -.fa-stack-corner-ne, -.fa-stack-corner-sw, -.fa-stack-corner-se { +.fa-stack-2x { position: absolute; + left: 0; width: 100%; text-align: center; } -.fa-stack-1x, -.fa-stack-2x { - left: 0; -} -.fa-stack-1x + .fa-stack-corner-nw, -.fa-stack-1x + .fa-stack-corner-ne, -.fa-stack-1x + .fa-stack-corner-sw, -.fa-stack-1x + .fa-stack-corner-se { - font-size: 0.5em; -} -.fa-stack-2x + .fa-stack-corner-nw, -.fa-stack-2x + .fa-stack-corner-ne, -.fa-stack-2x + .fa-stack-corner-sw, -.fa-stack-2x + .fa-stack-corner-se { - font-size: 1em; -} -.fa-stack-corner-se, -.fa-stack-corner-sw, -.fa-stack-corner-ne, -.fa-stack-corner-nw, -.fa-inverse + .fa-stack-corner-se, -.fa-inverse + .fa-stack-corner-sw, -.fa-inverse + .fa-stack-corner-ne, -.fa-inverse + .fa-stack-corner-nw { - text-shadow: 0 0 3px #fff; -} -.fa-inverse.fa-stack-corner-se, -.fa-inverse.fa-stack-corner-sw, -.fa-inverse.fa-stack-corner-ne, -.fa-inverse.fa-stack-corner-nw { - text-shadow: 0 0 3px #000; -} .fa-stack-1x { line-height: inherit; } .fa-stack-2x { font-size: 2em; } -.fa-stack-corner-se { - bottom: 1em; - right: 0.5em; -} -.fa-stack-corner-sw { - bottom: 1em; - left: 0.5em; -} -.fa-stack-corner-ne { - top: 1em; - right: 0.5em; -} -.fa-stack-corner-nw { - top: 1em; - left: 0.5em; -} .fa-inverse { color: #ffffff; } @@ -1617,6 +219,8 @@ .fa-check:before { content: "\f00c"; } +.fa-remove:before, +.fa-close:before, .fa-times:before { content: "\f00d"; } @@ -1758,6 +362,8 @@ .fa-video-camera:before { content: "\f03d"; } +.fa-photo:before, +.fa-image:before, .fa-picture-o:before { content: "\f03e"; } @@ -1944,7 +550,8 @@ .fa-arrows-h:before { content: "\f07e"; } -.fa-bar-chart-o:before { +.fa-bar-chart-o:before, +.fa-bar-chart:before { content: "\f080"; } .fa-twitter-square:before { @@ -2020,6 +627,7 @@ .fa-twitter:before { content: "\f099"; } +.fa-facebook-f:before, .fa-facebook:before { content: "\f09a"; } @@ -2032,6 +640,7 @@ .fa-credit-card:before { content: "\f09d"; } +.fa-feed:before, .fa-rss:before { content: "\f09e"; } @@ -2121,6 +730,8 @@ .fa-square:before { content: "\f0c8"; } +.fa-navicon:before, +.fa-reorder:before, .fa-bars:before { content: "\f0c9"; } @@ -2180,11 +791,11 @@ content: "\f0dc"; } .fa-sort-down:before, -.fa-sort-asc:before { +.fa-sort-desc:before { content: "\f0dd"; } .fa-sort-up:before, -.fa-sort-desc:before { +.fa-sort-asc:before { content: "\f0de"; } .fa-envelope:before { @@ -2374,12 +985,10 @@ .fa-code:before { content: "\f121"; } +.fa-mail-reply-all:before, .fa-reply-all:before { content: "\f122"; } -.fa-mail-reply-all:before { - content: "\f122"; -} .fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before { @@ -2669,7 +1278,8 @@ .fa-male:before { content: "\f183"; } -.fa-gittip:before { +.fa-gittip:before, +.fa-gratipay:before { content: "\f184"; } .fa-sun-o:before { @@ -2725,1400 +1335,752 @@ .fa-plus-square-o:before { content: "\f196"; } -/*! - * Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome - * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) - */ -/* FONT PATH - * -------------------------- */ -@font-face { - font-family: 'FontAwesome'; - src: url('../fonts/fontawesome-webfont.eot?v=4.0.3'); - src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg'); - font-weight: normal; - font-style: normal; -} -.fa { - display: inline-block; - font-family: FontAwesome; - font-style: normal; - font-weight: normal; - line-height: 1; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; -} -/* makes the font 33% larger relative to the icon container */ -.fa-lg { - font-size: 1.33333333em; - line-height: 0.75em; - vertical-align: -15%; -} -.fa-2x { - font-size: 2em; -} -.fa-3x { - font-size: 3em; -} -.fa-4x { - font-size: 4em; -} -.fa-5x { - font-size: 5em; -} -.fa-fw { - width: 1.28571429em; - text-align: center; -} -.fa-ul { - padding-left: 0; - margin-left: 2.14285714em; - list-style-type: none; -} -.fa-ul > li { - position: relative; -} -.fa-li { - position: absolute; - left: -2.14285714em; - width: 2.14285714em; - top: 0.14285714em; - text-align: center; -} -.fa-li.fa-lg { - left: -1.85714286em; -} -.fa-border { - padding: .2em .25em .15em; - border: solid 0.08em #eeeeee; - border-radius: .1em; -} -.pull-right { - float: right; -} -.pull-left { - float: left; -} -.fa.pull-left { - margin-right: .3em; -} -.fa.pull-right { - margin-left: .3em; -} -.fa-spin { - -webkit-animation: spin 2s infinite linear; - -moz-animation: spin 2s infinite linear; - -o-animation: spin 2s infinite linear; - animation: spin 2s infinite linear; -} -@-moz-keyframes spin { - 0% { - -moz-transform: rotate(0deg); - } - 100% { - -moz-transform: rotate(359deg); - } -} -@-webkit-keyframes spin { - 0% { - -webkit-transform: rotate(0deg); - } - 100% { - -webkit-transform: rotate(359deg); - } -} -@-o-keyframes spin { - 0% { - -o-transform: rotate(0deg); - } - 100% { - -o-transform: rotate(359deg); - } -} -@-ms-keyframes spin { - 0% { - -ms-transform: rotate(0deg); - } - 100% { - -ms-transform: rotate(359deg); - } -} -@keyframes spin { - 0% { - transform: rotate(0deg); - } - 100% { - transform: rotate(359deg); - } -} -.fa-rotate-90 { - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); - -webkit-transform: rotate(90deg); - -moz-transform: rotate(90deg); - -ms-transform: rotate(90deg); - -o-transform: rotate(90deg); - transform: rotate(90deg); -} -.fa-rotate-180 { - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); - -webkit-transform: rotate(180deg); - -moz-transform: rotate(180deg); - -ms-transform: rotate(180deg); - -o-transform: rotate(180deg); - transform: rotate(180deg); -} -.fa-rotate-270 { - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); - -webkit-transform: rotate(270deg); - -moz-transform: rotate(270deg); - -ms-transform: rotate(270deg); - -o-transform: rotate(270deg); - transform: rotate(270deg); -} -.fa-flip-horizontal { - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1); - -webkit-transform: scale(-1, 1); - -moz-transform: scale(-1, 1); - -ms-transform: scale(-1, 1); - -o-transform: scale(-1, 1); - transform: scale(-1, 1); -} -.fa-flip-vertical { - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1); - -webkit-transform: scale(1, -1); - -moz-transform: scale(1, -1); - -ms-transform: scale(1, -1); - -o-transform: scale(1, -1); - transform: scale(1, -1); -} -.fa-stack, -.fa-stack-small { - position: relative; - display: inline-block; - vertical-align: middle; -} -.fa-stack { - width: 2em; - height: 2em; - line-height: 2em; -} -.fa-stack-small { - width: 1em; - height: 1em; - line-height: 1em; -} -.fa-stack-1x, -.fa-stack-2x, -.fa-stack-corner-nw, -.fa-stack-corner-ne, -.fa-stack-corner-sw, -.fa-stack-corner-se { - position: absolute; - width: 100%; - text-align: center; -} -.fa-stack-1x, -.fa-stack-2x { - left: 0; -} -.fa-stack-1x + .fa-stack-corner-nw, -.fa-stack-1x + .fa-stack-corner-ne, -.fa-stack-1x + .fa-stack-corner-sw, -.fa-stack-1x + .fa-stack-corner-se { - font-size: 0.5em; -} -.fa-stack-2x + .fa-stack-corner-nw, -.fa-stack-2x + .fa-stack-corner-ne, -.fa-stack-2x + .fa-stack-corner-sw, -.fa-stack-2x + .fa-stack-corner-se { - font-size: 1em; -} -.fa-stack-corner-se, -.fa-stack-corner-sw, -.fa-stack-corner-ne, -.fa-stack-corner-nw, -.fa-inverse + .fa-stack-corner-se, -.fa-inverse + .fa-stack-corner-sw, -.fa-inverse + .fa-stack-corner-ne, -.fa-inverse + .fa-stack-corner-nw { - text-shadow: 0 0 3px #fff; -} -.fa-inverse.fa-stack-corner-se, -.fa-inverse.fa-stack-corner-sw, -.fa-inverse.fa-stack-corner-ne, -.fa-inverse.fa-stack-corner-nw { - text-shadow: 0 0 3px #000; -} -.fa-stack-1x { - line-height: inherit; -} -.fa-stack-2x { - font-size: 2em; -} -.fa-stack-corner-se { - bottom: 1em; - right: 0.5em; -} -.fa-stack-corner-sw { - bottom: 1em; - left: 0.5em; -} -.fa-stack-corner-ne { - top: 1em; - right: 0.5em; -} -.fa-stack-corner-nw { - top: 1em; - left: 0.5em; +.fa-space-shuttle:before { + content: "\f197"; } -.fa-inverse { - color: #ffffff; +.fa-slack:before { + content: "\f198"; } -/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen - readers do not read off random characters that represent icons */ -.fa-glass:before { - content: "\f000"; +.fa-envelope-square:before { + content: "\f199"; } -.fa-music:before { - content: "\f001"; +.fa-wordpress:before { + content: "\f19a"; } -.fa-search:before { - content: "\f002"; +.fa-openid:before { + content: "\f19b"; } -.fa-envelope-o:before { - content: "\f003"; +.fa-institution:before, +.fa-bank:before, +.fa-university:before { + content: "\f19c"; } -.fa-heart:before { - content: "\f004"; +.fa-mortar-board:before, +.fa-graduation-cap:before { + content: "\f19d"; } -.fa-star:before { - content: "\f005"; +.fa-yahoo:before { + content: "\f19e"; } -.fa-star-o:before { - content: "\f006"; +.fa-google:before { + content: "\f1a0"; } -.fa-user:before { - content: "\f007"; +.fa-reddit:before { + content: "\f1a1"; } -.fa-film:before { - content: "\f008"; +.fa-reddit-square:before { + content: "\f1a2"; } -.fa-th-large:before { - content: "\f009"; +.fa-stumbleupon-circle:before { + content: "\f1a3"; } -.fa-th:before { - content: "\f00a"; +.fa-stumbleupon:before { + content: "\f1a4"; } -.fa-th-list:before { - content: "\f00b"; +.fa-delicious:before { + content: "\f1a5"; } -.fa-check:before { - content: "\f00c"; +.fa-digg:before { + content: "\f1a6"; } -.fa-times:before { - content: "\f00d"; +.fa-pied-piper:before { + content: "\f1a7"; } -.fa-search-plus:before { - content: "\f00e"; +.fa-pied-piper-alt:before { + content: "\f1a8"; } -.fa-search-minus:before { - content: "\f010"; +.fa-drupal:before { + content: "\f1a9"; } -.fa-power-off:before { - content: "\f011"; +.fa-joomla:before { + content: "\f1aa"; } -.fa-signal:before { - content: "\f012"; +.fa-language:before { + content: "\f1ab"; } -.fa-gear:before, -.fa-cog:before { - content: "\f013"; +.fa-fax:before { + content: "\f1ac"; } -.fa-trash-o:before { - content: "\f014"; +.fa-building:before { + content: "\f1ad"; } -.fa-home:before { - content: "\f015"; +.fa-child:before { + content: "\f1ae"; } -.fa-file-o:before { - content: "\f016"; +.fa-paw:before { + content: "\f1b0"; } -.fa-clock-o:before { - content: "\f017"; +.fa-spoon:before { + content: "\f1b1"; } -.fa-road:before { - content: "\f018"; +.fa-cube:before { + content: "\f1b2"; } -.fa-download:before { - content: "\f019"; +.fa-cubes:before { + content: "\f1b3"; } -.fa-arrow-circle-o-down:before { - content: "\f01a"; +.fa-behance:before { + content: "\f1b4"; } -.fa-arrow-circle-o-up:before { - content: "\f01b"; +.fa-behance-square:before { + content: "\f1b5"; } -.fa-inbox:before { - content: "\f01c"; +.fa-steam:before { + content: "\f1b6"; } -.fa-play-circle-o:before { - content: "\f01d"; +.fa-steam-square:before { + content: "\f1b7"; } -.fa-rotate-right:before, -.fa-repeat:before { - content: "\f01e"; +.fa-recycle:before { + content: "\f1b8"; } -.fa-refresh:before { - content: "\f021"; +.fa-automobile:before, +.fa-car:before { + content: "\f1b9"; } -.fa-list-alt:before { - content: "\f022"; +.fa-cab:before, +.fa-taxi:before { + content: "\f1ba"; } -.fa-lock:before { - content: "\f023"; +.fa-tree:before { + content: "\f1bb"; } -.fa-flag:before { - content: "\f024"; +.fa-spotify:before { + content: "\f1bc"; } -.fa-headphones:before { - content: "\f025"; +.fa-deviantart:before { + content: "\f1bd"; } -.fa-volume-off:before { - content: "\f026"; +.fa-soundcloud:before { + content: "\f1be"; } -.fa-volume-down:before { - content: "\f027"; +.fa-database:before { + content: "\f1c0"; } -.fa-volume-up:before { - content: "\f028"; +.fa-file-pdf-o:before { + content: "\f1c1"; } -.fa-qrcode:before { - content: "\f029"; +.fa-file-word-o:before { + content: "\f1c2"; } -.fa-barcode:before { - content: "\f02a"; +.fa-file-excel-o:before { + content: "\f1c3"; } -.fa-tag:before { - content: "\f02b"; +.fa-file-powerpoint-o:before { + content: "\f1c4"; } -.fa-tags:before { - content: "\f02c"; +.fa-file-photo-o:before, +.fa-file-picture-o:before, +.fa-file-image-o:before { + content: "\f1c5"; } -.fa-book:before { - content: "\f02d"; +.fa-file-zip-o:before, +.fa-file-archive-o:before { + content: "\f1c6"; } -.fa-bookmark:before { - content: "\f02e"; +.fa-file-sound-o:before, +.fa-file-audio-o:before { + content: "\f1c7"; } -.fa-print:before { - content: "\f02f"; +.fa-file-movie-o:before, +.fa-file-video-o:before { + content: "\f1c8"; } -.fa-camera:before { - content: "\f030"; +.fa-file-code-o:before { + content: "\f1c9"; } -.fa-font:before { - content: "\f031"; +.fa-vine:before { + content: "\f1ca"; } -.fa-bold:before { - content: "\f032"; +.fa-codepen:before { + content: "\f1cb"; } -.fa-italic:before { - content: "\f033"; +.fa-jsfiddle:before { + content: "\f1cc"; } -.fa-text-height:before { - content: "\f034"; +.fa-life-bouy:before, +.fa-life-buoy:before, +.fa-life-saver:before, +.fa-support:before, +.fa-life-ring:before { + content: "\f1cd"; } -.fa-text-width:before { - content: "\f035"; +.fa-circle-o-notch:before { + content: "\f1ce"; } -.fa-align-left:before { - content: "\f036"; +.fa-ra:before, +.fa-rebel:before { + content: "\f1d0"; } -.fa-align-center:before { - content: "\f037"; +.fa-ge:before, +.fa-empire:before { + content: "\f1d1"; } -.fa-align-right:before { - content: "\f038"; +.fa-git-square:before { + content: "\f1d2"; } -.fa-align-justify:before { - content: "\f039"; +.fa-git:before { + content: "\f1d3"; } -.fa-list:before { - content: "\f03a"; +.fa-y-combinator-square:before, +.fa-yc-square:before, +.fa-hacker-news:before { + content: "\f1d4"; } -.fa-dedent:before, -.fa-outdent:before { - content: "\f03b"; +.fa-tencent-weibo:before { + content: "\f1d5"; } -.fa-indent:before { - content: "\f03c"; +.fa-qq:before { + content: "\f1d6"; } -.fa-video-camera:before { - content: "\f03d"; +.fa-wechat:before, +.fa-weixin:before { + content: "\f1d7"; } -.fa-picture-o:before { - content: "\f03e"; +.fa-send:before, +.fa-paper-plane:before { + content: "\f1d8"; } -.fa-pencil:before { - content: "\f040"; +.fa-send-o:before, +.fa-paper-plane-o:before { + content: "\f1d9"; } -.fa-map-marker:before { - content: "\f041"; +.fa-history:before { + content: "\f1da"; } -.fa-adjust:before { - content: "\f042"; +.fa-circle-thin:before { + content: "\f1db"; } -.fa-tint:before { - content: "\f043"; +.fa-header:before { + content: "\f1dc"; } -.fa-edit:before, -.fa-pencil-square-o:before { - content: "\f044"; +.fa-paragraph:before { + content: "\f1dd"; } -.fa-share-square-o:before { - content: "\f045"; +.fa-sliders:before { + content: "\f1de"; } -.fa-check-square-o:before { - content: "\f046"; +.fa-share-alt:before { + content: "\f1e0"; } -.fa-arrows:before { - content: "\f047"; +.fa-share-alt-square:before { + content: "\f1e1"; } -.fa-step-backward:before { - content: "\f048"; +.fa-bomb:before { + content: "\f1e2"; } -.fa-fast-backward:before { - content: "\f049"; +.fa-soccer-ball-o:before, +.fa-futbol-o:before { + content: "\f1e3"; } -.fa-backward:before { - content: "\f04a"; +.fa-tty:before { + content: "\f1e4"; } -.fa-play:before { - content: "\f04b"; +.fa-binoculars:before { + content: "\f1e5"; } -.fa-pause:before { - content: "\f04c"; +.fa-plug:before { + content: "\f1e6"; } -.fa-stop:before { - content: "\f04d"; +.fa-slideshare:before { + content: "\f1e7"; } -.fa-forward:before { - content: "\f04e"; +.fa-twitch:before { + content: "\f1e8"; } -.fa-fast-forward:before { - content: "\f050"; +.fa-yelp:before { + content: "\f1e9"; } -.fa-step-forward:before { - content: "\f051"; +.fa-newspaper-o:before { + content: "\f1ea"; } -.fa-eject:before { - content: "\f052"; +.fa-wifi:before { + content: "\f1eb"; } -.fa-chevron-left:before { - content: "\f053"; +.fa-calculator:before { + content: "\f1ec"; } -.fa-chevron-right:before { - content: "\f054"; +.fa-paypal:before { + content: "\f1ed"; } -.fa-plus-circle:before { - content: "\f055"; +.fa-google-wallet:before { + content: "\f1ee"; } -.fa-minus-circle:before { - content: "\f056"; +.fa-cc-visa:before { + content: "\f1f0"; } -.fa-times-circle:before { - content: "\f057"; +.fa-cc-mastercard:before { + content: "\f1f1"; } -.fa-check-circle:before { - content: "\f058"; +.fa-cc-discover:before { + content: "\f1f2"; } -.fa-question-circle:before { - content: "\f059"; +.fa-cc-amex:before { + content: "\f1f3"; } -.fa-info-circle:before { - content: "\f05a"; +.fa-cc-paypal:before { + content: "\f1f4"; } -.fa-crosshairs:before { - content: "\f05b"; +.fa-cc-stripe:before { + content: "\f1f5"; } -.fa-times-circle-o:before { - content: "\f05c"; +.fa-bell-slash:before { + content: "\f1f6"; } -.fa-check-circle-o:before { - content: "\f05d"; +.fa-bell-slash-o:before { + content: "\f1f7"; } -.fa-ban:before { - content: "\f05e"; +.fa-trash:before { + content: "\f1f8"; } -.fa-arrow-left:before { - content: "\f060"; +.fa-copyright:before { + content: "\f1f9"; } -.fa-arrow-right:before { - content: "\f061"; +.fa-at:before { + content: "\f1fa"; } -.fa-arrow-up:before { - content: "\f062"; +.fa-eyedropper:before { + content: "\f1fb"; } -.fa-arrow-down:before { - content: "\f063"; +.fa-paint-brush:before { + content: "\f1fc"; } -.fa-mail-forward:before, -.fa-share:before { - content: "\f064"; +.fa-birthday-cake:before { + content: "\f1fd"; } -.fa-expand:before { - content: "\f065"; +.fa-area-chart:before { + content: "\f1fe"; } -.fa-compress:before { - content: "\f066"; +.fa-pie-chart:before { + content: "\f200"; } -.fa-plus:before { - content: "\f067"; +.fa-line-chart:before { + content: "\f201"; } -.fa-minus:before { - content: "\f068"; +.fa-lastfm:before { + content: "\f202"; } -.fa-asterisk:before { - content: "\f069"; +.fa-lastfm-square:before { + content: "\f203"; } -.fa-exclamation-circle:before { - content: "\f06a"; +.fa-toggle-off:before { + content: "\f204"; } -.fa-gift:before { - content: "\f06b"; +.fa-toggle-on:before { + content: "\f205"; } -.fa-leaf:before { - content: "\f06c"; +.fa-bicycle:before { + content: "\f206"; } -.fa-fire:before { - content: "\f06d"; +.fa-bus:before { + content: "\f207"; } -.fa-eye:before { - content: "\f06e"; +.fa-ioxhost:before { + content: "\f208"; } -.fa-eye-slash:before { - content: "\f070"; +.fa-angellist:before { + content: "\f209"; } -.fa-warning:before, -.fa-exclamation-triangle:before { - content: "\f071"; +.fa-cc:before { + content: "\f20a"; } -.fa-plane:before { - content: "\f072"; +.fa-shekel:before, +.fa-sheqel:before, +.fa-ils:before { + content: "\f20b"; } -.fa-calendar:before { - content: "\f073"; +.fa-meanpath:before { + content: "\f20c"; } -.fa-random:before { - content: "\f074"; +.fa-buysellads:before { + content: "\f20d"; } -.fa-comment:before { - content: "\f075"; +.fa-connectdevelop:before { + content: "\f20e"; } -.fa-magnet:before { - content: "\f076"; +.fa-dashcube:before { + content: "\f210"; } -.fa-chevron-up:before { - content: "\f077"; +.fa-forumbee:before { + content: "\f211"; } -.fa-chevron-down:before { - content: "\f078"; +.fa-leanpub:before { + content: "\f212"; } -.fa-retweet:before { - content: "\f079"; +.fa-sellsy:before { + content: "\f213"; } -.fa-shopping-cart:before { - content: "\f07a"; +.fa-shirtsinbulk:before { + content: "\f214"; } -.fa-folder:before { - content: "\f07b"; +.fa-simplybuilt:before { + content: "\f215"; } -.fa-folder-open:before { - content: "\f07c"; +.fa-skyatlas:before { + content: "\f216"; } -.fa-arrows-v:before { - content: "\f07d"; +.fa-cart-plus:before { + content: "\f217"; } -.fa-arrows-h:before { - content: "\f07e"; +.fa-cart-arrow-down:before { + content: "\f218"; } -.fa-bar-chart-o:before { - content: "\f080"; +.fa-diamond:before { + content: "\f219"; } -.fa-twitter-square:before { - content: "\f081"; +.fa-ship:before { + content: "\f21a"; } -.fa-facebook-square:before { - content: "\f082"; +.fa-user-secret:before { + content: "\f21b"; } -.fa-camera-retro:before { - content: "\f083"; +.fa-motorcycle:before { + content: "\f21c"; } -.fa-key:before { - content: "\f084"; +.fa-street-view:before { + content: "\f21d"; } -.fa-gears:before, -.fa-cogs:before { - content: "\f085"; +.fa-heartbeat:before { + content: "\f21e"; } -.fa-comments:before { - content: "\f086"; +.fa-venus:before { + content: "\f221"; } -.fa-thumbs-o-up:before { - content: "\f087"; +.fa-mars:before { + content: "\f222"; } -.fa-thumbs-o-down:before { - content: "\f088"; +.fa-mercury:before { + content: "\f223"; } -.fa-star-half:before { - content: "\f089"; +.fa-intersex:before, +.fa-transgender:before { + content: "\f224"; } -.fa-heart-o:before { - content: "\f08a"; +.fa-transgender-alt:before { + content: "\f225"; } -.fa-sign-out:before { - content: "\f08b"; +.fa-venus-double:before { + content: "\f226"; } -.fa-linkedin-square:before { - content: "\f08c"; +.fa-mars-double:before { + content: "\f227"; } -.fa-thumb-tack:before { - content: "\f08d"; +.fa-venus-mars:before { + content: "\f228"; } -.fa-external-link:before { - content: "\f08e"; +.fa-mars-stroke:before { + content: "\f229"; } -.fa-sign-in:before { - content: "\f090"; +.fa-mars-stroke-v:before { + content: "\f22a"; } -.fa-trophy:before { - content: "\f091"; +.fa-mars-stroke-h:before { + content: "\f22b"; } -.fa-github-square:before { - content: "\f092"; +.fa-neuter:before { + content: "\f22c"; } -.fa-upload:before { - content: "\f093"; +.fa-genderless:before { + content: "\f22d"; } -.fa-lemon-o:before { - content: "\f094"; +.fa-facebook-official:before { + content: "\f230"; } -.fa-phone:before { - content: "\f095"; +.fa-pinterest-p:before { + content: "\f231"; } -.fa-square-o:before { - content: "\f096"; +.fa-whatsapp:before { + content: "\f232"; } -.fa-bookmark-o:before { - content: "\f097"; +.fa-server:before { + content: "\f233"; } -.fa-phone-square:before { - content: "\f098"; +.fa-user-plus:before { + content: "\f234"; } -.fa-twitter:before { - content: "\f099"; +.fa-user-times:before { + content: "\f235"; } -.fa-facebook:before { - content: "\f09a"; +.fa-hotel:before, +.fa-bed:before { + content: "\f236"; } -.fa-github:before { - content: "\f09b"; +.fa-viacoin:before { + content: "\f237"; } -.fa-unlock:before { - content: "\f09c"; +.fa-train:before { + content: "\f238"; } -.fa-credit-card:before { - content: "\f09d"; +.fa-subway:before { + content: "\f239"; } -.fa-rss:before { - content: "\f09e"; +.fa-medium:before { + content: "\f23a"; } -.fa-hdd-o:before { - content: "\f0a0"; +.fa-yc:before, +.fa-y-combinator:before { + content: "\f23b"; } -.fa-bullhorn:before { - content: "\f0a1"; +.fa-optin-monster:before { + content: "\f23c"; } -.fa-bell:before { - content: "\f0f3"; +.fa-opencart:before { + content: "\f23d"; } -.fa-certificate:before { - content: "\f0a3"; +.fa-expeditedssl:before { + content: "\f23e"; } -.fa-hand-o-right:before { - content: "\f0a4"; +.fa-battery-4:before, +.fa-battery-full:before { + content: "\f240"; } -.fa-hand-o-left:before { - content: "\f0a5"; +.fa-battery-3:before, +.fa-battery-three-quarters:before { + content: "\f241"; } -.fa-hand-o-up:before { - content: "\f0a6"; +.fa-battery-2:before, +.fa-battery-half:before { + content: "\f242"; } -.fa-hand-o-down:before { - content: "\f0a7"; +.fa-battery-1:before, +.fa-battery-quarter:before { + content: "\f243"; } -.fa-arrow-circle-left:before { - content: "\f0a8"; +.fa-battery-0:before, +.fa-battery-empty:before { + content: "\f244"; } -.fa-arrow-circle-right:before { - content: "\f0a9"; +.fa-mouse-pointer:before { + content: "\f245"; } -.fa-arrow-circle-up:before { - content: "\f0aa"; +.fa-i-cursor:before { + content: "\f246"; } -.fa-arrow-circle-down:before { - content: "\f0ab"; +.fa-object-group:before { + content: "\f247"; } -.fa-globe:before { - content: "\f0ac"; +.fa-object-ungroup:before { + content: "\f248"; } -.fa-wrench:before { - content: "\f0ad"; +.fa-sticky-note:before { + content: "\f249"; } -.fa-tasks:before { - content: "\f0ae"; +.fa-sticky-note-o:before { + content: "\f24a"; } -.fa-filter:before { - content: "\f0b0"; +.fa-cc-jcb:before { + content: "\f24b"; } -.fa-briefcase:before { - content: "\f0b1"; +.fa-cc-diners-club:before { + content: "\f24c"; } -.fa-arrows-alt:before { - content: "\f0b2"; +.fa-clone:before { + content: "\f24d"; } -.fa-group:before, -.fa-users:before { - content: "\f0c0"; +.fa-balance-scale:before { + content: "\f24e"; } -.fa-chain:before, -.fa-link:before { - content: "\f0c1"; +.fa-hourglass-o:before { + content: "\f250"; } -.fa-cloud:before { - content: "\f0c2"; +.fa-hourglass-1:before, +.fa-hourglass-start:before { + content: "\f251"; } -.fa-flask:before { - content: "\f0c3"; +.fa-hourglass-2:before, +.fa-hourglass-half:before { + content: "\f252"; } -.fa-cut:before, -.fa-scissors:before { - content: "\f0c4"; +.fa-hourglass-3:before, +.fa-hourglass-end:before { + content: "\f253"; } -.fa-copy:before, -.fa-files-o:before { - content: "\f0c5"; +.fa-hourglass:before { + content: "\f254"; } -.fa-paperclip:before { - content: "\f0c6"; +.fa-hand-grab-o:before, +.fa-hand-rock-o:before { + content: "\f255"; } -.fa-save:before, -.fa-floppy-o:before { - content: "\f0c7"; +.fa-hand-stop-o:before, +.fa-hand-paper-o:before { + content: "\f256"; } -.fa-square:before { - content: "\f0c8"; +.fa-hand-scissors-o:before { + content: "\f257"; } -.fa-bars:before { - content: "\f0c9"; +.fa-hand-lizard-o:before { + content: "\f258"; } -.fa-list-ul:before { - content: "\f0ca"; +.fa-hand-spock-o:before { + content: "\f259"; } -.fa-list-ol:before { - content: "\f0cb"; +.fa-hand-pointer-o:before { + content: "\f25a"; } -.fa-strikethrough:before { - content: "\f0cc"; +.fa-hand-peace-o:before { + content: "\f25b"; } -.fa-underline:before { - content: "\f0cd"; +.fa-trademark:before { + content: "\f25c"; } -.fa-table:before { - content: "\f0ce"; +.fa-registered:before { + content: "\f25d"; } -.fa-magic:before { - content: "\f0d0"; +.fa-creative-commons:before { + content: "\f25e"; } -.fa-truck:before { - content: "\f0d1"; +.fa-gg:before { + content: "\f260"; } -.fa-pinterest:before { - content: "\f0d2"; +.fa-gg-circle:before { + content: "\f261"; } -.fa-pinterest-square:before { - content: "\f0d3"; +.fa-tripadvisor:before { + content: "\f262"; } -.fa-google-plus-square:before { - content: "\f0d4"; +.fa-odnoklassniki:before { + content: "\f263"; } -.fa-google-plus:before { - content: "\f0d5"; +.fa-odnoklassniki-square:before { + content: "\f264"; } -.fa-money:before { - content: "\f0d6"; +.fa-get-pocket:before { + content: "\f265"; } -.fa-caret-down:before { - content: "\f0d7"; +.fa-wikipedia-w:before { + content: "\f266"; } -.fa-caret-up:before { - content: "\f0d8"; +.fa-safari:before { + content: "\f267"; } -.fa-caret-left:before { - content: "\f0d9"; +.fa-chrome:before { + content: "\f268"; } -.fa-caret-right:before { - content: "\f0da"; +.fa-firefox:before { + content: "\f269"; } -.fa-columns:before { - content: "\f0db"; +.fa-opera:before { + content: "\f26a"; } -.fa-unsorted:before, -.fa-sort:before { - content: "\f0dc"; +.fa-internet-explorer:before { + content: "\f26b"; } -.fa-sort-down:before, -.fa-sort-asc:before { - content: "\f0dd"; +.fa-tv:before, +.fa-television:before { + content: "\f26c"; } -.fa-sort-up:before, -.fa-sort-desc:before { - content: "\f0de"; +.fa-contao:before { + content: "\f26d"; } -.fa-envelope:before { - content: "\f0e0"; +.fa-500px:before { + content: "\f26e"; } -.fa-linkedin:before { - content: "\f0e1"; +.fa-amazon:before { + content: "\f270"; } -.fa-rotate-left:before, -.fa-undo:before { - content: "\f0e2"; +.fa-calendar-plus-o:before { + content: "\f271"; } -.fa-legal:before, -.fa-gavel:before { - content: "\f0e3"; +.fa-calendar-minus-o:before { + content: "\f272"; } -.fa-dashboard:before, -.fa-tachometer:before { - content: "\f0e4"; +.fa-calendar-times-o:before { + content: "\f273"; } -.fa-comment-o:before { - content: "\f0e5"; +.fa-calendar-check-o:before { + content: "\f274"; } -.fa-comments-o:before { - content: "\f0e6"; +.fa-industry:before { + content: "\f275"; } -.fa-flash:before, -.fa-bolt:before { - content: "\f0e7"; +.fa-map-pin:before { + content: "\f276"; } -.fa-sitemap:before { - content: "\f0e8"; +.fa-map-signs:before { + content: "\f277"; } -.fa-umbrella:before { - content: "\f0e9"; +.fa-map-o:before { + content: "\f278"; } -.fa-paste:before, -.fa-clipboard:before { - content: "\f0ea"; +.fa-map:before { + content: "\f279"; } -.fa-lightbulb-o:before { - content: "\f0eb"; +.fa-commenting:before { + content: "\f27a"; } -.fa-exchange:before { - content: "\f0ec"; +.fa-commenting-o:before { + content: "\f27b"; } -.fa-cloud-download:before { - content: "\f0ed"; +.fa-houzz:before { + content: "\f27c"; } -.fa-cloud-upload:before { - content: "\f0ee"; +.fa-vimeo:before { + content: "\f27d"; } -.fa-user-md:before { - content: "\f0f0"; +.fa-black-tie:before { + content: "\f27e"; } -.fa-stethoscope:before { - content: "\f0f1"; +.fa-fonticons:before { + content: "\f280"; } -.fa-suitcase:before { - content: "\f0f2"; +.fa-reddit-alien:before { + content: "\f281"; } -.fa-bell-o:before { - content: "\f0a2"; +.fa-edge:before { + content: "\f282"; } -.fa-coffee:before { - content: "\f0f4"; +.fa-credit-card-alt:before { + content: "\f283"; } -.fa-cutlery:before { - content: "\f0f5"; +.fa-codiepie:before { + content: "\f284"; } -.fa-file-text-o:before { - content: "\f0f6"; +.fa-modx:before { + content: "\f285"; } -.fa-building-o:before { - content: "\f0f7"; +.fa-fort-awesome:before { + content: "\f286"; } -.fa-hospital-o:before { - content: "\f0f8"; +.fa-usb:before { + content: "\f287"; } -.fa-ambulance:before { - content: "\f0f9"; +.fa-product-hunt:before { + content: "\f288"; } -.fa-medkit:before { - content: "\f0fa"; +.fa-mixcloud:before { + content: "\f289"; } -.fa-fighter-jet:before { - content: "\f0fb"; +.fa-scribd:before { + content: "\f28a"; } -.fa-beer:before { - content: "\f0fc"; +.fa-pause-circle:before { + content: "\f28b"; } -.fa-h-square:before { - content: "\f0fd"; +.fa-pause-circle-o:before { + content: "\f28c"; } -.fa-plus-square:before { - content: "\f0fe"; +.fa-stop-circle:before { + content: "\f28d"; } -.fa-angle-double-left:before { - content: "\f100"; +.fa-stop-circle-o:before { + content: "\f28e"; } -.fa-angle-double-right:before { - content: "\f101"; +.fa-shopping-bag:before { + content: "\f290"; } -.fa-angle-double-up:before { - content: "\f102"; +.fa-shopping-basket:before { + content: "\f291"; } -.fa-angle-double-down:before { - content: "\f103"; +.fa-hashtag:before { + content: "\f292"; } -.fa-angle-left:before { - content: "\f104"; +.fa-bluetooth:before { + content: "\f293"; } -.fa-angle-right:before { - content: "\f105"; +.fa-bluetooth-b:before { + content: "\f294"; } -.fa-angle-up:before { - content: "\f106"; -} -.fa-angle-down:before { - content: "\f107"; -} -.fa-desktop:before { - content: "\f108"; -} -.fa-laptop:before { - content: "\f109"; -} -.fa-tablet:before { - content: "\f10a"; -} -.fa-mobile-phone:before, -.fa-mobile:before { - content: "\f10b"; -} -.fa-circle-o:before { - content: "\f10c"; -} -.fa-quote-left:before { - content: "\f10d"; -} -.fa-quote-right:before { - content: "\f10e"; -} -.fa-spinner:before { - content: "\f110"; -} -.fa-circle:before { - content: "\f111"; -} -.fa-mail-reply:before, -.fa-reply:before { - content: "\f112"; -} -.fa-github-alt:before { - content: "\f113"; -} -.fa-folder-o:before { - content: "\f114"; -} -.fa-folder-open-o:before { - content: "\f115"; -} -.fa-smile-o:before { - content: "\f118"; -} -.fa-frown-o:before { - content: "\f119"; -} -.fa-meh-o:before { - content: "\f11a"; -} -.fa-gamepad:before { - content: "\f11b"; -} -.fa-keyboard-o:before { - content: "\f11c"; -} -.fa-flag-o:before { - content: "\f11d"; -} -.fa-flag-checkered:before { - content: "\f11e"; -} -.fa-terminal:before { - content: "\f120"; -} -.fa-code:before { - content: "\f121"; -} -.fa-reply-all:before { - content: "\f122"; -} -.fa-mail-reply-all:before { - content: "\f122"; -} -.fa-star-half-empty:before, -.fa-star-half-full:before, -.fa-star-half-o:before { - content: "\f123"; -} -.fa-location-arrow:before { - content: "\f124"; -} -.fa-crop:before { - content: "\f125"; -} -.fa-code-fork:before { - content: "\f126"; -} -.fa-unlink:before, -.fa-chain-broken:before { - content: "\f127"; -} -.fa-question:before { - content: "\f128"; -} -.fa-info:before { - content: "\f129"; -} -.fa-exclamation:before { - content: "\f12a"; -} -.fa-superscript:before { - content: "\f12b"; -} -.fa-subscript:before { - content: "\f12c"; -} -.fa-eraser:before { - content: "\f12d"; -} -.fa-puzzle-piece:before { - content: "\f12e"; -} -.fa-microphone:before { - content: "\f130"; -} -.fa-microphone-slash:before { - content: "\f131"; -} -.fa-shield:before { - content: "\f132"; -} -.fa-calendar-o:before { - content: "\f133"; -} -.fa-fire-extinguisher:before { - content: "\f134"; -} -.fa-rocket:before { - content: "\f135"; -} -.fa-maxcdn:before { - content: "\f136"; -} -.fa-chevron-circle-left:before { - content: "\f137"; -} -.fa-chevron-circle-right:before { - content: "\f138"; -} -.fa-chevron-circle-up:before { - content: "\f139"; -} -.fa-chevron-circle-down:before { - content: "\f13a"; -} -.fa-html5:before { - content: "\f13b"; -} -.fa-css3:before { - content: "\f13c"; -} -.fa-anchor:before { - content: "\f13d"; -} -.fa-unlock-alt:before { - content: "\f13e"; -} -.fa-bullseye:before { - content: "\f140"; -} -.fa-ellipsis-h:before { - content: "\f141"; -} -.fa-ellipsis-v:before { - content: "\f142"; -} -.fa-rss-square:before { - content: "\f143"; -} -.fa-play-circle:before { - content: "\f144"; -} -.fa-ticket:before { - content: "\f145"; -} -.fa-minus-square:before { - content: "\f146"; -} -.fa-minus-square-o:before { - content: "\f147"; -} -.fa-level-up:before { - content: "\f148"; -} -.fa-level-down:before { - content: "\f149"; -} -.fa-check-square:before { - content: "\f14a"; -} -.fa-pencil-square:before { - content: "\f14b"; -} -.fa-external-link-square:before { - content: "\f14c"; -} -.fa-share-square:before { - content: "\f14d"; -} -.fa-compass:before { - content: "\f14e"; -} -.fa-toggle-down:before, -.fa-caret-square-o-down:before { - content: "\f150"; -} -.fa-toggle-up:before, -.fa-caret-square-o-up:before { - content: "\f151"; -} -.fa-toggle-right:before, -.fa-caret-square-o-right:before { - content: "\f152"; -} -.fa-euro:before, -.fa-eur:before { - content: "\f153"; -} -.fa-gbp:before { - content: "\f154"; -} -.fa-dollar:before, -.fa-usd:before { - content: "\f155"; -} -.fa-rupee:before, -.fa-inr:before { - content: "\f156"; -} -.fa-cny:before, -.fa-rmb:before, -.fa-yen:before, -.fa-jpy:before { - content: "\f157"; -} -.fa-ruble:before, -.fa-rouble:before, -.fa-rub:before { - content: "\f158"; -} -.fa-won:before, -.fa-krw:before { - content: "\f159"; -} -.fa-bitcoin:before, -.fa-btc:before { - content: "\f15a"; -} -.fa-file:before { - content: "\f15b"; -} -.fa-file-text:before { - content: "\f15c"; -} -.fa-sort-alpha-asc:before { - content: "\f15d"; -} -.fa-sort-alpha-desc:before { - content: "\f15e"; -} -.fa-sort-amount-asc:before { - content: "\f160"; -} -.fa-sort-amount-desc:before { - content: "\f161"; -} -.fa-sort-numeric-asc:before { - content: "\f162"; -} -.fa-sort-numeric-desc:before { - content: "\f163"; -} -.fa-thumbs-up:before { - content: "\f164"; -} -.fa-thumbs-down:before { - content: "\f165"; -} -.fa-youtube-square:before { - content: "\f166"; -} -.fa-youtube:before { - content: "\f167"; -} -.fa-xing:before { - content: "\f168"; -} -.fa-xing-square:before { - content: "\f169"; -} -.fa-youtube-play:before { - content: "\f16a"; -} -.fa-dropbox:before { - content: "\f16b"; -} -.fa-stack-overflow:before { - content: "\f16c"; -} -.fa-instagram:before { - content: "\f16d"; -} -.fa-flickr:before { - content: "\f16e"; -} -.fa-adn:before { - content: "\f170"; -} -.fa-bitbucket:before { - content: "\f171"; -} -.fa-bitbucket-square:before { - content: "\f172"; -} -.fa-tumblr:before { - content: "\f173"; -} -.fa-tumblr-square:before { - content: "\f174"; -} -.fa-long-arrow-down:before { - content: "\f175"; -} -.fa-long-arrow-up:before { - content: "\f176"; -} -.fa-long-arrow-left:before { - content: "\f177"; -} -.fa-long-arrow-right:before { - content: "\f178"; -} -.fa-apple:before { - content: "\f179"; -} -.fa-windows:before { - content: "\f17a"; -} -.fa-android:before { - content: "\f17b"; -} -.fa-linux:before { - content: "\f17c"; -} -.fa-dribbble:before { - content: "\f17d"; -} -.fa-skype:before { - content: "\f17e"; -} -.fa-foursquare:before { - content: "\f180"; -} -.fa-trello:before { - content: "\f181"; -} -.fa-female:before { - content: "\f182"; -} -.fa-male:before { - content: "\f183"; -} -.fa-gittip:before { - content: "\f184"; -} -.fa-sun-o:before { - content: "\f185"; -} -.fa-moon-o:before { - content: "\f186"; -} -.fa-archive:before { - content: "\f187"; -} -.fa-bug:before { - content: "\f188"; -} -.fa-vk:before { - content: "\f189"; -} -.fa-weibo:before { - content: "\f18a"; -} -.fa-renren:before { - content: "\f18b"; -} -.fa-pagelines:before { - content: "\f18c"; -} -.fa-stack-exchange:before { - content: "\f18d"; -} -.fa-arrow-circle-o-right:before { - content: "\f18e"; -} -.fa-arrow-circle-o-left:before { - content: "\f190"; -} -.fa-toggle-left:before, -.fa-caret-square-o-left:before { - content: "\f191"; -} -.fa-dot-circle-o:before { - content: "\f192"; -} -.fa-wheelchair:before { - content: "\f193"; -} -.fa-vimeo-square:before { - content: "\f194"; -} -.fa-turkish-lira:before, -.fa-try:before { - content: "\f195"; -} -.fa-plus-square-o:before { - content: "\f196"; +.fa-percent:before { + content: "\f295"; } diff --git a/css/font-awesome.css.map b/css/font-awesome.css.map new file mode 100644 index 000000000..60763a864 --- /dev/null +++ b/css/font-awesome.css.map @@ -0,0 +1,7 @@ +{ +"version": 3, +"mappings": ";;;;;;;AAGA,UAUC;EATC,WAAW,EAAE,aAAa;EAC1B,GAAG,EAAE,+CAAgE;EACrE,GAAG,EAAE,ySAAmG;EAKxG,WAAW,EAAE,MAAM;EACnB,UAAU,EAAE,MAAM;ACTpB,GAAmB;EACjB,OAAO,EAAE,YAAY;EACrB,IAAI,EAAE,uCAAwD;EAC9D,SAAS,EAAE,OAAO;EAClB,cAAc,EAAE,IAAI;EACpB,sBAAsB,EAAE,WAAW;EACnC,uBAAuB,EAAE,SAAS;EAClC,SAAS,EAAE,eAAe;;;ACN5B,MAAsB;EACpB,SAAS,EAAE,SAAS;EACpB,WAAW,EAAE,MAAS;EACtB,cAAc,EAAE,IAAI;;AAEtB,MAAsB;EAAE,SAAS,EAAE,GAAG;;AACtC,MAAsB;EAAE,SAAS,EAAE,GAAG;;AACtC,MAAsB;EAAE,SAAS,EAAE,GAAG;;AACtC,MAAsB;EAAE,SAAS,EAAE,GAAG;;ACVtC,MAAsB;EACpB,KAAK,EAAE,SAAW;EAClB,UAAU,EAAE,MAAM;;ACDpB,MAAsB;EACpB,YAAY,EAAE,CAAC;EACf,WAAW,ECKU,SAAS;EDJ9B,eAAe,EAAE,IAAI;EACrB,WAAK;IAAE,QAAQ,EAAE,QAAQ;;AAE3B,MAAsB;EACpB,QAAQ,EAAE,QAAQ;EAClB,IAAI,EAAE,UAAa;EACnB,KAAK,ECFgB,SAAS;EDG9B,GAAG,EAAE,SAAU;EACf,UAAU,EAAE,MAAM;EAClB,YAAuB;IACrB,IAAI,EAAE,UAA0B;;AEbpC,UAA0B;EACxB,OAAO,EAAE,gBAAgB;EACzB,MAAM,EAAE,iBAA4B;EACpC,aAAa,EAAE,IAAI;;AAGrB,WAAY;EAAE,KAAK,EAAE,KAAK;;AAC1B,UAAW;EAAE,KAAK,EAAE,IAAI;;AAGtB,aAAY;EAAE,YAAY,EAAE,IAAI;AAChC,cAAa;EAAE,WAAW,EAAE,IAAI;;ACXlC,QAAwB;EACtB,iBAAiB,EAAE,0BAA0B;EACrC,SAAS,EAAE,0BAA0B;;AAG/C,SAAyB;EACvB,iBAAiB,EAAE,4BAA4B;EACvC,SAAS,EAAE,4BAA4B;;AAGjD,0BASC;EARC,EAAG;IACD,iBAAiB,EAAE,YAAY;IACvB,SAAS,EAAE,YAAY;EAEjC,IAAK;IACH,iBAAiB,EAAE,cAAc;IACzB,SAAS,EAAE,cAAc;AAIrC,kBASC;EARC,EAAG;IACD,iBAAiB,EAAE,YAAY;IACvB,SAAS,EAAE,YAAY;EAEjC,IAAK;IACH,iBAAiB,EAAE,cAAc;IACzB,SAAS,EAAE,cAAc;AC5BrC,aAA8B;ECY5B,MAAM,EAAE,wDAAmE;EAC3E,iBAAiB,EAAE,aAAgB;EAC/B,aAAa,EAAE,aAAgB;EAC3B,SAAS,EAAE,aAAgB;;ADdrC,cAA8B;ECW5B,MAAM,EAAE,wDAAmE;EAC3E,iBAAiB,EAAE,cAAgB;EAC/B,aAAa,EAAE,cAAgB;EAC3B,SAAS,EAAE,cAAgB;;ADbrC,cAA8B;ECU5B,MAAM,EAAE,wDAAmE;EAC3E,iBAAiB,EAAE,cAAgB;EAC/B,aAAa,EAAE,cAAgB;EAC3B,SAAS,EAAE,cAAgB;;ADXrC,mBAAmC;ECejC,MAAM,EAAE,wDAAmE;EAC3E,iBAAiB,EAAE,YAAoB;EACnC,aAAa,EAAE,YAAoB;EAC/B,SAAS,EAAE,YAAoB;;ADjBzC,iBAAmC;ECcjC,MAAM,EAAE,wDAAmE;EAC3E,iBAAiB,EAAE,YAAoB;EACnC,aAAa,EAAE,YAAoB;EAC/B,SAAS,EAAE,YAAoB;;ADZzC;;;;uBAIuC;EACrC,MAAM,EAAE,IAAI;;AEfd,SAAyB;EACvB,QAAQ,EAAE,QAAQ;EAClB,OAAO,EAAE,YAAY;EACrB,KAAK,EAAE,GAAG;EACV,MAAM,EAAE,GAAG;EACX,WAAW,EAAE,GAAG;EAChB,cAAc,EAAE,MAAM;;AAExB,0BAAyD;EACvD,QAAQ,EAAE,QAAQ;EAClB,IAAI,EAAE,CAAC;EACP,KAAK,EAAE,IAAI;EACX,UAAU,EAAE,MAAM;;AAEpB,YAA4B;EAAE,WAAW,EAAE,OAAO;;AAClD,YAA4B;EAAE,SAAS,EAAE,GAAG;;AAC5C,WAA2B;EAAE,KAAK,ELVZ,IAAI;;;;AMN1B,gBAAgC;EAAE,OAAO,ENoQ1B,GAAO;;AMnQtB,gBAAgC;EAAE,OAAO,EN0W1B,GAAO;;AMzWtB,iBAAiC;EAAE,OAAO,ENmb1B,GAAO;;AMlbvB,qBAAqC;EAAE,OAAO,ENmL1B,GAAO;;AMlL3B,gBAAgC;EAAE,OAAO,ENkR1B,GAAO;;AMjRtB,eAA+B;EAAE,OAAO,ENke1B,GAAO;;AMjerB,iBAAiC;EAAE,OAAO,ENse1B,GAAO;;AMrevB,eAA+B;EAAE,OAAO,EN+iB1B,GAAO;;AM9iBrB,eAA+B;EAAE,OAAO,ENyN1B,GAAO;;AMxNrB,mBAAmC;EAAE,OAAO,ENggB1B,GAAO;;AM/fzB,aAA6B;EAAE,OAAO,EN8f1B,GAAO;;AM7fnB,kBAAkC;EAAE,OAAO,EN+f1B,GAAO;;AM9fxB,gBAAgC;EAAE,OAAO,ENoG1B,GAAO;;AMnGtB;;gBAEgC;EAAE,OAAO,ENkgB1B,GAAO;;AMjgBtB,sBAAsC;EAAE,OAAO,ENua1B,GAAO;;AMta5B,uBAAuC;EAAE,OAAO,ENqa1B,GAAO;;AMpa7B,oBAAoC;EAAE,OAAO,EN+X1B,GAAO;;AM9X1B,iBAAiC;EAAE,OAAO,ENsb1B,GAAO;;AMrbvB;cAC8B;EAAE,OAAO,ENwH1B,GAAO;;AMvHpB,kBAAkC;EAAE,OAAO,ENygB1B,GAAO;;AMxgBxB,eAA+B;EAAE,OAAO,ENmQ1B,GAAO;;AMlQrB,iBAAiC;EAAE,OAAO,EN6L1B,GAAO;;AM5LvB,kBAAkC;EAAE,OAAO,EN0G1B,GAAO;;AMzGxB,eAA+B;EAAE,OAAO,EN+Y1B,GAAO;;AM9YrB,mBAAmC;EAAE,OAAO,ENiJ1B,GAAO;;AMhJzB,8BAA8C;EAAE,OAAO,ENI1B,GAAO;;AMHpC,4BAA4C;EAAE,OAAO,ENM1B,GAAO;;AMLlC,gBAAgC;EAAE,OAAO,ENkQ1B,GAAO;;AMjQtB,wBAAwC;EAAE,OAAO,EN4W1B,GAAO;;AM3W9B;iBACiC;EAAE,OAAO,ENmY1B,GAAO;;AMlYvB,kBAAkC;EAAE,OAAO,EN8X1B,GAAO;;AM7XxB,mBAAmC;EAAE,OAAO,ENiS1B,GAAO;;AMhSzB,eAA+B;EAAE,OAAO,ENoS1B,GAAO;;AMnSrB,eAA+B;EAAE,OAAO,ENgM1B,GAAO;;AM/LrB,qBAAqC;EAAE,OAAO,EN+O1B,GAAO;;AM9O3B,qBAAqC;EAAE,OAAO,EN8hB1B,GAAO;;AM7hB3B,sBAAsC;EAAE,OAAO,EN4hB1B,GAAO;;AM3hB5B,oBAAoC;EAAE,OAAO,EN6hB1B,GAAO;;AM5hB1B,iBAAiC;EAAE,OAAO,EN2W1B,GAAO;;AM1WvB,kBAAkC;EAAE,OAAO,ENW1B,GAAO;;AMVxB,cAA8B;EAAE,OAAO,ENod1B,GAAO;;AMndpB,eAA+B;EAAE,OAAO,ENod1B,GAAO;;AMndrB,eAA+B;EAAE,OAAO,EN2B1B,GAAO;;AM1BrB,mBAAmC;EAAE,OAAO,EN2B1B,GAAO;;AM1BzB,gBAAgC;EAAE,OAAO,ENkW1B,GAAO;;AMjWtB,iBAAiC;EAAE,OAAO,ENwC1B,GAAO;;AMvCvB,eAA+B;EAAE,OAAO,EN8L1B,GAAO;;AM7LrB,eAA+B;EAAE,OAAO,ENmB1B,GAAO;;AMlBrB,iBAAiC;EAAE,OAAO,ENoP1B,GAAO;;AMnPvB,sBAAsC;EAAE,OAAO,ENid1B,GAAO;;AMhd5B,qBAAqC;EAAE,OAAO,ENid1B,GAAO;;AMhd3B,qBAAqC;EAAE,OAAO,EN1C1B,GAAO;;AM2C3B,uBAAuC;EAAE,OAAO,EN7C1B,GAAO;;AM8C7B,sBAAsC;EAAE,OAAO,EN3C1B,GAAO;;AM4C5B,wBAAwC;EAAE,OAAO,EN9C1B,GAAO;;AM+C9B,eAA+B;EAAE,OAAO,ENwQ1B,GAAO;;AMvQrB;kBACkC;EAAE,OAAO,ENmT1B,GAAO;;AMlTxB,iBAAiC;EAAE,OAAO,ENmO1B,GAAO;;AMlOvB,uBAAuC;EAAE,OAAO,ENigB1B,GAAO;;AMhgB7B;;oBAEoC;EAAE,OAAO,EN+T1B,GAAO;;AM9T1B,iBAAiC;EAAE,OAAO,ENwT1B,GAAO;;AMvTvB,qBAAqC;EAAE,OAAO,EN+Q1B,GAAO;;AM9Q3B,iBAAiC;EAAE,OAAO,EN5D1B,GAAO;;AM6DvB,eAA+B;EAAE,OAAO,EN8c1B,GAAO;;AM7crB;0BAC0C;EAAE,OAAO,ENqT1B,GAAO;;AMpThC,yBAAyC;EAAE,OAAO,ENuX1B,GAAO;;AMtX/B,yBAAyC;EAAE,OAAO,EN0C1B,GAAO;;AMzC/B,iBAAiC;EAAE,OAAO,ENjC1B,GAAO;;AMkCvB,wBAAwC;EAAE,OAAO,ENma1B,GAAO;;AMla9B,wBAAwC;EAAE,OAAO,EN4H1B,GAAO;;AM3H9B,mBAAmC;EAAE,OAAO,EN7B1B,GAAO;;AM8BzB,eAA+B;EAAE,OAAO,EN0T1B,GAAO;;AMzTrB,gBAAgC;EAAE,OAAO,ENwS1B,GAAO;;AMvStB,eAA+B;EAAE,OAAO,ENia1B,GAAO;;AMharB,kBAAkC;EAAE,OAAO,ENgK1B,GAAO;;AM/JxB,uBAAuC;EAAE,OAAO,ENuH1B,GAAO;;AMtH7B,uBAAuC;EAAE,OAAO,EN4Z1B,GAAO;;AM3Z7B,gBAAgC;EAAE,OAAO,EN4F1B,GAAO;;AM3FtB,uBAAuC;EAAE,OAAO,ENoC1B,GAAO;;AMnC7B,wBAAwC;EAAE,OAAO,ENoC1B,GAAO;;AMnC9B,sBAAsC;EAAE,OAAO,ENsT1B,GAAO;;AMrT5B,uBAAuC;EAAE,OAAO,ENyQ1B,GAAO;;AMxQ7B,uBAAuC;EAAE,OAAO,ENwb1B,GAAO;;AMvb7B,uBAAuC;EAAE,OAAO,ENsB1B,GAAO;;AMrB7B,0BAA0C;EAAE,OAAO,EN2T1B,GAAO;;AM1ThC,sBAAsC;EAAE,OAAO,ENsM1B,GAAO;;AMrM5B,qBAAqC;EAAE,OAAO,EN6D1B,GAAO;;AM5D3B,yBAAyC;EAAE,OAAO,ENob1B,GAAO;;AMnb/B,yBAAyC;EAAE,OAAO,ENkB1B,GAAO;;AMjB/B,cAA8B;EAAE,OAAO,EN/C1B,GAAO;;AMgDpB,qBAAqC;EAAE,OAAO,EN3D1B,GAAO;;AM4D3B,sBAAsC;EAAE,OAAO,EN3D1B,GAAO;;AM4D5B,mBAAmC;EAAE,OAAO,EN3D1B,GAAO;;AM4DzB,qBAAqC;EAAE,OAAO,EN/D1B,GAAO;;AMgE3B;gBACgC;EAAE,OAAO,ENqV1B,GAAO;;AMpVtB,iBAAiC;EAAE,OAAO,ENuF1B,GAAO;;AMtFvB,mBAAmC;EAAE,OAAO,EN4C1B,GAAO;;AM3CzB,eAA+B;EAAE,OAAO,ENmS1B,GAAO;;AMlSrB,gBAAgC;EAAE,OAAO,ENsP1B,GAAO;;AMrPtB,mBAAmC;EAAE,OAAO,EN9D1B,GAAO;;AM+DzB,6BAA6C;EAAE,OAAO,ENgF1B,GAAO;;AM/EnC,eAA+B;EAAE,OAAO,EN+I1B,GAAO;;AM9IrB,eAA+B;EAAE,OAAO,ENoM1B,GAAO;;AMnMrB,eAA+B;EAAE,OAAO,ENmH1B,GAAO;;AMlHrB,cAA8B;EAAE,OAAO,ENiF1B,GAAO;;AMhFpB,oBAAoC;EAAE,OAAO,ENiF1B,GAAO;;AMhF1B;+BAC+C;EAAE,OAAO,EN0E1B,GAAO;;AMzErC,gBAAgC;EAAE,OAAO,ENmR1B,GAAO;;AMlRtB,mBAAmC;EAAE,OAAO,EN/B1B,GAAO;;AMgCzB,iBAAiC;EAAE,OAAO,ENoS1B,GAAO;;AMnSvB,kBAAkC;EAAE,OAAO,ENwB1B,GAAO;;AMvBxB,iBAAiC;EAAE,OAAO,ENqN1B,GAAO;;AMpNvB,qBAAqC;EAAE,OAAO,ENE1B,GAAO;;AMD3B,uBAAuC;EAAE,OAAO,ENF1B,GAAO;;AMG7B,kBAAkC;EAAE,OAAO,EN2S1B,GAAO;;AM1SxB,wBAAwC;EAAE,OAAO,ENyU1B,GAAO;;AMxU9B,iBAAiC;EAAE,OAAO,EN8G1B,GAAO;;AM7GvB,sBAAsC;EAAE,OAAO,EN+G1B,GAAO;;AM9G5B,mBAAmC;EAAE,OAAO,ENnF1B,GAAO;;AMoFzB,mBAAmC;EAAE,OAAO,ENrF1B,GAAO;;AMsFzB;oBACoC;EAAE,OAAO,EN/E1B,GAAO;;AMgF1B,yBAAyC;EAAE,OAAO,ENua1B,GAAO;;AMta/B,0BAA0C;EAAE,OAAO,ENmE1B,GAAO;;AMlEhC,uBAAuC;EAAE,OAAO,EN5C1B,GAAO;;AM6C7B,cAA8B;EAAE,OAAO,ENqK1B,GAAO;;AMpKpB;eAC+B;EAAE,OAAO,ENK1B,GAAO;;AMJrB,mBAAmC;EAAE,OAAO,ENQ1B,GAAO;;AMPzB,sBAAsC;EAAE,OAAO,ENmY1B,GAAO;;AMlY5B,wBAAwC;EAAE,OAAO,ENiY1B,GAAO;;AMhY9B,oBAAoC;EAAE,OAAO,EN2V1B,GAAO;;AM1V1B,kBAAkC;EAAE,OAAO,ENyI1B,GAAO;;AMxIxB,mBAAmC;EAAE,OAAO,ENyT1B,GAAO;;AMxTzB,0BAA0C;EAAE,OAAO,ENiL1B,GAAO;;AMhLhC,qBAAqC;EAAE,OAAO,EN0X1B,GAAO;;AMzX3B,wBAAwC;EAAE,OAAO,EN8C1B,GAAO;;AM7C9B,kBAAkC;EAAE,OAAO,ENoT1B,GAAO;;AMnTxB,iBAAiC;EAAE,OAAO,EN8Y1B,GAAO;;AM7YvB,wBAAwC;EAAE,OAAO,EN6G1B,GAAO;;AM5G9B,iBAAiC;EAAE,OAAO,EN8Z1B,GAAO;;AM7ZvB,kBAAkC;EAAE,OAAO,EN+J1B,GAAO;;AM9JxB,gBAAgC;EAAE,OAAO,ENsO1B,GAAO;;AMrOtB,mBAAmC;EAAE,OAAO,EN2U1B,GAAO;;AM1UzB,qBAAqC;EAAE,OAAO,EN/E1B,GAAO;;AMgF3B,uBAAuC;EAAE,OAAO,ENoO1B,GAAO;;AMnO7B,kBAAkC;EAAE,OAAO,EN8Y1B,GAAO;;AM7YxB;mBACmC;EAAE,OAAO,ENuC1B,GAAO;;AMtCzB,iBAAiC;EAAE,OAAO,ENiG1B,GAAO;;AMhGvB,iBAAiC;EAAE,OAAO,ENiZ1B,GAAO;;AMhZvB,sBAAsC;EAAE,OAAO,ENR1B,GAAO;;AMS5B,cAA8B;EAAE,OAAO,EN4Q1B,GAAO;;AM3QpB,gBAAgC;EAAE,OAAO,ENgH1B,GAAO;;AM/GtB,mBAAmC;EAAE,OAAO,ENnF1B,GAAO;;AMoFzB,eAA+B;EAAE,OAAO,ENzG1B,GAAO;;AM0GrB,sBAAsC;EAAE,OAAO,ENzD1B,GAAO;;AM0D5B,uBAAuC;EAAE,OAAO,EN0G1B,GAAO;;AMzG7B,sBAAsC;EAAE,OAAO,ENwG1B,GAAO;;AMvG5B,oBAAoC;EAAE,OAAO,ENyG1B,GAAO;;AMxG1B,sBAAsC;EAAE,OAAO,ENqG1B,GAAO;;AMpG5B,4BAA4C;EAAE,OAAO,EN5I1B,GAAO;;AM6IlC,6BAA6C;EAAE,OAAO,ENxI1B,GAAO;;AMyInC,0BAA0C;EAAE,OAAO,ENxI1B,GAAO;;AMyIhC,4BAA4C;EAAE,OAAO,ENhJ1B,GAAO;;AMiJlC,gBAAgC;EAAE,OAAO,ENsF1B,GAAO;;AMrFtB,iBAAiC;EAAE,OAAO,ENia1B,GAAO;;AMhavB,gBAAgC;EAAE,OAAO,ENiV1B,GAAO;;AMhVtB,iBAAiC;EAAE,OAAO,ENgD1B,GAAO;;AM/CvB,oBAAoC;EAAE,OAAO,ENvG1B,GAAO;;AMwG1B,qBAAqC;EAAE,OAAO,ENzI1B,GAAO;;AM0I3B;gBACgC;EAAE,OAAO,ENqY1B,GAAO;;AMpYtB;eAC+B;EAAE,OAAO,ENuI1B,GAAO;;AMtIrB,gBAAgC;EAAE,OAAO,ENpD1B,GAAO;;AMqDtB,gBAAgC;EAAE,OAAO,EN+C1B,GAAO;;AM9CtB;mBACmC;EAAE,OAAO,ENwP1B,GAAO;;AMvPzB;kBACkC;EAAE,OAAO,ENkC1B,GAAO;;AMjCxB,oBAAoC;EAAE,OAAO,ENsL1B,GAAO;;AMrL1B;mBACmC;EAAE,OAAO,EN0C1B,GAAO;;AMzCzB,iBAAiC;EAAE,OAAO,ENiS1B,GAAO;;AMhSvB;;eAE+B;EAAE,OAAO,EN9I1B,GAAO;;AM+IrB,kBAAkC;EAAE,OAAO,ENgI1B,GAAO;;AM/HxB,kBAAkC;EAAE,OAAO,EN8H1B,GAAO;;AM7HxB,wBAAwC;EAAE,OAAO,EN4S1B,GAAO;;AM3S9B,oBAAoC;EAAE,OAAO,ENoW1B,GAAO;;AMnW1B,gBAAgC;EAAE,OAAO,ENmT1B,GAAO;;AMlTtB,gBAAgC;EAAE,OAAO,ENkI1B,GAAO;;AMjItB,gBAAgC;EAAE,OAAO,ENuV1B,GAAO;;AMtVtB,oBAAoC;EAAE,OAAO,ENwL1B,GAAO;;AMvL1B,2BAA2C;EAAE,OAAO,ENyL1B,GAAO;;AMxLjC,6BAA6C;EAAE,OAAO,ENyD1B,GAAO;;AMxDnC,sBAAsC;EAAE,OAAO,ENuD1B,GAAO;;AMtD5B,gBAAgC;EAAE,OAAO,ENsJ1B,GAAO;;AMrJtB,qBAAqC;EAAE,OAAO,ENtH1B,GAAO;;AMuH3B,mBAAmC;EAAE,OAAO,ENhH1B,GAAO;;AMiHzB,qBAAqC;EAAE,OAAO,ENvH1B,GAAO;;AMwH3B,sBAAsC;EAAE,OAAO,ENvH1B,GAAO;;AMwH5B,kBAAkC;EAAE,OAAO,ENvE1B,GAAO;;AMwExB;eAC+B;EAAE,OAAO,EN2P1B,GAAO;;AM1PrB;oBACoC;EAAE,OAAO,EN+P1B,GAAO;;AM9P1B;mBACmC;EAAE,OAAO,EN4P1B,GAAO;;AM3PzB,mBAAmC;EAAE,OAAO,ENxC1B,GAAO;;AMyCzB,mBAAmC;EAAE,OAAO,ENkG1B,GAAO;;AMjGzB;eAC+B;EAAE,OAAO,EN8U1B,GAAO;;AM7UrB;gBACgC;EAAE,OAAO,ENqB1B,GAAO;;AMpBtB;qBACqC;EAAE,OAAO,EN2R1B,GAAO;;AM1R3B,oBAAoC;EAAE,OAAO,ENpF1B,GAAO;;AMqF1B,qBAAqC;EAAE,OAAO,ENnF1B,GAAO;;AMoF3B;eAC+B;EAAE,OAAO,ENjK1B,GAAO;;AMkKrB,kBAAkC;EAAE,OAAO,ENkO1B,GAAO;;AMjOxB,mBAAmC;EAAE,OAAO,ENkU1B,GAAO;;AMjUzB;oBACoC;EAAE,OAAO,EN1G1B,GAAO;;AM2G1B,sBAAsC;EAAE,OAAO,ENgF1B,GAAO;;AM/E5B,mBAAmC;EAAE,OAAO,ENnD1B,GAAO;;AMoDzB,yBAAyC;EAAE,OAAO,ENzG1B,GAAO;;AM0G/B,uBAAuC;EAAE,OAAO,ENzG1B,GAAO;;AM0G7B,kBAAkC;EAAE,OAAO,ENsU1B,GAAO;;AMrUxB,sBAAsC;EAAE,OAAO,EN+P1B,GAAO;;AM9P5B,mBAAmC;EAAE,OAAO,ENsQ1B,GAAO;;AMrQzB,iBAAiC;EAAE,OAAO,ENvL1B,GAAO;;AMwLvB,iBAAiC;EAAE,OAAO,ENzG1B,GAAO;;AM0GvB,kBAAkC;EAAE,OAAO,ENtF1B,GAAO;;AMuFxB,sBAAsC;EAAE,OAAO,EN3B1B,GAAO;;AM4B5B,qBAAqC;EAAE,OAAO,ENxK1B,GAAO;;AMyK3B,qBAAqC;EAAE,OAAO,ENkC1B,GAAO;;AMjC3B,oBAAoC;EAAE,OAAO,EN3O1B,GAAO;;AM4O1B,iBAAiC;EAAE,OAAO,ENiG1B,GAAO;;AMhGvB,sBAAsC;EAAE,OAAO,EN/C1B,GAAO;;AMgD5B,eAA+B;EAAE,OAAO,ENpM1B,GAAO;;AMqMrB,mBAAmC;EAAE,OAAO,ENe1B,GAAO;;AMdzB,sBAAsC;EAAE,OAAO,ENgJ1B,GAAO;;AM/I5B,4BAA4C;EAAE,OAAO,EN5O1B,GAAO;;AM6OlC,6BAA6C;EAAE,OAAO,EN5O1B,GAAO;;AM6OnC,0BAA0C;EAAE,OAAO,EN5O1B,GAAO;;AM6OhC,4BAA4C;EAAE,OAAO,ENhP1B,GAAO;;AMiPlC,qBAAqC;EAAE,OAAO,EN5O1B,GAAO;;AM6O3B,sBAAsC;EAAE,OAAO,EN5O1B,GAAO;;AM6O5B,mBAAmC;EAAE,OAAO,EN5O1B,GAAO;;AM6OzB,qBAAqC;EAAE,OAAO,ENhP1B,GAAO;;AMiP3B,kBAAkC;EAAE,OAAO,ENlG1B,GAAO;;AMmGxB,iBAAiC;EAAE,OAAO,ENuC1B,GAAO;;AMtCvB,iBAAiC;EAAE,OAAO,ENoP1B,GAAO;;AMnPvB;iBACiC;EAAE,OAAO,ENyF1B,GAAO;;AMxFvB,mBAAmC;EAAE,OAAO,EN9I1B,GAAO;;AM+IzB,qBAAqC;EAAE,OAAO,EN0I1B,GAAO;;AMzI3B,sBAAsC;EAAE,OAAO,EN0I1B,GAAO;;AMzI5B,kBAAkC;EAAE,OAAO,ENgN1B,GAAO;;AM/MxB,iBAAiC;EAAE,OAAO,ENnJ1B,GAAO;;AMoJvB;gBACgC;EAAE,OAAO,ENkJ1B,GAAO;;AMjJtB,qBAAqC;EAAE,OAAO,ENnB1B,GAAO;;AMoB3B,mBAAmC;EAAE,OAAO,ENxC1B,GAAO;;AMyCzB,wBAAwC;EAAE,OAAO,ENvC1B,GAAO;;AMwC9B,kBAAkC;EAAE,OAAO,EN0L1B,GAAO;;AMzLxB,kBAAkC;EAAE,OAAO,ENpC1B,GAAO;;AMqCxB,gBAAgC;EAAE,OAAO,ENoE1B,GAAO;;AMnEtB,kBAAkC;EAAE,OAAO,ENpC1B,GAAO;;AMqCxB,qBAAqC;EAAE,OAAO,ENkB1B,GAAO;;AMjB3B,iBAAiC;EAAE,OAAO,ENrD1B,GAAO;;AMsDvB,yBAAyC;EAAE,OAAO,ENvD1B,GAAO;;AMwD/B,mBAAmC;EAAE,OAAO,ENuO1B,GAAO;;AMtOzB,eAA+B;EAAE,OAAO,ENtJ1B,GAAO;;AMuJrB;oBACoC;EAAE,OAAO,ENqI1B,GAAO;;AMpI1B;;sBAEsC;EAAE,OAAO,ENuM1B,GAAO;;AMtM5B,yBAAyC;EAAE,OAAO,ENkC1B,GAAO;;AMjC/B,eAA+B;EAAE,OAAO,EN5I1B,GAAO;;AM6IrB,oBAAoC;EAAE,OAAO,EN7J1B,GAAO;;AM8J1B;uBACuC;EAAE,OAAO,EN1L1B,GAAO;;AM2L7B,mBAAmC;EAAE,OAAO,EN4G1B,GAAO;;AM3GzB,eAA+B;EAAE,OAAO,ENT1B,GAAO;;AMUrB,sBAAsC;EAAE,OAAO,ENhH1B,GAAO;;AMiH5B,sBAAsC;EAAE,OAAO,EN8M1B,GAAO;;AM7M5B,oBAAoC;EAAE,OAAO,ENyM1B,GAAO;;AMxM1B,iBAAiC;EAAE,OAAO,ENvH1B,GAAO;;AMwHvB,uBAAuC;EAAE,OAAO,ENmG1B,GAAO;;AMlG7B,qBAAqC;EAAE,OAAO,EN8C1B,GAAO;;AM7C3B,2BAA2C;EAAE,OAAO,EN8C1B,GAAO;;AM7CjC,iBAAiC;EAAE,OAAO,ENgJ1B,GAAO;;AM/IvB,qBAAqC;EAAE,OAAO,EN5N1B,GAAO;;AM6N3B,4BAA4C;EAAE,OAAO,ENjF1B,GAAO;;AMkFlC,iBAAiC;EAAE,OAAO,ENoH1B,GAAO;;AMnHvB,iBAAiC;EAAE,OAAO,ENkC1B,GAAO;;AMjCvB,8BAA8C;EAAE,OAAO,ENlM1B,GAAO;;AMmMpC,+BAA+C;EAAE,OAAO,ENlM1B,GAAO;;AMmMrC,4BAA4C;EAAE,OAAO,ENlM1B,GAAO;;AMmMlC,8BAA8C;EAAE,OAAO,ENtM1B,GAAO;;AMuMpC,gBAAgC;EAAE,OAAO,EN/B1B,GAAO;;AMgCtB,eAA+B;EAAE,OAAO,ENjK1B,GAAO;;AMkKrB,iBAAiC;EAAE,OAAO,EN9S1B,GAAO;;AM+SvB,qBAAqC;EAAE,OAAO,ENmP1B,GAAO;;AMlP3B,mBAAmC;EAAE,OAAO,EN9O1B,GAAO;;AM+OzB,qBAAqC;EAAE,OAAO,EN/I1B,GAAO;;AMgJ3B,qBAAqC;EAAE,OAAO,EN/I1B,GAAO;;AMgJ3B,qBAAqC;EAAE,OAAO,EN4G1B,GAAO;;AM3G3B,sBAAsC;EAAE,OAAO,ENsE1B,GAAO;;AMrE5B,iBAAiC;EAAE,OAAO,EN2M1B,GAAO;;AM1MvB,uBAAuC;EAAE,OAAO,EN6B1B,GAAO;;AM5B7B,yBAAyC;EAAE,OAAO,EN6B1B,GAAO;;AM5B/B,mBAAmC;EAAE,OAAO,ENhB1B,GAAO;;AMiBzB,qBAAqC;EAAE,OAAO,ENlB1B,GAAO;;AMmB3B,uBAAuC;EAAE,OAAO,ENvN1B,GAAO;;AMwN7B,wBAAwC;EAAE,OAAO,ENiD1B,GAAO;;AMhD9B,+BAA+C;EAAE,OAAO,EN3I1B,GAAO;;AM4IrC,uBAAuC;EAAE,OAAO,ENkH1B,GAAO;;AMjH7B,kBAAkC;EAAE,OAAO,EN1L1B,GAAO;;AM2LxB;8BAC8C;EAAE,OAAO,ENjP1B,GAAO;;AMkPpC;4BAC4C;EAAE,OAAO,ENhP1B,GAAO;;AMiPlC;+BAC+C;EAAE,OAAO,ENnP1B,GAAO;;AMoPrC;cAC8B;EAAE,OAAO,EN7J1B,GAAO;;AM8JpB,cAA8B;EAAE,OAAO,EN/F1B,GAAO;;AMgGpB;cAC8B;EAAE,OAAO,EN4N1B,GAAO;;AM3NpB;cAC8B;EAAE,OAAO,ENvD1B,GAAO;;AMwDpB;;;cAG8B;EAAE,OAAO,ENrD1B,GAAO;;AMsDpB;;cAE8B;EAAE,OAAO,EN8E1B,GAAO;;AM7EpB;cAC8B;EAAE,OAAO,ENtD1B,GAAO;;AMuDpB;cAC8B;EAAE,OAAO,ENzR1B,GAAO;;AM0RpB,eAA+B;EAAE,OAAO,ENzJ1B,GAAO;;AM0JrB,oBAAoC;EAAE,OAAO,EN7I1B,GAAO;;AM8I1B,yBAAyC;EAAE,OAAO,EN2G1B,GAAO;;AM1G/B,0BAA0C;EAAE,OAAO,EN2G1B,GAAO;;AM1GhC,0BAA0C;EAAE,OAAO,EN2G1B,GAAO;;AM1GhC,2BAA2C;EAAE,OAAO,EN2G1B,GAAO;;AM1GjC,2BAA2C;EAAE,OAAO,EN8G1B,GAAO;;AM7GjC,4BAA4C;EAAE,OAAO,EN8G1B,GAAO;;AM7GlC,oBAAoC;EAAE,OAAO,ENgK1B,GAAO;;AM/J1B,sBAAsC;EAAE,OAAO,EN4J1B,GAAO;;AM3J5B,yBAAyC;EAAE,OAAO,ENwO1B,GAAO;;AMvO/B,kBAAkC;EAAE,OAAO,ENqO1B,GAAO;;AMpOxB,eAA+B;EAAE,OAAO,EN+N1B,GAAO;;AM9NrB,sBAAsC;EAAE,OAAO,EN+N1B,GAAO;;AM9N5B,uBAAuC;EAAE,OAAO,ENmO1B,GAAO;;AMlO7B,kBAAkC;EAAE,OAAO,ENxM1B,GAAO;;AMyMxB,yBAAyC;EAAE,OAAO,EN+G1B,GAAO;;AM9G/B,oBAAoC;EAAE,OAAO,ENnF1B,GAAO;;AMoF1B,iBAAiC;EAAE,OAAO,EN/I1B,GAAO;;AMgJvB,cAA8B;EAAE,OAAO,ENhX1B,GAAO;;AMiXpB,oBAAoC;EAAE,OAAO,ENxT1B,GAAO;;AMyT1B,2BAA2C;EAAE,OAAO,ENxT1B,GAAO;;AMyTjC,iBAAiC;EAAE,OAAO,ENyK1B,GAAO;;AMxKvB,wBAAwC;EAAE,OAAO,ENyK1B,GAAO;;AMxK9B,0BAA0C;EAAE,OAAO,ENtD1B,GAAO;;AMuDhC,wBAAwC;EAAE,OAAO,ENpD1B,GAAO;;AMqD9B,0BAA0C;EAAE,OAAO,ENvD1B,GAAO;;AMwDhC,2BAA2C;EAAE,OAAO,ENvD1B,GAAO;;AMwDjC,gBAAgC;EAAE,OAAO,ENxW1B,GAAO;;AMyWtB,kBAAkC;EAAE,OAAO,EN0M1B,GAAO;;AMzMxB,kBAAkC;EAAE,OAAO,ENpX1B,GAAO;;AMqXxB,gBAAgC;EAAE,OAAO,ENpE1B,GAAO;;AMqEtB,mBAAmC;EAAE,OAAO,EN1N1B,GAAO;;AM2NzB,gBAAgC;EAAE,OAAO,ENqE1B,GAAO;;AMpEtB,qBAAqC;EAAE,OAAO,ENtJ1B,GAAO;;AMuJ3B,iBAAiC;EAAE,OAAO,ENuJ1B,GAAO;;AMtJvB,iBAAiC;EAAE,OAAO,EN/L1B,GAAO;;AMgMvB,eAA+B;EAAE,OAAO,EN1D1B,GAAO;;AM2DrB;mBACmC;EAAE,OAAO,ENnI1B,GAAO;;AMoIzB,gBAAgC;EAAE,OAAO,EN2G1B,GAAO;;AM1GtB,iBAAiC;EAAE,OAAO,ENxC1B,GAAO;;AMyCvB,kBAAkC;EAAE,OAAO,ENrX1B,GAAO;;AMsXxB,cAA8B;EAAE,OAAO,ENpU1B,GAAO;;AMqUpB,aAA6B;EAAE,OAAO,ENgL1B,GAAO;;AM/KnB,gBAAgC;EAAE,OAAO,ENqL1B,GAAO;;AMpLtB,iBAAiC;EAAE,OAAO,ENa1B,GAAO;;AMZvB,oBAAoC;EAAE,OAAO,ENrC1B,GAAO;;AMsC1B,yBAAyC;EAAE,OAAO,EN8E1B,GAAO;;AM7E/B,+BAA+C;EAAE,OAAO,ENtX1B,GAAO;;AMuXrC,8BAA8C;EAAE,OAAO,ENxX1B,GAAO;;AMyXpC;8BAC8C;EAAE,OAAO,EN3T1B,GAAO;;AM4TpC,uBAAuC;EAAE,OAAO,ENjP1B,GAAO;;AMkP7B,qBAAqC;EAAE,OAAO,EN+K1B,GAAO;;AM9K3B,uBAAuC;EAAE,OAAO,ENmK1B,GAAO;;AMlK7B;cAC8B;EAAE,OAAO,ENoI1B,GAAO;;AMnIpB,wBAAwC;EAAE,OAAO,ENjB1B,GAAO;;AMkB9B,wBAAwC;EAAE,OAAO,EN6D1B,GAAO;;AM5D9B,gBAAgC;EAAE,OAAO,EN2C1B,GAAO;;AM1CtB,0BAA0C;EAAE,OAAO,EN7O1B,GAAO;;AM8OhC,oBAAoC;EAAE,OAAO,EN2K1B,GAAO;;AM1K1B,iBAAiC;EAAE,OAAO,ENvD1B,GAAO;;AMwDvB;;qBAEqC;EAAE,OAAO,ENsI1B,GAAO;;AMrI3B;yBACyC;EAAE,OAAO,ENjK1B,GAAO;;AMkK/B,gBAAgC;EAAE,OAAO,ENwK1B,GAAO;;AMvKtB,iBAAiC;EAAE,OAAO,ENvK1B,GAAO;;AMwKvB,iBAAiC;EAAE,OAAO,ENhB1B,GAAO;;AMiBvB,wBAAwC;EAAE,OAAO,ENhB1B,GAAO;;AMiB9B,6BAA6C;EAAE,OAAO,ENsE1B,GAAO;;AMrEnC,sBAAsC;EAAE,OAAO,ENoE1B,GAAO;;AMnE5B,oBAAoC;EAAE,OAAO,EN7Q1B,GAAO;;AM8Q1B,eAA+B;EAAE,OAAO,EN1Q1B,GAAO;;AM2QrB,qBAAqC;EAAE,OAAO,ENjD1B,GAAO;;AMkD3B,yBAAyC;EAAE,OAAO,ENjD1B,GAAO;;AMkD/B,iBAAiC;EAAE,OAAO,ENvQ1B,GAAO;;AMwQvB,iBAAiC;EAAE,OAAO,EN9I1B,GAAO;;AM+IvB,mBAAmC;EAAE,OAAO,ENzI1B,GAAO;;AM0IzB,cAA8B;EAAE,OAAO,EN9O1B,GAAO;;AM+OpB,mBAAmC;EAAE,OAAO,EN3W1B,GAAO;;AM4WzB,gBAAgC;EAAE,OAAO,EN9T1B,GAAO;;AM+TtB,cAA8B;EAAE,OAAO,ENnE1B,GAAO;;AMoEpB,gBAAgC;EAAE,OAAO,ENoC1B,GAAO;;AMnCtB,eAA+B;EAAE,OAAO,ENjS1B,GAAO;;AMkSrB,gBAAgC;EAAE,OAAO,ENjS1B,GAAO;;AMkStB,kBAAkC;EAAE,OAAO,ENtY1B,GAAO;;AMuYxB,yBAAyC;EAAE,OAAO,ENtY1B,GAAO;;AMuY/B,gBAAgC;EAAE,OAAO,EN2C1B,GAAO;;AM1CtB,uBAAuC;EAAE,OAAO,EN2C1B,GAAO;;AM1C7B,kBAAkC;EAAE,OAAO,ENvC1B,GAAO;;AMwCxB;cAC8B;EAAE,OAAO,EN3W1B,GAAO;;AM4WpB;eAC+B;EAAE,OAAO,EN2D1B,GAAO;;AM1DrB,eAA+B;EAAE,OAAO,ENuF1B,GAAO;;AMtFrB,kBAAkC;EAAE,OAAO,ENwB1B,GAAO;;AMvBxB,qBAAqC;EAAE,OAAO,ENpS1B,GAAO;;AMqS3B,qBAAqC;EAAE,OAAO,ENkB1B,GAAO;;AMjB3B,mBAAmC;EAAE,OAAO,EN1S1B,GAAO;;AM2SzB,qBAAqC;EAAE,OAAO,ENxP1B,GAAO;;AMyP3B,sBAAsC;EAAE,OAAO,ENjP1B,GAAO;;AMkP5B,uBAAuC;EAAE,OAAO,EN9P1B,GAAO;;AM+P7B,4BAA4C;EAAE,OAAO,ENxP1B,GAAO;;AMyPlC;;uBAEuC;EAAE,OAAO,ENjQ1B,GAAO;;AMkQ7B;yBACyC;EAAE,OAAO,ENvQ1B,GAAO;;AMwQ/B;uBACuC;EAAE,OAAO,ENxQ1B,GAAO;;AMyQ7B;uBACuC;EAAE,OAAO,EN7P1B,GAAO;;AM8P7B,sBAAsC;EAAE,OAAO,EN1Q1B,GAAO;;AM2Q5B,eAA+B;EAAE,OAAO,ENsG1B,GAAO;;AMrGrB,kBAAkC;EAAE,OAAO,ENlV1B,GAAO;;AMmVxB,mBAAmC;EAAE,OAAO,ENnL1B,GAAO;;AMoLzB;;;;oBAIoC;EAAE,OAAO,ENxK1B,GAAO;;AMyK1B,yBAAyC;EAAE,OAAO,ENpW1B,GAAO;;AMqW/B;gBACgC;EAAE,OAAO,EN1E1B,GAAO;;AM2EtB;iBACiC;EAAE,OAAO,ENpT1B,GAAO;;AMqTvB,qBAAqC;EAAE,OAAO,EN1O1B,GAAO;;AM2O3B,cAA8B;EAAE,OAAO,EN5O1B,GAAO;;AM6OpB,sBAAsC;EAAE,OAAO,EN7N1B,GAAO;;AM8N5B,wBAAwC;EAAE,OAAO,ENwB1B,GAAO;;AMvB9B,aAA6B;EAAE,OAAO,ENzF1B,GAAO;;AM0FnB;iBACiC;EAAE,OAAO,EN2F1B,GAAO;;AM1FvB;sBACsC;EAAE,OAAO,EN9H1B,GAAO;;AM+H5B;wBACwC;EAAE,OAAO,EN/H1B,GAAO;;AMgI9B,kBAAkC;EAAE,OAAO,EN3N1B,GAAO;;AM4NxB;sBACsC;EAAE,OAAO,ENrX1B,GAAO;;AMsX5B,iBAAiC;EAAE,OAAO,ENnO1B,GAAO;;AMoOvB,oBAAoC;EAAE,OAAO,ENlI1B,GAAO;;AMmI1B,kBAAkC;EAAE,OAAO,EN1C1B,GAAO;;AM2CxB,oBAAoC;EAAE,OAAO,EN7D1B,GAAO;;AM8D1B,2BAA2C;EAAE,OAAO,EN7D1B,GAAO;;AM8DjC,eAA+B;EAAE,OAAO,ENpb1B,GAAO;;AMqbrB;mBACmC;EAAE,OAAO,ENzQ1B,GAAO;;AM0QzB,cAA8B;EAAE,OAAO,ENsC1B,GAAO;;AMrCpB,qBAAqC;EAAE,OAAO,EN/b1B,GAAO;;AMgc3B,eAA+B;EAAE,OAAO,ENrH1B,GAAO;;AMsHrB,qBAAqC;EAAE,OAAO,ENlD1B,GAAO;;AMmD3B,iBAAiC;EAAE,OAAO,ENsC1B,GAAO;;AMrCvB,eAA+B;EAAE,OAAO,ENiF1B,GAAO;;AMhFrB,sBAAsC;EAAE,OAAO,ENvJ1B,GAAO;;AMwJ5B,eAA+B;EAAE,OAAO,ENuE1B,GAAO;;AMtErB,qBAAqC;EAAE,OAAO,ENjb1B,GAAO;;AMkb3B,iBAAiC;EAAE,OAAO,EN9I1B,GAAO;;AM+IvB,wBAAwC;EAAE,OAAO,ENhQ1B,GAAO;;AMiQ9B,kBAAkC;EAAE,OAAO,EN9Z1B,GAAO;;AM+ZxB,wBAAwC;EAAE,OAAO,ENla1B,GAAO;;AMma9B,sBAAsC;EAAE,OAAO,ENpa1B,GAAO;;AMqa5B,kBAAkC;EAAE,OAAO,ENta1B,GAAO;;AMuaxB,oBAAoC;EAAE,OAAO,ENpa1B,GAAO;;AMqa1B,oBAAoC;EAAE,OAAO,ENpa1B,GAAO;;AMqa1B,qBAAqC;EAAE,OAAO,ENld1B,GAAO;;AMmd3B,uBAAuC;EAAE,OAAO,ENld1B,GAAO;;AMmd7B,gBAAgC;EAAE,OAAO,ENY1B,GAAO;;AMXtB,oBAAoC;EAAE,OAAO,EN3X1B,GAAO;;AM4X1B,aAA6B;EAAE,OAAO,ENre1B,GAAO;;AMsenB,qBAAqC;EAAE,OAAO,ENjV1B,GAAO;;AMkV3B,sBAAsC;EAAE,OAAO,ENpK1B,GAAO;;AMqK5B,wBAAwC;EAAE,OAAO,ENrd1B,GAAO;;AMsd9B,qBAAqC;EAAE,OAAO,EN3f1B,GAAO;;AM4f3B,oBAAoC;EAAE,OAAO,ENvJ1B,GAAO;;AMwJ1B,qBAAqC;EAAE,OAAO,EN5N1B,GAAO;;AM6N3B,iBAAiC;EAAE,OAAO,EN1O1B,GAAO;;AM2OvB,wBAAwC;EAAE,OAAO,EN1O1B,GAAO;;AM2O9B,qBAAqC;EAAE,OAAO,ENN1B,GAAO;;AMO3B,oBAAoC;EAAE,OAAO,ENN1B,GAAO;;AMO1B,kBAAkC;EAAE,OAAO,EN/d1B,GAAO;;AMgexB,cAA8B;EAAE,OAAO,EN7c1B,GAAO;;AM8cpB,kBAAkC;EAAE,OAAO,EN1P1B,GAAO;;AM2PxB,oBAAoC;EAAE,OAAO,ENhhB1B,GAAO;;AMihB1B,aAA6B;EAAE,OAAO,EN7b1B,GAAO;;AM8bnB;;cAE8B;EAAE,OAAO,ENxQ1B,GAAO;;AMyQpB,mBAAmC;EAAE,OAAO,EN7M1B,GAAO;;AM8MzB,qBAAqC;EAAE,OAAO,ENpd1B,GAAO;;AMqd3B,yBAAyC;EAAE,OAAO,ENnZ1B,GAAO;;AMoZ/B,mBAAmC;EAAE,OAAO,ENxY1B,GAAO;;AMyYzB,mBAAmC;EAAE,OAAO,EN1T1B,GAAO;;AM2TzB,kBAAkC;EAAE,OAAO,ENxP1B,GAAO;;AMyPxB,iBAAiC;EAAE,OAAO,ENrH1B,GAAO;;AMsHvB,uBAAuC;EAAE,OAAO,ENzG1B,GAAO;;AM0G7B,sBAAsC;EAAE,OAAO,ENrG1B,GAAO;;AMsG5B,mBAAmC;EAAE,OAAO,ENpG1B,GAAO;;AMqGzB,oBAAoC;EAAE,OAAO,EN5c1B,GAAO;;AM6c1B,0BAA0C;EAAE,OAAO,EN9c1B,GAAO;;AM+chC,kBAAkC;EAAE,OAAO,EN3Y1B,GAAO;;AM4YxB,eAA+B;EAAE,OAAO,ENhH1B,GAAO;;AMiHrB,sBAAsC;EAAE,OAAO,ENI1B,GAAO;;AMH5B,qBAAqC;EAAE,OAAO,EN5M1B,GAAO;;AM6M3B,sBAAsC;EAAE,OAAO,ENpE1B,GAAO;;AMqE5B,oBAAoC;EAAE,OAAO,ENhS1B,GAAO;;AMiS1B,gBAAgC;EAAE,OAAO,ENG1B,GAAO;;AMFtB,eAA+B;EAAE,OAAO,ENtO1B,GAAO;;AMuOrB,kBAAkC;EAAE,OAAO,EN7N1B,GAAO;;AM8NxB,sBAAsC;EAAE,OAAO,ENhC1B,GAAO;;AMiC5B,0BAA0C;EAAE,OAAO,ENhC1B,GAAO;;AMiChC,uBAAuC;EAAE,OAAO,END1B,GAAO;;AME7B,sBAAsC;EAAE,OAAO,EN1O1B,GAAO;;AM2O5B,qBAAqC;EAAE,OAAO,ENF1B,GAAO;;AMG3B,sBAAsC;EAAE,OAAO,EN3O1B,GAAO;;AM4O5B,wBAAwC;EAAE,OAAO,EN1O1B,GAAO;;AM2O9B,wBAAwC;EAAE,OAAO,EN5O1B,GAAO;;AM6O9B,iBAAiC;EAAE,OAAO,ENvN1B,GAAO;;AMwNvB,4BAA4C;EAAE,OAAO,EN9X1B,GAAO;;AM+XlC,sBAAsC;EAAE,OAAO,ENhM1B,GAAO;;AMiM5B,mBAAmC;EAAE,OAAO,ENI1B,GAAO;;AMHzB,iBAAiC;EAAE,OAAO,EN7I1B,GAAO;;AM8IvB,oBAAoC;EAAE,OAAO,ENjB1B,GAAO;;AMkB1B,qBAAqC;EAAE,OAAO,ENhB1B,GAAO;;AMiB3B;cAC8B;EAAE,OAAO,ENphB1B,GAAO;;AMqhBpB,kBAAkC;EAAE,OAAO,ENd1B,GAAO;;AMexB,gBAAgC;EAAE,OAAO,ENnD1B,GAAO;;AMoDtB,iBAAiC;EAAE,OAAO,ENvF1B,GAAO;;AMwFvB,iBAAiC;EAAE,OAAO,ENrP1B,GAAO", +"sources": ["../scss/_path.scss","../scss/_core.scss","../scss/_larger.scss","../scss/_fixed-width.scss","../scss/_list.scss","../scss/_variables.scss","../scss/_bordered-pulled.scss","../scss/_animated.scss","../scss/_rotated-flipped.scss","../scss/_mixins.scss","../scss/_stacked.scss","../scss/_icons.scss"], +"names": [], +"file": "font-awesome.css" +} diff --git a/css/font-awesome.min.css b/css/font-awesome.min.css index feaf77bdd..d0603cb4b 100644 --- a/css/font-awesome.min.css +++ b/css/font-awesome.min.css @@ -1,10 +1,4 @@ /*! - * Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome + * Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) - */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.0.3');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.3333333333333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.2857142857142858em;text-align:center}.fa-ul{padding-left:0;margin-left:2.142857142857143em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.142857142857143em;width:2.142857142857143em;top:.14285714285714285em;text-align:center}.fa-li.fa-lg{left:-1.8571428571428572em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg)}100%{-ms-transform:rotate(359deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);-webkit-transform:scale(-1,1);-moz-transform:scale(-1,1);-ms-transform:scale(-1,1);-o-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);-webkit-transform:scale(1,-1);-moz-transform:scale(1,-1);-ms-transform:scale(1,-1);-o-transform:scale(1,-1);transform:scale(1,-1)}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-asc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-desc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-reply-all:before{content:"\f122"}.fa-mail-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}/*! - * Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome - * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) - */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.0.3');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg)}100%{-ms-transform:rotate(359deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-moz-transform:scale(-1, 1);-ms-transform:scale(-1, 1);-o-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-moz-transform:scale(1, -1);-ms-transform:scale(1, -1);-o-transform:scale(1, -1);transform:scale(1, -1)}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x,.fa-stack-corner-nw,.fa-stack-corner-ne,.fa-stack-corner-sw,.fa-stack-corner-se{position:absolute;width:100%;text-align:center}.fa-stack-1x,.fa-stack-2x{left:0}.fa-stack-1x+.fa-stack-corner-nw,.fa-stack-1x+.fa-stack-corner-ne,.fa-stack-1x+.fa-stack-corner-sw,.fa-stack-1x+.fa-stack-corner-se{font-size:.5em}.fa-stack-2x+.fa-stack-corner-nw,.fa-stack-2x+.fa-stack-corner-ne,.fa-stack-2x+.fa-stack-corner-sw,.fa-stack-2x+.fa-stack-corner-se{font-size:1em}.fa-stack-corner-se,.fa-stack-corner-sw,.fa-stack-corner-ne,.fa-stack-corner-nw,.fa-inverse+.fa-stack-corner-se,.fa-inverse+.fa-stack-corner-sw,.fa-inverse+.fa-stack-corner-ne,.fa-inverse+.fa-stack-corner-nw{text-shadow:0 0 3px #fff}.fa-inverse.fa-stack-corner-se,.fa-inverse.fa-stack-corner-sw,.fa-inverse.fa-stack-corner-ne,.fa-inverse.fa-stack-corner-nw{text-shadow:0 0 3px #000}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-stack-corner-se{bottom:1em;right:.5em}.fa-stack-corner-sw{bottom:1em;left:.5em}.fa-stack-corner-ne{top:1em;right:.5em}.fa-stack-corner-nw{top:1em;left:.5em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-asc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-desc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-reply-all:before{content:"\f122"}.fa-mail-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}/*! - * Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome - * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) - */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.0.3');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg)}100%{-ms-transform:rotate(359deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-moz-transform:scale(-1, 1);-ms-transform:scale(-1, 1);-o-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-moz-transform:scale(1, -1);-ms-transform:scale(1, -1);-o-transform:scale(1, -1);transform:scale(1, -1)}.fa-stack,.fa-stack-small{position:relative;display:inline-block;vertical-align:middle}.fa-stack{width:2em;height:2em;line-height:2em}.fa-stack-small{width:1em;height:1em;line-height:1em}.fa-stack-1x,.fa-stack-2x,.fa-stack-corner-nw,.fa-stack-corner-ne,.fa-stack-corner-sw,.fa-stack-corner-se{position:absolute;width:100%;text-align:center}.fa-stack-1x,.fa-stack-2x{left:0}.fa-stack-1x+.fa-stack-corner-nw,.fa-stack-1x+.fa-stack-corner-ne,.fa-stack-1x+.fa-stack-corner-sw,.fa-stack-1x+.fa-stack-corner-se{font-size:.5em}.fa-stack-2x+.fa-stack-corner-nw,.fa-stack-2x+.fa-stack-corner-ne,.fa-stack-2x+.fa-stack-corner-sw,.fa-stack-2x+.fa-stack-corner-se{font-size:1em}.fa-stack-corner-se,.fa-stack-corner-sw,.fa-stack-corner-ne,.fa-stack-corner-nw,.fa-inverse+.fa-stack-corner-se,.fa-inverse+.fa-stack-corner-sw,.fa-inverse+.fa-stack-corner-ne,.fa-inverse+.fa-stack-corner-nw{text-shadow:0 0 3px #fff}.fa-inverse.fa-stack-corner-se,.fa-inverse.fa-stack-corner-sw,.fa-inverse.fa-stack-corner-ne,.fa-inverse.fa-stack-corner-nw{text-shadow:0 0 3px #000}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-stack-corner-se{bottom:1em;right:.5em}.fa-stack-corner-sw{bottom:1em;left:.5em}.fa-stack-corner-ne{top:1em;right:.5em}.fa-stack-corner-nw{top:1em;left:.5em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-asc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-desc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-reply-all:before{content:"\f122"}.fa-mail-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"} \ No newline at end of file + */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.5.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"} diff --git a/fonts/FontAwesome.otf b/fonts/FontAwesome.otf index 8b0f54e47..3ed7f8b48 100644 Binary files a/fonts/FontAwesome.otf and b/fonts/FontAwesome.otf differ diff --git a/fonts/fontawesome-webfont.eot b/fonts/fontawesome-webfont.eot old mode 100755 new mode 100644 index 7c79c6a6b..9b6afaedc Binary files a/fonts/fontawesome-webfont.eot and b/fonts/fontawesome-webfont.eot differ diff --git a/fonts/fontawesome-webfont.svg b/fonts/fontawesome-webfont.svg old mode 100755 new mode 100644 index 45fdf3383..d05688e9e --- a/fonts/fontawesome-webfont.svg +++ b/fonts/fontawesome-webfont.svg @@ -14,10 +14,11 @@ + - + - + @@ -30,7 +31,7 @@ - + @@ -52,7 +53,7 @@ - + @@ -77,11 +78,11 @@ - - - - - + + + + + @@ -109,8 +110,8 @@ - - + + @@ -143,17 +144,17 @@ - - + + - + - + - + @@ -176,14 +177,14 @@ - + - + @@ -218,8 +219,8 @@ - - + + @@ -247,10 +248,10 @@ - + - + @@ -274,7 +275,7 @@ - + @@ -345,8 +346,8 @@ - - + + @@ -361,14 +362,14 @@ - + - - + + @@ -379,7 +380,7 @@ - + @@ -398,17 +399,257 @@ - + - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/fonts/fontawesome-webfont.ttf b/fonts/fontawesome-webfont.ttf old mode 100755 new mode 100644 index e89738de5..26dea7951 Binary files a/fonts/fontawesome-webfont.ttf and b/fonts/fontawesome-webfont.ttf differ diff --git a/fonts/fontawesome-webfont.woff b/fonts/fontawesome-webfont.woff old mode 100755 new mode 100644 index 8c1748aab..dc35ce3c2 Binary files a/fonts/fontawesome-webfont.woff and b/fonts/fontawesome-webfont.woff differ diff --git a/fonts/fontawesome-webfont.woff2 b/fonts/fontawesome-webfont.woff2 new file mode 100644 index 000000000..500e51725 Binary files /dev/null and b/fonts/fontawesome-webfont.woff2 differ diff --git a/less/animated.less b/less/animated.less new file mode 100644 index 000000000..66ad52a5b --- /dev/null +++ b/less/animated.less @@ -0,0 +1,34 @@ +// Animated Icons +// -------------------------- + +.@{fa-css-prefix}-spin { + -webkit-animation: fa-spin 2s infinite linear; + animation: fa-spin 2s infinite linear; +} + +.@{fa-css-prefix}-pulse { + -webkit-animation: fa-spin 1s infinite steps(8); + animation: fa-spin 1s infinite steps(8); +} + +@-webkit-keyframes fa-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} + +@keyframes fa-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} diff --git a/less/bordered-pulled.less b/less/bordered-pulled.less index 0c90eb567..f1c8ad75f 100644 --- a/less/bordered-pulled.less +++ b/less/bordered-pulled.less @@ -7,6 +7,15 @@ border-radius: .1em; } +.@{fa-css-prefix}-pull-left { float: left; } +.@{fa-css-prefix}-pull-right { float: right; } + +.@{fa-css-prefix} { + &.@{fa-css-prefix}-pull-left { margin-right: .3em; } + &.@{fa-css-prefix}-pull-right { margin-left: .3em; } +} + +/* Deprecated as of 4.4.0 */ .pull-right { float: right; } .pull-left { float: left; } diff --git a/less/core.less b/less/core.less index 6d223bc2f..c577ac84a 100644 --- a/less/core.less +++ b/less/core.less @@ -3,10 +3,10 @@ .@{fa-css-prefix} { display: inline-block; - font-family: FontAwesome; - font-style: normal; - font-weight: normal; - line-height: 1; + font: normal normal normal @fa-font-size-base/@fa-line-height-base FontAwesome; // shortening font declaration + font-size: inherit; // can't have font-size inherit on line above, so need to override + text-rendering: auto; // optimizelegibility throws things off #1094 -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; + } diff --git a/less/extras.less b/less/extras.less deleted file mode 100644 index 89faf70fc..000000000 --- a/less/extras.less +++ /dev/null @@ -1,2 +0,0 @@ -// Extras -// -------------------------- diff --git a/less/font-awesome.less b/less/font-awesome.less index 96d2f2225..c35d3eeb9 100644 --- a/less/font-awesome.less +++ b/less/font-awesome.less @@ -1,17 +1,17 @@ /*! - * Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome + * Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) */ -@import "variables"; -@import "mixins"; -@import "path"; -@import "core"; -@import "larger"; -@import "fixed-width"; -@import "list"; -@import "bordered-pulled"; -@import "spinning"; -@import "rotated-flipped"; -@import "stacked"; -@import "icons"; +@import "variables.less"; +@import "mixins.less"; +@import "path.less"; +@import "core.less"; +@import "larger.less"; +@import "fixed-width.less"; +@import "list.less"; +@import "bordered-pulled.less"; +@import "animated.less"; +@import "rotated-flipped.less"; +@import "stacked.less"; +@import "icons.less"; diff --git a/less/icons.less b/less/icons.less index bf0f856fc..ca60abd7e 100644 --- a/less/icons.less +++ b/less/icons.less @@ -14,6 +14,8 @@ .@{fa-css-prefix}-th:before { content: @fa-var-th; } .@{fa-css-prefix}-th-list:before { content: @fa-var-th-list; } .@{fa-css-prefix}-check:before { content: @fa-var-check; } +.@{fa-css-prefix}-remove:before, +.@{fa-css-prefix}-close:before, .@{fa-css-prefix}-times:before { content: @fa-var-times; } .@{fa-css-prefix}-search-plus:before { content: @fa-var-search-plus; } .@{fa-css-prefix}-search-minus:before { content: @fa-var-search-minus; } @@ -63,6 +65,8 @@ .@{fa-css-prefix}-outdent:before { content: @fa-var-outdent; } .@{fa-css-prefix}-indent:before { content: @fa-var-indent; } .@{fa-css-prefix}-video-camera:before { content: @fa-var-video-camera; } +.@{fa-css-prefix}-photo:before, +.@{fa-css-prefix}-image:before, .@{fa-css-prefix}-picture-o:before { content: @fa-var-picture-o; } .@{fa-css-prefix}-pencil:before { content: @fa-var-pencil; } .@{fa-css-prefix}-map-marker:before { content: @fa-var-map-marker; } @@ -127,7 +131,8 @@ .@{fa-css-prefix}-folder-open:before { content: @fa-var-folder-open; } .@{fa-css-prefix}-arrows-v:before { content: @fa-var-arrows-v; } .@{fa-css-prefix}-arrows-h:before { content: @fa-var-arrows-h; } -.@{fa-css-prefix}-bar-chart-o:before { content: @fa-var-bar-chart-o; } +.@{fa-css-prefix}-bar-chart-o:before, +.@{fa-css-prefix}-bar-chart:before { content: @fa-var-bar-chart; } .@{fa-css-prefix}-twitter-square:before { content: @fa-var-twitter-square; } .@{fa-css-prefix}-facebook-square:before { content: @fa-var-facebook-square; } .@{fa-css-prefix}-camera-retro:before { content: @fa-var-camera-retro; } @@ -153,10 +158,12 @@ .@{fa-css-prefix}-bookmark-o:before { content: @fa-var-bookmark-o; } .@{fa-css-prefix}-phone-square:before { content: @fa-var-phone-square; } .@{fa-css-prefix}-twitter:before { content: @fa-var-twitter; } +.@{fa-css-prefix}-facebook-f:before, .@{fa-css-prefix}-facebook:before { content: @fa-var-facebook; } .@{fa-css-prefix}-github:before { content: @fa-var-github; } .@{fa-css-prefix}-unlock:before { content: @fa-var-unlock; } .@{fa-css-prefix}-credit-card:before { content: @fa-var-credit-card; } +.@{fa-css-prefix}-feed:before, .@{fa-css-prefix}-rss:before { content: @fa-var-rss; } .@{fa-css-prefix}-hdd-o:before { content: @fa-var-hdd-o; } .@{fa-css-prefix}-bullhorn:before { content: @fa-var-bullhorn; } @@ -190,6 +197,8 @@ .@{fa-css-prefix}-save:before, .@{fa-css-prefix}-floppy-o:before { content: @fa-var-floppy-o; } .@{fa-css-prefix}-square:before { content: @fa-var-square; } +.@{fa-css-prefix}-navicon:before, +.@{fa-css-prefix}-reorder:before, .@{fa-css-prefix}-bars:before { content: @fa-var-bars; } .@{fa-css-prefix}-list-ul:before { content: @fa-var-list-ul; } .@{fa-css-prefix}-list-ol:before { content: @fa-var-list-ol; } @@ -211,9 +220,9 @@ .@{fa-css-prefix}-unsorted:before, .@{fa-css-prefix}-sort:before { content: @fa-var-sort; } .@{fa-css-prefix}-sort-down:before, -.@{fa-css-prefix}-sort-asc:before { content: @fa-var-sort-asc; } -.@{fa-css-prefix}-sort-up:before, .@{fa-css-prefix}-sort-desc:before { content: @fa-var-sort-desc; } +.@{fa-css-prefix}-sort-up:before, +.@{fa-css-prefix}-sort-asc:before { content: @fa-var-sort-asc; } .@{fa-css-prefix}-envelope:before { content: @fa-var-envelope; } .@{fa-css-prefix}-linkedin:before { content: @fa-var-linkedin; } .@{fa-css-prefix}-rotate-left:before, @@ -281,8 +290,8 @@ .@{fa-css-prefix}-flag-checkered:before { content: @fa-var-flag-checkered; } .@{fa-css-prefix}-terminal:before { content: @fa-var-terminal; } .@{fa-css-prefix}-code:before { content: @fa-var-code; } +.@{fa-css-prefix}-mail-reply-all:before, .@{fa-css-prefix}-reply-all:before { content: @fa-var-reply-all; } -.@{fa-css-prefix}-mail-reply-all:before { content: @fa-var-mail-reply-all; } .@{fa-css-prefix}-star-half-empty:before, .@{fa-css-prefix}-star-half-full:before, .@{fa-css-prefix}-star-half-o:before { content: @fa-var-star-half-o; } @@ -390,7 +399,8 @@ .@{fa-css-prefix}-trello:before { content: @fa-var-trello; } .@{fa-css-prefix}-female:before { content: @fa-var-female; } .@{fa-css-prefix}-male:before { content: @fa-var-male; } -.@{fa-css-prefix}-gittip:before { content: @fa-var-gittip; } +.@{fa-css-prefix}-gittip:before, +.@{fa-css-prefix}-gratipay:before { content: @fa-var-gratipay; } .@{fa-css-prefix}-sun-o:before { content: @fa-var-sun-o; } .@{fa-css-prefix}-moon-o:before { content: @fa-var-moon-o; } .@{fa-css-prefix}-archive:before { content: @fa-var-archive; } @@ -410,3 +420,278 @@ .@{fa-css-prefix}-turkish-lira:before, .@{fa-css-prefix}-try:before { content: @fa-var-try; } .@{fa-css-prefix}-plus-square-o:before { content: @fa-var-plus-square-o; } +.@{fa-css-prefix}-space-shuttle:before { content: @fa-var-space-shuttle; } +.@{fa-css-prefix}-slack:before { content: @fa-var-slack; } +.@{fa-css-prefix}-envelope-square:before { content: @fa-var-envelope-square; } +.@{fa-css-prefix}-wordpress:before { content: @fa-var-wordpress; } +.@{fa-css-prefix}-openid:before { content: @fa-var-openid; } +.@{fa-css-prefix}-institution:before, +.@{fa-css-prefix}-bank:before, +.@{fa-css-prefix}-university:before { content: @fa-var-university; } +.@{fa-css-prefix}-mortar-board:before, +.@{fa-css-prefix}-graduation-cap:before { content: @fa-var-graduation-cap; } +.@{fa-css-prefix}-yahoo:before { content: @fa-var-yahoo; } +.@{fa-css-prefix}-google:before { content: @fa-var-google; } +.@{fa-css-prefix}-reddit:before { content: @fa-var-reddit; } +.@{fa-css-prefix}-reddit-square:before { content: @fa-var-reddit-square; } +.@{fa-css-prefix}-stumbleupon-circle:before { content: @fa-var-stumbleupon-circle; } +.@{fa-css-prefix}-stumbleupon:before { content: @fa-var-stumbleupon; } +.@{fa-css-prefix}-delicious:before { content: @fa-var-delicious; } +.@{fa-css-prefix}-digg:before { content: @fa-var-digg; } +.@{fa-css-prefix}-pied-piper:before { content: @fa-var-pied-piper; } +.@{fa-css-prefix}-pied-piper-alt:before { content: @fa-var-pied-piper-alt; } +.@{fa-css-prefix}-drupal:before { content: @fa-var-drupal; } +.@{fa-css-prefix}-joomla:before { content: @fa-var-joomla; } +.@{fa-css-prefix}-language:before { content: @fa-var-language; } +.@{fa-css-prefix}-fax:before { content: @fa-var-fax; } +.@{fa-css-prefix}-building:before { content: @fa-var-building; } +.@{fa-css-prefix}-child:before { content: @fa-var-child; } +.@{fa-css-prefix}-paw:before { content: @fa-var-paw; } +.@{fa-css-prefix}-spoon:before { content: @fa-var-spoon; } +.@{fa-css-prefix}-cube:before { content: @fa-var-cube; } +.@{fa-css-prefix}-cubes:before { content: @fa-var-cubes; } +.@{fa-css-prefix}-behance:before { content: @fa-var-behance; } +.@{fa-css-prefix}-behance-square:before { content: @fa-var-behance-square; } +.@{fa-css-prefix}-steam:before { content: @fa-var-steam; } +.@{fa-css-prefix}-steam-square:before { content: @fa-var-steam-square; } +.@{fa-css-prefix}-recycle:before { content: @fa-var-recycle; } +.@{fa-css-prefix}-automobile:before, +.@{fa-css-prefix}-car:before { content: @fa-var-car; } +.@{fa-css-prefix}-cab:before, +.@{fa-css-prefix}-taxi:before { content: @fa-var-taxi; } +.@{fa-css-prefix}-tree:before { content: @fa-var-tree; } +.@{fa-css-prefix}-spotify:before { content: @fa-var-spotify; } +.@{fa-css-prefix}-deviantart:before { content: @fa-var-deviantart; } +.@{fa-css-prefix}-soundcloud:before { content: @fa-var-soundcloud; } +.@{fa-css-prefix}-database:before { content: @fa-var-database; } +.@{fa-css-prefix}-file-pdf-o:before { content: @fa-var-file-pdf-o; } +.@{fa-css-prefix}-file-word-o:before { content: @fa-var-file-word-o; } +.@{fa-css-prefix}-file-excel-o:before { content: @fa-var-file-excel-o; } +.@{fa-css-prefix}-file-powerpoint-o:before { content: @fa-var-file-powerpoint-o; } +.@{fa-css-prefix}-file-photo-o:before, +.@{fa-css-prefix}-file-picture-o:before, +.@{fa-css-prefix}-file-image-o:before { content: @fa-var-file-image-o; } +.@{fa-css-prefix}-file-zip-o:before, +.@{fa-css-prefix}-file-archive-o:before { content: @fa-var-file-archive-o; } +.@{fa-css-prefix}-file-sound-o:before, +.@{fa-css-prefix}-file-audio-o:before { content: @fa-var-file-audio-o; } +.@{fa-css-prefix}-file-movie-o:before, +.@{fa-css-prefix}-file-video-o:before { content: @fa-var-file-video-o; } +.@{fa-css-prefix}-file-code-o:before { content: @fa-var-file-code-o; } +.@{fa-css-prefix}-vine:before { content: @fa-var-vine; } +.@{fa-css-prefix}-codepen:before { content: @fa-var-codepen; } +.@{fa-css-prefix}-jsfiddle:before { content: @fa-var-jsfiddle; } +.@{fa-css-prefix}-life-bouy:before, +.@{fa-css-prefix}-life-buoy:before, +.@{fa-css-prefix}-life-saver:before, +.@{fa-css-prefix}-support:before, +.@{fa-css-prefix}-life-ring:before { content: @fa-var-life-ring; } +.@{fa-css-prefix}-circle-o-notch:before { content: @fa-var-circle-o-notch; } +.@{fa-css-prefix}-ra:before, +.@{fa-css-prefix}-rebel:before { content: @fa-var-rebel; } +.@{fa-css-prefix}-ge:before, +.@{fa-css-prefix}-empire:before { content: @fa-var-empire; } +.@{fa-css-prefix}-git-square:before { content: @fa-var-git-square; } +.@{fa-css-prefix}-git:before { content: @fa-var-git; } +.@{fa-css-prefix}-y-combinator-square:before, +.@{fa-css-prefix}-yc-square:before, +.@{fa-css-prefix}-hacker-news:before { content: @fa-var-hacker-news; } +.@{fa-css-prefix}-tencent-weibo:before { content: @fa-var-tencent-weibo; } +.@{fa-css-prefix}-qq:before { content: @fa-var-qq; } +.@{fa-css-prefix}-wechat:before, +.@{fa-css-prefix}-weixin:before { content: @fa-var-weixin; } +.@{fa-css-prefix}-send:before, +.@{fa-css-prefix}-paper-plane:before { content: @fa-var-paper-plane; } +.@{fa-css-prefix}-send-o:before, +.@{fa-css-prefix}-paper-plane-o:before { content: @fa-var-paper-plane-o; } +.@{fa-css-prefix}-history:before { content: @fa-var-history; } +.@{fa-css-prefix}-circle-thin:before { content: @fa-var-circle-thin; } +.@{fa-css-prefix}-header:before { content: @fa-var-header; } +.@{fa-css-prefix}-paragraph:before { content: @fa-var-paragraph; } +.@{fa-css-prefix}-sliders:before { content: @fa-var-sliders; } +.@{fa-css-prefix}-share-alt:before { content: @fa-var-share-alt; } +.@{fa-css-prefix}-share-alt-square:before { content: @fa-var-share-alt-square; } +.@{fa-css-prefix}-bomb:before { content: @fa-var-bomb; } +.@{fa-css-prefix}-soccer-ball-o:before, +.@{fa-css-prefix}-futbol-o:before { content: @fa-var-futbol-o; } +.@{fa-css-prefix}-tty:before { content: @fa-var-tty; } +.@{fa-css-prefix}-binoculars:before { content: @fa-var-binoculars; } +.@{fa-css-prefix}-plug:before { content: @fa-var-plug; } +.@{fa-css-prefix}-slideshare:before { content: @fa-var-slideshare; } +.@{fa-css-prefix}-twitch:before { content: @fa-var-twitch; } +.@{fa-css-prefix}-yelp:before { content: @fa-var-yelp; } +.@{fa-css-prefix}-newspaper-o:before { content: @fa-var-newspaper-o; } +.@{fa-css-prefix}-wifi:before { content: @fa-var-wifi; } +.@{fa-css-prefix}-calculator:before { content: @fa-var-calculator; } +.@{fa-css-prefix}-paypal:before { content: @fa-var-paypal; } +.@{fa-css-prefix}-google-wallet:before { content: @fa-var-google-wallet; } +.@{fa-css-prefix}-cc-visa:before { content: @fa-var-cc-visa; } +.@{fa-css-prefix}-cc-mastercard:before { content: @fa-var-cc-mastercard; } +.@{fa-css-prefix}-cc-discover:before { content: @fa-var-cc-discover; } +.@{fa-css-prefix}-cc-amex:before { content: @fa-var-cc-amex; } +.@{fa-css-prefix}-cc-paypal:before { content: @fa-var-cc-paypal; } +.@{fa-css-prefix}-cc-stripe:before { content: @fa-var-cc-stripe; } +.@{fa-css-prefix}-bell-slash:before { content: @fa-var-bell-slash; } +.@{fa-css-prefix}-bell-slash-o:before { content: @fa-var-bell-slash-o; } +.@{fa-css-prefix}-trash:before { content: @fa-var-trash; } +.@{fa-css-prefix}-copyright:before { content: @fa-var-copyright; } +.@{fa-css-prefix}-at:before { content: @fa-var-at; } +.@{fa-css-prefix}-eyedropper:before { content: @fa-var-eyedropper; } +.@{fa-css-prefix}-paint-brush:before { content: @fa-var-paint-brush; } +.@{fa-css-prefix}-birthday-cake:before { content: @fa-var-birthday-cake; } +.@{fa-css-prefix}-area-chart:before { content: @fa-var-area-chart; } +.@{fa-css-prefix}-pie-chart:before { content: @fa-var-pie-chart; } +.@{fa-css-prefix}-line-chart:before { content: @fa-var-line-chart; } +.@{fa-css-prefix}-lastfm:before { content: @fa-var-lastfm; } +.@{fa-css-prefix}-lastfm-square:before { content: @fa-var-lastfm-square; } +.@{fa-css-prefix}-toggle-off:before { content: @fa-var-toggle-off; } +.@{fa-css-prefix}-toggle-on:before { content: @fa-var-toggle-on; } +.@{fa-css-prefix}-bicycle:before { content: @fa-var-bicycle; } +.@{fa-css-prefix}-bus:before { content: @fa-var-bus; } +.@{fa-css-prefix}-ioxhost:before { content: @fa-var-ioxhost; } +.@{fa-css-prefix}-angellist:before { content: @fa-var-angellist; } +.@{fa-css-prefix}-cc:before { content: @fa-var-cc; } +.@{fa-css-prefix}-shekel:before, +.@{fa-css-prefix}-sheqel:before, +.@{fa-css-prefix}-ils:before { content: @fa-var-ils; } +.@{fa-css-prefix}-meanpath:before { content: @fa-var-meanpath; } +.@{fa-css-prefix}-buysellads:before { content: @fa-var-buysellads; } +.@{fa-css-prefix}-connectdevelop:before { content: @fa-var-connectdevelop; } +.@{fa-css-prefix}-dashcube:before { content: @fa-var-dashcube; } +.@{fa-css-prefix}-forumbee:before { content: @fa-var-forumbee; } +.@{fa-css-prefix}-leanpub:before { content: @fa-var-leanpub; } +.@{fa-css-prefix}-sellsy:before { content: @fa-var-sellsy; } +.@{fa-css-prefix}-shirtsinbulk:before { content: @fa-var-shirtsinbulk; } +.@{fa-css-prefix}-simplybuilt:before { content: @fa-var-simplybuilt; } +.@{fa-css-prefix}-skyatlas:before { content: @fa-var-skyatlas; } +.@{fa-css-prefix}-cart-plus:before { content: @fa-var-cart-plus; } +.@{fa-css-prefix}-cart-arrow-down:before { content: @fa-var-cart-arrow-down; } +.@{fa-css-prefix}-diamond:before { content: @fa-var-diamond; } +.@{fa-css-prefix}-ship:before { content: @fa-var-ship; } +.@{fa-css-prefix}-user-secret:before { content: @fa-var-user-secret; } +.@{fa-css-prefix}-motorcycle:before { content: @fa-var-motorcycle; } +.@{fa-css-prefix}-street-view:before { content: @fa-var-street-view; } +.@{fa-css-prefix}-heartbeat:before { content: @fa-var-heartbeat; } +.@{fa-css-prefix}-venus:before { content: @fa-var-venus; } +.@{fa-css-prefix}-mars:before { content: @fa-var-mars; } +.@{fa-css-prefix}-mercury:before { content: @fa-var-mercury; } +.@{fa-css-prefix}-intersex:before, +.@{fa-css-prefix}-transgender:before { content: @fa-var-transgender; } +.@{fa-css-prefix}-transgender-alt:before { content: @fa-var-transgender-alt; } +.@{fa-css-prefix}-venus-double:before { content: @fa-var-venus-double; } +.@{fa-css-prefix}-mars-double:before { content: @fa-var-mars-double; } +.@{fa-css-prefix}-venus-mars:before { content: @fa-var-venus-mars; } +.@{fa-css-prefix}-mars-stroke:before { content: @fa-var-mars-stroke; } +.@{fa-css-prefix}-mars-stroke-v:before { content: @fa-var-mars-stroke-v; } +.@{fa-css-prefix}-mars-stroke-h:before { content: @fa-var-mars-stroke-h; } +.@{fa-css-prefix}-neuter:before { content: @fa-var-neuter; } +.@{fa-css-prefix}-genderless:before { content: @fa-var-genderless; } +.@{fa-css-prefix}-facebook-official:before { content: @fa-var-facebook-official; } +.@{fa-css-prefix}-pinterest-p:before { content: @fa-var-pinterest-p; } +.@{fa-css-prefix}-whatsapp:before { content: @fa-var-whatsapp; } +.@{fa-css-prefix}-server:before { content: @fa-var-server; } +.@{fa-css-prefix}-user-plus:before { content: @fa-var-user-plus; } +.@{fa-css-prefix}-user-times:before { content: @fa-var-user-times; } +.@{fa-css-prefix}-hotel:before, +.@{fa-css-prefix}-bed:before { content: @fa-var-bed; } +.@{fa-css-prefix}-viacoin:before { content: @fa-var-viacoin; } +.@{fa-css-prefix}-train:before { content: @fa-var-train; } +.@{fa-css-prefix}-subway:before { content: @fa-var-subway; } +.@{fa-css-prefix}-medium:before { content: @fa-var-medium; } +.@{fa-css-prefix}-yc:before, +.@{fa-css-prefix}-y-combinator:before { content: @fa-var-y-combinator; } +.@{fa-css-prefix}-optin-monster:before { content: @fa-var-optin-monster; } +.@{fa-css-prefix}-opencart:before { content: @fa-var-opencart; } +.@{fa-css-prefix}-expeditedssl:before { content: @fa-var-expeditedssl; } +.@{fa-css-prefix}-battery-4:before, +.@{fa-css-prefix}-battery-full:before { content: @fa-var-battery-full; } +.@{fa-css-prefix}-battery-3:before, +.@{fa-css-prefix}-battery-three-quarters:before { content: @fa-var-battery-three-quarters; } +.@{fa-css-prefix}-battery-2:before, +.@{fa-css-prefix}-battery-half:before { content: @fa-var-battery-half; } +.@{fa-css-prefix}-battery-1:before, +.@{fa-css-prefix}-battery-quarter:before { content: @fa-var-battery-quarter; } +.@{fa-css-prefix}-battery-0:before, +.@{fa-css-prefix}-battery-empty:before { content: @fa-var-battery-empty; } +.@{fa-css-prefix}-mouse-pointer:before { content: @fa-var-mouse-pointer; } +.@{fa-css-prefix}-i-cursor:before { content: @fa-var-i-cursor; } +.@{fa-css-prefix}-object-group:before { content: @fa-var-object-group; } +.@{fa-css-prefix}-object-ungroup:before { content: @fa-var-object-ungroup; } +.@{fa-css-prefix}-sticky-note:before { content: @fa-var-sticky-note; } +.@{fa-css-prefix}-sticky-note-o:before { content: @fa-var-sticky-note-o; } +.@{fa-css-prefix}-cc-jcb:before { content: @fa-var-cc-jcb; } +.@{fa-css-prefix}-cc-diners-club:before { content: @fa-var-cc-diners-club; } +.@{fa-css-prefix}-clone:before { content: @fa-var-clone; } +.@{fa-css-prefix}-balance-scale:before { content: @fa-var-balance-scale; } +.@{fa-css-prefix}-hourglass-o:before { content: @fa-var-hourglass-o; } +.@{fa-css-prefix}-hourglass-1:before, +.@{fa-css-prefix}-hourglass-start:before { content: @fa-var-hourglass-start; } +.@{fa-css-prefix}-hourglass-2:before, +.@{fa-css-prefix}-hourglass-half:before { content: @fa-var-hourglass-half; } +.@{fa-css-prefix}-hourglass-3:before, +.@{fa-css-prefix}-hourglass-end:before { content: @fa-var-hourglass-end; } +.@{fa-css-prefix}-hourglass:before { content: @fa-var-hourglass; } +.@{fa-css-prefix}-hand-grab-o:before, +.@{fa-css-prefix}-hand-rock-o:before { content: @fa-var-hand-rock-o; } +.@{fa-css-prefix}-hand-stop-o:before, +.@{fa-css-prefix}-hand-paper-o:before { content: @fa-var-hand-paper-o; } +.@{fa-css-prefix}-hand-scissors-o:before { content: @fa-var-hand-scissors-o; } +.@{fa-css-prefix}-hand-lizard-o:before { content: @fa-var-hand-lizard-o; } +.@{fa-css-prefix}-hand-spock-o:before { content: @fa-var-hand-spock-o; } +.@{fa-css-prefix}-hand-pointer-o:before { content: @fa-var-hand-pointer-o; } +.@{fa-css-prefix}-hand-peace-o:before { content: @fa-var-hand-peace-o; } +.@{fa-css-prefix}-trademark:before { content: @fa-var-trademark; } +.@{fa-css-prefix}-registered:before { content: @fa-var-registered; } +.@{fa-css-prefix}-creative-commons:before { content: @fa-var-creative-commons; } +.@{fa-css-prefix}-gg:before { content: @fa-var-gg; } +.@{fa-css-prefix}-gg-circle:before { content: @fa-var-gg-circle; } +.@{fa-css-prefix}-tripadvisor:before { content: @fa-var-tripadvisor; } +.@{fa-css-prefix}-odnoklassniki:before { content: @fa-var-odnoklassniki; } +.@{fa-css-prefix}-odnoklassniki-square:before { content: @fa-var-odnoklassniki-square; } +.@{fa-css-prefix}-get-pocket:before { content: @fa-var-get-pocket; } +.@{fa-css-prefix}-wikipedia-w:before { content: @fa-var-wikipedia-w; } +.@{fa-css-prefix}-safari:before { content: @fa-var-safari; } +.@{fa-css-prefix}-chrome:before { content: @fa-var-chrome; } +.@{fa-css-prefix}-firefox:before { content: @fa-var-firefox; } +.@{fa-css-prefix}-opera:before { content: @fa-var-opera; } +.@{fa-css-prefix}-internet-explorer:before { content: @fa-var-internet-explorer; } +.@{fa-css-prefix}-tv:before, +.@{fa-css-prefix}-television:before { content: @fa-var-television; } +.@{fa-css-prefix}-contao:before { content: @fa-var-contao; } +.@{fa-css-prefix}-500px:before { content: @fa-var-500px; } +.@{fa-css-prefix}-amazon:before { content: @fa-var-amazon; } +.@{fa-css-prefix}-calendar-plus-o:before { content: @fa-var-calendar-plus-o; } +.@{fa-css-prefix}-calendar-minus-o:before { content: @fa-var-calendar-minus-o; } +.@{fa-css-prefix}-calendar-times-o:before { content: @fa-var-calendar-times-o; } +.@{fa-css-prefix}-calendar-check-o:before { content: @fa-var-calendar-check-o; } +.@{fa-css-prefix}-industry:before { content: @fa-var-industry; } +.@{fa-css-prefix}-map-pin:before { content: @fa-var-map-pin; } +.@{fa-css-prefix}-map-signs:before { content: @fa-var-map-signs; } +.@{fa-css-prefix}-map-o:before { content: @fa-var-map-o; } +.@{fa-css-prefix}-map:before { content: @fa-var-map; } +.@{fa-css-prefix}-commenting:before { content: @fa-var-commenting; } +.@{fa-css-prefix}-commenting-o:before { content: @fa-var-commenting-o; } +.@{fa-css-prefix}-houzz:before { content: @fa-var-houzz; } +.@{fa-css-prefix}-vimeo:before { content: @fa-var-vimeo; } +.@{fa-css-prefix}-black-tie:before { content: @fa-var-black-tie; } +.@{fa-css-prefix}-fonticons:before { content: @fa-var-fonticons; } +.@{fa-css-prefix}-reddit-alien:before { content: @fa-var-reddit-alien; } +.@{fa-css-prefix}-edge:before { content: @fa-var-edge; } +.@{fa-css-prefix}-credit-card-alt:before { content: @fa-var-credit-card-alt; } +.@{fa-css-prefix}-codiepie:before { content: @fa-var-codiepie; } +.@{fa-css-prefix}-modx:before { content: @fa-var-modx; } +.@{fa-css-prefix}-fort-awesome:before { content: @fa-var-fort-awesome; } +.@{fa-css-prefix}-usb:before { content: @fa-var-usb; } +.@{fa-css-prefix}-product-hunt:before { content: @fa-var-product-hunt; } +.@{fa-css-prefix}-mixcloud:before { content: @fa-var-mixcloud; } +.@{fa-css-prefix}-scribd:before { content: @fa-var-scribd; } +.@{fa-css-prefix}-pause-circle:before { content: @fa-var-pause-circle; } +.@{fa-css-prefix}-pause-circle-o:before { content: @fa-var-pause-circle-o; } +.@{fa-css-prefix}-stop-circle:before { content: @fa-var-stop-circle; } +.@{fa-css-prefix}-stop-circle-o:before { content: @fa-var-stop-circle-o; } +.@{fa-css-prefix}-shopping-bag:before { content: @fa-var-shopping-bag; } +.@{fa-css-prefix}-shopping-basket:before { content: @fa-var-shopping-basket; } +.@{fa-css-prefix}-hashtag:before { content: @fa-var-hashtag; } +.@{fa-css-prefix}-bluetooth:before { content: @fa-var-bluetooth; } +.@{fa-css-prefix}-bluetooth-b:before { content: @fa-var-bluetooth-b; } +.@{fa-css-prefix}-percent:before { content: @fa-var-percent; } diff --git a/less/list.less b/less/list.less index eed934051..0b440382f 100644 --- a/less/list.less +++ b/less/list.less @@ -14,6 +14,6 @@ top: (2em / 14); text-align: center; &.@{fa-css-prefix}-lg { - left: -@fa-li-width + (4em / 14); + left: (-@fa-li-width + (4em / 14)); } } diff --git a/less/mixins.less b/less/mixins.less index 19e5a6457..d5a43a145 100644 --- a/less/mixins.less +++ b/less/mixins.less @@ -1,20 +1,26 @@ // Mixins // -------------------------- +.fa-icon() { + display: inline-block; + font: normal normal normal @fa-font-size-base/@fa-line-height-base FontAwesome; // shortening font declaration + font-size: inherit; // can't have font-size inherit on line above, so need to override + text-rendering: auto; // optimizelegibility throws things off #1094 + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + +} + .fa-icon-rotate(@degrees, @rotation) { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=@rotation); -webkit-transform: rotate(@degrees); - -moz-transform: rotate(@degrees); -ms-transform: rotate(@degrees); - -o-transform: rotate(@degrees); transform: rotate(@degrees); } .fa-icon-flip(@horiz, @vert, @rotation) { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=@rotation, mirror=1); -webkit-transform: scale(@horiz, @vert); - -moz-transform: scale(@horiz, @vert); -ms-transform: scale(@horiz, @vert); - -o-transform: scale(@horiz, @vert); transform: scale(@horiz, @vert); } diff --git a/less/path.less b/less/path.less index c5a691246..9211e6659 100644 --- a/less/path.less +++ b/less/path.less @@ -5,6 +5,7 @@ font-family: 'FontAwesome'; src: url('@{fa-font-path}/fontawesome-webfont.eot?v=@{fa-version}'); src: url('@{fa-font-path}/fontawesome-webfont.eot?#iefix&v=@{fa-version}') format('embedded-opentype'), + url('@{fa-font-path}/fontawesome-webfont.woff2?v=@{fa-version}') format('woff2'), url('@{fa-font-path}/fontawesome-webfont.woff?v=@{fa-version}') format('woff'), url('@{fa-font-path}/fontawesome-webfont.ttf?v=@{fa-version}') format('truetype'), url('@{fa-font-path}/fontawesome-webfont.svg?v=@{fa-version}#fontawesomeregular') format('svg'); diff --git a/less/rotated-flipped.less b/less/rotated-flipped.less index 8fff3a6c4..f6ba81475 100644 --- a/less/rotated-flipped.less +++ b/less/rotated-flipped.less @@ -7,3 +7,14 @@ .@{fa-css-prefix}-flip-horizontal { .fa-icon-flip(-1, 1, 0); } .@{fa-css-prefix}-flip-vertical { .fa-icon-flip(1, -1, 2); } + +// Hook for IE8-9 +// ------------------------- + +:root .@{fa-css-prefix}-rotate-90, +:root .@{fa-css-prefix}-rotate-180, +:root .@{fa-css-prefix}-rotate-270, +:root .@{fa-css-prefix}-flip-horizontal, +:root .@{fa-css-prefix}-flip-vertical { + filter: none; +} diff --git a/less/spinning.less b/less/spinning.less deleted file mode 100644 index 60828fe5c..000000000 --- a/less/spinning.less +++ /dev/null @@ -1,30 +0,0 @@ -// Spinning Icons -// -------------------------- - -.@{fa-css-prefix}-spin { - -webkit-animation: spin 2s infinite linear; - -moz-animation: spin 2s infinite linear; - -o-animation: spin 2s infinite linear; - animation: spin 2s infinite linear; -} - -@-moz-keyframes spin { - 0% { -moz-transform: rotate(0deg); } - 100% { -moz-transform: rotate(359deg); } -} -@-webkit-keyframes spin { - 0% { -webkit-transform: rotate(0deg); } - 100% { -webkit-transform: rotate(359deg); } -} -@-o-keyframes spin { - 0% { -o-transform: rotate(0deg); } - 100% { -o-transform: rotate(359deg); } -} -@-ms-keyframes spin { - 0% { -ms-transform: rotate(0deg); } - 100% { -ms-transform: rotate(359deg); } -} -@keyframes spin { - 0% { transform: rotate(0deg); } - 100% { transform: rotate(359deg); } -} diff --git a/less/variables.less b/less/variables.less index f40a555f0..37c4b80ab 100644 --- a/less/variables.less +++ b/less/variables.less @@ -2,380 +2,707 @@ // -------------------------- @fa-font-path: "../fonts"; -//@fa-font-path: "//netdna.bootstrapcdn.com/font-awesome/4.0.3/fonts"; // for referencing Bootstrap CDN font files directly +@fa-font-size-base: 14px; +@fa-line-height-base: 1; +//@fa-font-path: "//netdna.bootstrapcdn.com/font-awesome/4.5.0/fonts"; // for referencing Bootstrap CDN font files directly @fa-css-prefix: fa; -@fa-version: "4.0.3"; +@fa-version: "4.5.0"; @fa-border-color: #eee; @fa-inverse: #fff; @fa-li-width: (30em / 14); -@fa-var-glass: "\f000"; -@fa-var-music: "\f001"; -@fa-var-search: "\f002"; -@fa-var-envelope-o: "\f003"; -@fa-var-heart: "\f004"; -@fa-var-star: "\f005"; -@fa-var-star-o: "\f006"; -@fa-var-user: "\f007"; -@fa-var-film: "\f008"; -@fa-var-th-large: "\f009"; -@fa-var-th: "\f00a"; -@fa-var-th-list: "\f00b"; -@fa-var-check: "\f00c"; -@fa-var-times: "\f00d"; -@fa-var-search-plus: "\f00e"; -@fa-var-search-minus: "\f010"; -@fa-var-power-off: "\f011"; -@fa-var-signal: "\f012"; -@fa-var-cog: "\f013"; -@fa-var-trash-o: "\f014"; -@fa-var-home: "\f015"; -@fa-var-file-o: "\f016"; -@fa-var-clock-o: "\f017"; -@fa-var-road: "\f018"; -@fa-var-download: "\f019"; -@fa-var-arrow-circle-o-down: "\f01a"; -@fa-var-arrow-circle-o-up: "\f01b"; -@fa-var-inbox: "\f01c"; -@fa-var-play-circle-o: "\f01d"; -@fa-var-repeat: "\f01e"; -@fa-var-refresh: "\f021"; -@fa-var-list-alt: "\f022"; -@fa-var-lock: "\f023"; -@fa-var-flag: "\f024"; -@fa-var-headphones: "\f025"; -@fa-var-volume-off: "\f026"; -@fa-var-volume-down: "\f027"; -@fa-var-volume-up: "\f028"; -@fa-var-qrcode: "\f029"; -@fa-var-barcode: "\f02a"; -@fa-var-tag: "\f02b"; -@fa-var-tags: "\f02c"; -@fa-var-book: "\f02d"; -@fa-var-bookmark: "\f02e"; -@fa-var-print: "\f02f"; -@fa-var-camera: "\f030"; -@fa-var-font: "\f031"; -@fa-var-bold: "\f032"; -@fa-var-italic: "\f033"; -@fa-var-text-height: "\f034"; -@fa-var-text-width: "\f035"; -@fa-var-align-left: "\f036"; -@fa-var-align-center: "\f037"; -@fa-var-align-right: "\f038"; -@fa-var-align-justify: "\f039"; -@fa-var-list: "\f03a"; -@fa-var-outdent: "\f03b"; -@fa-var-indent: "\f03c"; -@fa-var-video-camera: "\f03d"; -@fa-var-picture-o: "\f03e"; -@fa-var-pencil: "\f040"; -@fa-var-map-marker: "\f041"; +@fa-var-500px: "\f26e"; @fa-var-adjust: "\f042"; -@fa-var-tint: "\f043"; -@fa-var-pencil-square-o: "\f044"; -@fa-var-share-square-o: "\f045"; -@fa-var-check-square-o: "\f046"; -@fa-var-arrows: "\f047"; -@fa-var-step-backward: "\f048"; -@fa-var-fast-backward: "\f049"; -@fa-var-backward: "\f04a"; -@fa-var-play: "\f04b"; -@fa-var-pause: "\f04c"; -@fa-var-stop: "\f04d"; -@fa-var-forward: "\f04e"; -@fa-var-fast-forward: "\f050"; -@fa-var-step-forward: "\f051"; -@fa-var-eject: "\f052"; -@fa-var-chevron-left: "\f053"; -@fa-var-chevron-right: "\f054"; -@fa-var-plus-circle: "\f055"; -@fa-var-minus-circle: "\f056"; -@fa-var-times-circle: "\f057"; -@fa-var-check-circle: "\f058"; -@fa-var-question-circle: "\f059"; -@fa-var-info-circle: "\f05a"; -@fa-var-crosshairs: "\f05b"; -@fa-var-times-circle-o: "\f05c"; -@fa-var-check-circle-o: "\f05d"; -@fa-var-ban: "\f05e"; -@fa-var-arrow-left: "\f060"; -@fa-var-arrow-right: "\f061"; -@fa-var-arrow-up: "\f062"; -@fa-var-arrow-down: "\f063"; -@fa-var-share: "\f064"; -@fa-var-expand: "\f065"; -@fa-var-compress: "\f066"; -@fa-var-plus: "\f067"; -@fa-var-minus: "\f068"; -@fa-var-asterisk: "\f069"; -@fa-var-exclamation-circle: "\f06a"; -@fa-var-gift: "\f06b"; -@fa-var-leaf: "\f06c"; -@fa-var-fire: "\f06d"; -@fa-var-eye: "\f06e"; -@fa-var-eye-slash: "\f070"; -@fa-var-exclamation-triangle: "\f071"; -@fa-var-plane: "\f072"; -@fa-var-calendar: "\f073"; -@fa-var-random: "\f074"; -@fa-var-comment: "\f075"; -@fa-var-magnet: "\f076"; -@fa-var-chevron-up: "\f077"; -@fa-var-chevron-down: "\f078"; -@fa-var-retweet: "\f079"; -@fa-var-shopping-cart: "\f07a"; -@fa-var-folder: "\f07b"; -@fa-var-folder-open: "\f07c"; -@fa-var-arrows-v: "\f07d"; -@fa-var-arrows-h: "\f07e"; -@fa-var-bar-chart-o: "\f080"; -@fa-var-twitter-square: "\f081"; -@fa-var-facebook-square: "\f082"; -@fa-var-camera-retro: "\f083"; -@fa-var-key: "\f084"; -@fa-var-cogs: "\f085"; -@fa-var-comments: "\f086"; -@fa-var-thumbs-o-up: "\f087"; -@fa-var-thumbs-o-down: "\f088"; -@fa-var-star-half: "\f089"; -@fa-var-heart-o: "\f08a"; -@fa-var-sign-out: "\f08b"; -@fa-var-linkedin-square: "\f08c"; -@fa-var-thumb-tack: "\f08d"; -@fa-var-external-link: "\f08e"; -@fa-var-sign-in: "\f090"; -@fa-var-trophy: "\f091"; -@fa-var-github-square: "\f092"; -@fa-var-upload: "\f093"; -@fa-var-lemon-o: "\f094"; -@fa-var-phone: "\f095"; -@fa-var-square-o: "\f096"; -@fa-var-bookmark-o: "\f097"; -@fa-var-phone-square: "\f098"; -@fa-var-twitter: "\f099"; -@fa-var-facebook: "\f09a"; -@fa-var-github: "\f09b"; -@fa-var-unlock: "\f09c"; -@fa-var-credit-card: "\f09d"; -@fa-var-rss: "\f09e"; -@fa-var-hdd-o: "\f0a0"; -@fa-var-bullhorn: "\f0a1"; -@fa-var-bell: "\f0f3"; -@fa-var-certificate: "\f0a3"; -@fa-var-hand-o-right: "\f0a4"; -@fa-var-hand-o-left: "\f0a5"; -@fa-var-hand-o-up: "\f0a6"; -@fa-var-hand-o-down: "\f0a7"; -@fa-var-arrow-circle-left: "\f0a8"; -@fa-var-arrow-circle-right: "\f0a9"; -@fa-var-arrow-circle-up: "\f0aa"; -@fa-var-arrow-circle-down: "\f0ab"; -@fa-var-globe: "\f0ac"; -@fa-var-wrench: "\f0ad"; -@fa-var-tasks: "\f0ae"; -@fa-var-filter: "\f0b0"; -@fa-var-briefcase: "\f0b1"; -@fa-var-arrows-alt: "\f0b2"; -@fa-var-users: "\f0c0"; -@fa-var-link: "\f0c1"; -@fa-var-cloud: "\f0c2"; -@fa-var-flask: "\f0c3"; -@fa-var-scissors: "\f0c4"; -@fa-var-files-o: "\f0c5"; -@fa-var-paperclip: "\f0c6"; -@fa-var-floppy-o: "\f0c7"; -@fa-var-square: "\f0c8"; -@fa-var-bars: "\f0c9"; -@fa-var-list-ul: "\f0ca"; -@fa-var-list-ol: "\f0cb"; -@fa-var-strikethrough: "\f0cc"; -@fa-var-underline: "\f0cd"; -@fa-var-table: "\f0ce"; -@fa-var-magic: "\f0d0"; -@fa-var-truck: "\f0d1"; -@fa-var-pinterest: "\f0d2"; -@fa-var-pinterest-square: "\f0d3"; -@fa-var-google-plus-square: "\f0d4"; -@fa-var-google-plus: "\f0d5"; -@fa-var-money: "\f0d6"; -@fa-var-caret-down: "\f0d7"; -@fa-var-caret-up: "\f0d8"; -@fa-var-caret-left: "\f0d9"; -@fa-var-caret-right: "\f0da"; -@fa-var-columns: "\f0db"; -@fa-var-sort: "\f0dc"; -@fa-var-sort-asc: "\f0dd"; -@fa-var-sort-desc: "\f0de"; -@fa-var-envelope: "\f0e0"; -@fa-var-linkedin: "\f0e1"; -@fa-var-undo: "\f0e2"; -@fa-var-gavel: "\f0e3"; -@fa-var-tachometer: "\f0e4"; -@fa-var-comment-o: "\f0e5"; -@fa-var-comments-o: "\f0e6"; -@fa-var-bolt: "\f0e7"; -@fa-var-sitemap: "\f0e8"; -@fa-var-umbrella: "\f0e9"; -@fa-var-clipboard: "\f0ea"; -@fa-var-lightbulb-o: "\f0eb"; -@fa-var-exchange: "\f0ec"; -@fa-var-cloud-download: "\f0ed"; -@fa-var-cloud-upload: "\f0ee"; -@fa-var-user-md: "\f0f0"; -@fa-var-stethoscope: "\f0f1"; -@fa-var-suitcase: "\f0f2"; -@fa-var-bell-o: "\f0a2"; -@fa-var-coffee: "\f0f4"; -@fa-var-cutlery: "\f0f5"; -@fa-var-file-text-o: "\f0f6"; -@fa-var-building-o: "\f0f7"; -@fa-var-hospital-o: "\f0f8"; +@fa-var-adn: "\f170"; +@fa-var-align-center: "\f037"; +@fa-var-align-justify: "\f039"; +@fa-var-align-left: "\f036"; +@fa-var-align-right: "\f038"; +@fa-var-amazon: "\f270"; @fa-var-ambulance: "\f0f9"; -@fa-var-medkit: "\f0fa"; -@fa-var-fighter-jet: "\f0fb"; -@fa-var-beer: "\f0fc"; -@fa-var-h-square: "\f0fd"; -@fa-var-plus-square: "\f0fe"; +@fa-var-anchor: "\f13d"; +@fa-var-android: "\f17b"; +@fa-var-angellist: "\f209"; +@fa-var-angle-double-down: "\f103"; @fa-var-angle-double-left: "\f100"; @fa-var-angle-double-right: "\f101"; @fa-var-angle-double-up: "\f102"; -@fa-var-angle-double-down: "\f103"; +@fa-var-angle-down: "\f107"; @fa-var-angle-left: "\f104"; @fa-var-angle-right: "\f105"; @fa-var-angle-up: "\f106"; -@fa-var-angle-down: "\f107"; -@fa-var-desktop: "\f108"; -@fa-var-laptop: "\f109"; -@fa-var-tablet: "\f10a"; -@fa-var-mobile: "\f10b"; -@fa-var-circle-o: "\f10c"; -@fa-var-quote-left: "\f10d"; -@fa-var-quote-right: "\f10e"; -@fa-var-spinner: "\f110"; -@fa-var-circle: "\f111"; -@fa-var-reply: "\f112"; -@fa-var-github-alt: "\f113"; -@fa-var-folder-o: "\f114"; -@fa-var-folder-open-o: "\f115"; -@fa-var-smile-o: "\f118"; -@fa-var-frown-o: "\f119"; -@fa-var-meh-o: "\f11a"; -@fa-var-gamepad: "\f11b"; -@fa-var-keyboard-o: "\f11c"; -@fa-var-flag-o: "\f11d"; -@fa-var-flag-checkered: "\f11e"; -@fa-var-terminal: "\f120"; -@fa-var-code: "\f121"; -@fa-var-reply-all: "\f122"; -@fa-var-mail-reply-all: "\f122"; -@fa-var-star-half-o: "\f123"; -@fa-var-location-arrow: "\f124"; -@fa-var-crop: "\f125"; -@fa-var-code-fork: "\f126"; -@fa-var-chain-broken: "\f127"; -@fa-var-question: "\f128"; -@fa-var-info: "\f129"; -@fa-var-exclamation: "\f12a"; -@fa-var-superscript: "\f12b"; -@fa-var-subscript: "\f12c"; -@fa-var-eraser: "\f12d"; -@fa-var-puzzle-piece: "\f12e"; -@fa-var-microphone: "\f130"; -@fa-var-microphone-slash: "\f131"; -@fa-var-shield: "\f132"; +@fa-var-apple: "\f179"; +@fa-var-archive: "\f187"; +@fa-var-area-chart: "\f1fe"; +@fa-var-arrow-circle-down: "\f0ab"; +@fa-var-arrow-circle-left: "\f0a8"; +@fa-var-arrow-circle-o-down: "\f01a"; +@fa-var-arrow-circle-o-left: "\f190"; +@fa-var-arrow-circle-o-right: "\f18e"; +@fa-var-arrow-circle-o-up: "\f01b"; +@fa-var-arrow-circle-right: "\f0a9"; +@fa-var-arrow-circle-up: "\f0aa"; +@fa-var-arrow-down: "\f063"; +@fa-var-arrow-left: "\f060"; +@fa-var-arrow-right: "\f061"; +@fa-var-arrow-up: "\f062"; +@fa-var-arrows: "\f047"; +@fa-var-arrows-alt: "\f0b2"; +@fa-var-arrows-h: "\f07e"; +@fa-var-arrows-v: "\f07d"; +@fa-var-asterisk: "\f069"; +@fa-var-at: "\f1fa"; +@fa-var-automobile: "\f1b9"; +@fa-var-backward: "\f04a"; +@fa-var-balance-scale: "\f24e"; +@fa-var-ban: "\f05e"; +@fa-var-bank: "\f19c"; +@fa-var-bar-chart: "\f080"; +@fa-var-bar-chart-o: "\f080"; +@fa-var-barcode: "\f02a"; +@fa-var-bars: "\f0c9"; +@fa-var-battery-0: "\f244"; +@fa-var-battery-1: "\f243"; +@fa-var-battery-2: "\f242"; +@fa-var-battery-3: "\f241"; +@fa-var-battery-4: "\f240"; +@fa-var-battery-empty: "\f244"; +@fa-var-battery-full: "\f240"; +@fa-var-battery-half: "\f242"; +@fa-var-battery-quarter: "\f243"; +@fa-var-battery-three-quarters: "\f241"; +@fa-var-bed: "\f236"; +@fa-var-beer: "\f0fc"; +@fa-var-behance: "\f1b4"; +@fa-var-behance-square: "\f1b5"; +@fa-var-bell: "\f0f3"; +@fa-var-bell-o: "\f0a2"; +@fa-var-bell-slash: "\f1f6"; +@fa-var-bell-slash-o: "\f1f7"; +@fa-var-bicycle: "\f206"; +@fa-var-binoculars: "\f1e5"; +@fa-var-birthday-cake: "\f1fd"; +@fa-var-bitbucket: "\f171"; +@fa-var-bitbucket-square: "\f172"; +@fa-var-bitcoin: "\f15a"; +@fa-var-black-tie: "\f27e"; +@fa-var-bluetooth: "\f293"; +@fa-var-bluetooth-b: "\f294"; +@fa-var-bold: "\f032"; +@fa-var-bolt: "\f0e7"; +@fa-var-bomb: "\f1e2"; +@fa-var-book: "\f02d"; +@fa-var-bookmark: "\f02e"; +@fa-var-bookmark-o: "\f097"; +@fa-var-briefcase: "\f0b1"; +@fa-var-btc: "\f15a"; +@fa-var-bug: "\f188"; +@fa-var-building: "\f1ad"; +@fa-var-building-o: "\f0f7"; +@fa-var-bullhorn: "\f0a1"; +@fa-var-bullseye: "\f140"; +@fa-var-bus: "\f207"; +@fa-var-buysellads: "\f20d"; +@fa-var-cab: "\f1ba"; +@fa-var-calculator: "\f1ec"; +@fa-var-calendar: "\f073"; +@fa-var-calendar-check-o: "\f274"; +@fa-var-calendar-minus-o: "\f272"; @fa-var-calendar-o: "\f133"; -@fa-var-fire-extinguisher: "\f134"; -@fa-var-rocket: "\f135"; -@fa-var-maxcdn: "\f136"; +@fa-var-calendar-plus-o: "\f271"; +@fa-var-calendar-times-o: "\f273"; +@fa-var-camera: "\f030"; +@fa-var-camera-retro: "\f083"; +@fa-var-car: "\f1b9"; +@fa-var-caret-down: "\f0d7"; +@fa-var-caret-left: "\f0d9"; +@fa-var-caret-right: "\f0da"; +@fa-var-caret-square-o-down: "\f150"; +@fa-var-caret-square-o-left: "\f191"; +@fa-var-caret-square-o-right: "\f152"; +@fa-var-caret-square-o-up: "\f151"; +@fa-var-caret-up: "\f0d8"; +@fa-var-cart-arrow-down: "\f218"; +@fa-var-cart-plus: "\f217"; +@fa-var-cc: "\f20a"; +@fa-var-cc-amex: "\f1f3"; +@fa-var-cc-diners-club: "\f24c"; +@fa-var-cc-discover: "\f1f2"; +@fa-var-cc-jcb: "\f24b"; +@fa-var-cc-mastercard: "\f1f1"; +@fa-var-cc-paypal: "\f1f4"; +@fa-var-cc-stripe: "\f1f5"; +@fa-var-cc-visa: "\f1f0"; +@fa-var-certificate: "\f0a3"; +@fa-var-chain: "\f0c1"; +@fa-var-chain-broken: "\f127"; +@fa-var-check: "\f00c"; +@fa-var-check-circle: "\f058"; +@fa-var-check-circle-o: "\f05d"; +@fa-var-check-square: "\f14a"; +@fa-var-check-square-o: "\f046"; +@fa-var-chevron-circle-down: "\f13a"; @fa-var-chevron-circle-left: "\f137"; @fa-var-chevron-circle-right: "\f138"; @fa-var-chevron-circle-up: "\f139"; -@fa-var-chevron-circle-down: "\f13a"; -@fa-var-html5: "\f13b"; +@fa-var-chevron-down: "\f078"; +@fa-var-chevron-left: "\f053"; +@fa-var-chevron-right: "\f054"; +@fa-var-chevron-up: "\f077"; +@fa-var-child: "\f1ae"; +@fa-var-chrome: "\f268"; +@fa-var-circle: "\f111"; +@fa-var-circle-o: "\f10c"; +@fa-var-circle-o-notch: "\f1ce"; +@fa-var-circle-thin: "\f1db"; +@fa-var-clipboard: "\f0ea"; +@fa-var-clock-o: "\f017"; +@fa-var-clone: "\f24d"; +@fa-var-close: "\f00d"; +@fa-var-cloud: "\f0c2"; +@fa-var-cloud-download: "\f0ed"; +@fa-var-cloud-upload: "\f0ee"; +@fa-var-cny: "\f157"; +@fa-var-code: "\f121"; +@fa-var-code-fork: "\f126"; +@fa-var-codepen: "\f1cb"; +@fa-var-codiepie: "\f284"; +@fa-var-coffee: "\f0f4"; +@fa-var-cog: "\f013"; +@fa-var-cogs: "\f085"; +@fa-var-columns: "\f0db"; +@fa-var-comment: "\f075"; +@fa-var-comment-o: "\f0e5"; +@fa-var-commenting: "\f27a"; +@fa-var-commenting-o: "\f27b"; +@fa-var-comments: "\f086"; +@fa-var-comments-o: "\f0e6"; +@fa-var-compass: "\f14e"; +@fa-var-compress: "\f066"; +@fa-var-connectdevelop: "\f20e"; +@fa-var-contao: "\f26d"; +@fa-var-copy: "\f0c5"; +@fa-var-copyright: "\f1f9"; +@fa-var-creative-commons: "\f25e"; +@fa-var-credit-card: "\f09d"; +@fa-var-credit-card-alt: "\f283"; +@fa-var-crop: "\f125"; +@fa-var-crosshairs: "\f05b"; @fa-var-css3: "\f13c"; -@fa-var-anchor: "\f13d"; -@fa-var-unlock-alt: "\f13e"; -@fa-var-bullseye: "\f140"; +@fa-var-cube: "\f1b2"; +@fa-var-cubes: "\f1b3"; +@fa-var-cut: "\f0c4"; +@fa-var-cutlery: "\f0f5"; +@fa-var-dashboard: "\f0e4"; +@fa-var-dashcube: "\f210"; +@fa-var-database: "\f1c0"; +@fa-var-dedent: "\f03b"; +@fa-var-delicious: "\f1a5"; +@fa-var-desktop: "\f108"; +@fa-var-deviantart: "\f1bd"; +@fa-var-diamond: "\f219"; +@fa-var-digg: "\f1a6"; +@fa-var-dollar: "\f155"; +@fa-var-dot-circle-o: "\f192"; +@fa-var-download: "\f019"; +@fa-var-dribbble: "\f17d"; +@fa-var-dropbox: "\f16b"; +@fa-var-drupal: "\f1a9"; +@fa-var-edge: "\f282"; +@fa-var-edit: "\f044"; +@fa-var-eject: "\f052"; @fa-var-ellipsis-h: "\f141"; @fa-var-ellipsis-v: "\f142"; -@fa-var-rss-square: "\f143"; -@fa-var-play-circle: "\f144"; -@fa-var-ticket: "\f145"; +@fa-var-empire: "\f1d1"; +@fa-var-envelope: "\f0e0"; +@fa-var-envelope-o: "\f003"; +@fa-var-envelope-square: "\f199"; +@fa-var-eraser: "\f12d"; +@fa-var-eur: "\f153"; +@fa-var-euro: "\f153"; +@fa-var-exchange: "\f0ec"; +@fa-var-exclamation: "\f12a"; +@fa-var-exclamation-circle: "\f06a"; +@fa-var-exclamation-triangle: "\f071"; +@fa-var-expand: "\f065"; +@fa-var-expeditedssl: "\f23e"; +@fa-var-external-link: "\f08e"; +@fa-var-external-link-square: "\f14c"; +@fa-var-eye: "\f06e"; +@fa-var-eye-slash: "\f070"; +@fa-var-eyedropper: "\f1fb"; +@fa-var-facebook: "\f09a"; +@fa-var-facebook-f: "\f09a"; +@fa-var-facebook-official: "\f230"; +@fa-var-facebook-square: "\f082"; +@fa-var-fast-backward: "\f049"; +@fa-var-fast-forward: "\f050"; +@fa-var-fax: "\f1ac"; +@fa-var-feed: "\f09e"; +@fa-var-female: "\f182"; +@fa-var-fighter-jet: "\f0fb"; +@fa-var-file: "\f15b"; +@fa-var-file-archive-o: "\f1c6"; +@fa-var-file-audio-o: "\f1c7"; +@fa-var-file-code-o: "\f1c9"; +@fa-var-file-excel-o: "\f1c3"; +@fa-var-file-image-o: "\f1c5"; +@fa-var-file-movie-o: "\f1c8"; +@fa-var-file-o: "\f016"; +@fa-var-file-pdf-o: "\f1c1"; +@fa-var-file-photo-o: "\f1c5"; +@fa-var-file-picture-o: "\f1c5"; +@fa-var-file-powerpoint-o: "\f1c4"; +@fa-var-file-sound-o: "\f1c7"; +@fa-var-file-text: "\f15c"; +@fa-var-file-text-o: "\f0f6"; +@fa-var-file-video-o: "\f1c8"; +@fa-var-file-word-o: "\f1c2"; +@fa-var-file-zip-o: "\f1c6"; +@fa-var-files-o: "\f0c5"; +@fa-var-film: "\f008"; +@fa-var-filter: "\f0b0"; +@fa-var-fire: "\f06d"; +@fa-var-fire-extinguisher: "\f134"; +@fa-var-firefox: "\f269"; +@fa-var-flag: "\f024"; +@fa-var-flag-checkered: "\f11e"; +@fa-var-flag-o: "\f11d"; +@fa-var-flash: "\f0e7"; +@fa-var-flask: "\f0c3"; +@fa-var-flickr: "\f16e"; +@fa-var-floppy-o: "\f0c7"; +@fa-var-folder: "\f07b"; +@fa-var-folder-o: "\f114"; +@fa-var-folder-open: "\f07c"; +@fa-var-folder-open-o: "\f115"; +@fa-var-font: "\f031"; +@fa-var-fonticons: "\f280"; +@fa-var-fort-awesome: "\f286"; +@fa-var-forumbee: "\f211"; +@fa-var-forward: "\f04e"; +@fa-var-foursquare: "\f180"; +@fa-var-frown-o: "\f119"; +@fa-var-futbol-o: "\f1e3"; +@fa-var-gamepad: "\f11b"; +@fa-var-gavel: "\f0e3"; +@fa-var-gbp: "\f154"; +@fa-var-ge: "\f1d1"; +@fa-var-gear: "\f013"; +@fa-var-gears: "\f085"; +@fa-var-genderless: "\f22d"; +@fa-var-get-pocket: "\f265"; +@fa-var-gg: "\f260"; +@fa-var-gg-circle: "\f261"; +@fa-var-gift: "\f06b"; +@fa-var-git: "\f1d3"; +@fa-var-git-square: "\f1d2"; +@fa-var-github: "\f09b"; +@fa-var-github-alt: "\f113"; +@fa-var-github-square: "\f092"; +@fa-var-gittip: "\f184"; +@fa-var-glass: "\f000"; +@fa-var-globe: "\f0ac"; +@fa-var-google: "\f1a0"; +@fa-var-google-plus: "\f0d5"; +@fa-var-google-plus-square: "\f0d4"; +@fa-var-google-wallet: "\f1ee"; +@fa-var-graduation-cap: "\f19d"; +@fa-var-gratipay: "\f184"; +@fa-var-group: "\f0c0"; +@fa-var-h-square: "\f0fd"; +@fa-var-hacker-news: "\f1d4"; +@fa-var-hand-grab-o: "\f255"; +@fa-var-hand-lizard-o: "\f258"; +@fa-var-hand-o-down: "\f0a7"; +@fa-var-hand-o-left: "\f0a5"; +@fa-var-hand-o-right: "\f0a4"; +@fa-var-hand-o-up: "\f0a6"; +@fa-var-hand-paper-o: "\f256"; +@fa-var-hand-peace-o: "\f25b"; +@fa-var-hand-pointer-o: "\f25a"; +@fa-var-hand-rock-o: "\f255"; +@fa-var-hand-scissors-o: "\f257"; +@fa-var-hand-spock-o: "\f259"; +@fa-var-hand-stop-o: "\f256"; +@fa-var-hashtag: "\f292"; +@fa-var-hdd-o: "\f0a0"; +@fa-var-header: "\f1dc"; +@fa-var-headphones: "\f025"; +@fa-var-heart: "\f004"; +@fa-var-heart-o: "\f08a"; +@fa-var-heartbeat: "\f21e"; +@fa-var-history: "\f1da"; +@fa-var-home: "\f015"; +@fa-var-hospital-o: "\f0f8"; +@fa-var-hotel: "\f236"; +@fa-var-hourglass: "\f254"; +@fa-var-hourglass-1: "\f251"; +@fa-var-hourglass-2: "\f252"; +@fa-var-hourglass-3: "\f253"; +@fa-var-hourglass-end: "\f253"; +@fa-var-hourglass-half: "\f252"; +@fa-var-hourglass-o: "\f250"; +@fa-var-hourglass-start: "\f251"; +@fa-var-houzz: "\f27c"; +@fa-var-html5: "\f13b"; +@fa-var-i-cursor: "\f246"; +@fa-var-ils: "\f20b"; +@fa-var-image: "\f03e"; +@fa-var-inbox: "\f01c"; +@fa-var-indent: "\f03c"; +@fa-var-industry: "\f275"; +@fa-var-info: "\f129"; +@fa-var-info-circle: "\f05a"; +@fa-var-inr: "\f156"; +@fa-var-instagram: "\f16d"; +@fa-var-institution: "\f19c"; +@fa-var-internet-explorer: "\f26b"; +@fa-var-intersex: "\f224"; +@fa-var-ioxhost: "\f208"; +@fa-var-italic: "\f033"; +@fa-var-joomla: "\f1aa"; +@fa-var-jpy: "\f157"; +@fa-var-jsfiddle: "\f1cc"; +@fa-var-key: "\f084"; +@fa-var-keyboard-o: "\f11c"; +@fa-var-krw: "\f159"; +@fa-var-language: "\f1ab"; +@fa-var-laptop: "\f109"; +@fa-var-lastfm: "\f202"; +@fa-var-lastfm-square: "\f203"; +@fa-var-leaf: "\f06c"; +@fa-var-leanpub: "\f212"; +@fa-var-legal: "\f0e3"; +@fa-var-lemon-o: "\f094"; +@fa-var-level-down: "\f149"; +@fa-var-level-up: "\f148"; +@fa-var-life-bouy: "\f1cd"; +@fa-var-life-buoy: "\f1cd"; +@fa-var-life-ring: "\f1cd"; +@fa-var-life-saver: "\f1cd"; +@fa-var-lightbulb-o: "\f0eb"; +@fa-var-line-chart: "\f201"; +@fa-var-link: "\f0c1"; +@fa-var-linkedin: "\f0e1"; +@fa-var-linkedin-square: "\f08c"; +@fa-var-linux: "\f17c"; +@fa-var-list: "\f03a"; +@fa-var-list-alt: "\f022"; +@fa-var-list-ol: "\f0cb"; +@fa-var-list-ul: "\f0ca"; +@fa-var-location-arrow: "\f124"; +@fa-var-lock: "\f023"; +@fa-var-long-arrow-down: "\f175"; +@fa-var-long-arrow-left: "\f177"; +@fa-var-long-arrow-right: "\f178"; +@fa-var-long-arrow-up: "\f176"; +@fa-var-magic: "\f0d0"; +@fa-var-magnet: "\f076"; +@fa-var-mail-forward: "\f064"; +@fa-var-mail-reply: "\f112"; +@fa-var-mail-reply-all: "\f122"; +@fa-var-male: "\f183"; +@fa-var-map: "\f279"; +@fa-var-map-marker: "\f041"; +@fa-var-map-o: "\f278"; +@fa-var-map-pin: "\f276"; +@fa-var-map-signs: "\f277"; +@fa-var-mars: "\f222"; +@fa-var-mars-double: "\f227"; +@fa-var-mars-stroke: "\f229"; +@fa-var-mars-stroke-h: "\f22b"; +@fa-var-mars-stroke-v: "\f22a"; +@fa-var-maxcdn: "\f136"; +@fa-var-meanpath: "\f20c"; +@fa-var-medium: "\f23a"; +@fa-var-medkit: "\f0fa"; +@fa-var-meh-o: "\f11a"; +@fa-var-mercury: "\f223"; +@fa-var-microphone: "\f130"; +@fa-var-microphone-slash: "\f131"; +@fa-var-minus: "\f068"; +@fa-var-minus-circle: "\f056"; @fa-var-minus-square: "\f146"; @fa-var-minus-square-o: "\f147"; -@fa-var-level-up: "\f148"; -@fa-var-level-down: "\f149"; -@fa-var-check-square: "\f14a"; +@fa-var-mixcloud: "\f289"; +@fa-var-mobile: "\f10b"; +@fa-var-mobile-phone: "\f10b"; +@fa-var-modx: "\f285"; +@fa-var-money: "\f0d6"; +@fa-var-moon-o: "\f186"; +@fa-var-mortar-board: "\f19d"; +@fa-var-motorcycle: "\f21c"; +@fa-var-mouse-pointer: "\f245"; +@fa-var-music: "\f001"; +@fa-var-navicon: "\f0c9"; +@fa-var-neuter: "\f22c"; +@fa-var-newspaper-o: "\f1ea"; +@fa-var-object-group: "\f247"; +@fa-var-object-ungroup: "\f248"; +@fa-var-odnoklassniki: "\f263"; +@fa-var-odnoklassniki-square: "\f264"; +@fa-var-opencart: "\f23d"; +@fa-var-openid: "\f19b"; +@fa-var-opera: "\f26a"; +@fa-var-optin-monster: "\f23c"; +@fa-var-outdent: "\f03b"; +@fa-var-pagelines: "\f18c"; +@fa-var-paint-brush: "\f1fc"; +@fa-var-paper-plane: "\f1d8"; +@fa-var-paper-plane-o: "\f1d9"; +@fa-var-paperclip: "\f0c6"; +@fa-var-paragraph: "\f1dd"; +@fa-var-paste: "\f0ea"; +@fa-var-pause: "\f04c"; +@fa-var-pause-circle: "\f28b"; +@fa-var-pause-circle-o: "\f28c"; +@fa-var-paw: "\f1b0"; +@fa-var-paypal: "\f1ed"; +@fa-var-pencil: "\f040"; @fa-var-pencil-square: "\f14b"; -@fa-var-external-link-square: "\f14c"; -@fa-var-share-square: "\f14d"; -@fa-var-compass: "\f14e"; -@fa-var-caret-square-o-down: "\f150"; -@fa-var-caret-square-o-up: "\f151"; -@fa-var-caret-square-o-right: "\f152"; -@fa-var-eur: "\f153"; -@fa-var-gbp: "\f154"; -@fa-var-usd: "\f155"; -@fa-var-inr: "\f156"; -@fa-var-jpy: "\f157"; +@fa-var-pencil-square-o: "\f044"; +@fa-var-percent: "\f295"; +@fa-var-phone: "\f095"; +@fa-var-phone-square: "\f098"; +@fa-var-photo: "\f03e"; +@fa-var-picture-o: "\f03e"; +@fa-var-pie-chart: "\f200"; +@fa-var-pied-piper: "\f1a7"; +@fa-var-pied-piper-alt: "\f1a8"; +@fa-var-pinterest: "\f0d2"; +@fa-var-pinterest-p: "\f231"; +@fa-var-pinterest-square: "\f0d3"; +@fa-var-plane: "\f072"; +@fa-var-play: "\f04b"; +@fa-var-play-circle: "\f144"; +@fa-var-play-circle-o: "\f01d"; +@fa-var-plug: "\f1e6"; +@fa-var-plus: "\f067"; +@fa-var-plus-circle: "\f055"; +@fa-var-plus-square: "\f0fe"; +@fa-var-plus-square-o: "\f196"; +@fa-var-power-off: "\f011"; +@fa-var-print: "\f02f"; +@fa-var-product-hunt: "\f288"; +@fa-var-puzzle-piece: "\f12e"; +@fa-var-qq: "\f1d6"; +@fa-var-qrcode: "\f029"; +@fa-var-question: "\f128"; +@fa-var-question-circle: "\f059"; +@fa-var-quote-left: "\f10d"; +@fa-var-quote-right: "\f10e"; +@fa-var-ra: "\f1d0"; +@fa-var-random: "\f074"; +@fa-var-rebel: "\f1d0"; +@fa-var-recycle: "\f1b8"; +@fa-var-reddit: "\f1a1"; +@fa-var-reddit-alien: "\f281"; +@fa-var-reddit-square: "\f1a2"; +@fa-var-refresh: "\f021"; +@fa-var-registered: "\f25d"; +@fa-var-remove: "\f00d"; +@fa-var-renren: "\f18b"; +@fa-var-reorder: "\f0c9"; +@fa-var-repeat: "\f01e"; +@fa-var-reply: "\f112"; +@fa-var-reply-all: "\f122"; +@fa-var-retweet: "\f079"; +@fa-var-rmb: "\f157"; +@fa-var-road: "\f018"; +@fa-var-rocket: "\f135"; +@fa-var-rotate-left: "\f0e2"; +@fa-var-rotate-right: "\f01e"; +@fa-var-rouble: "\f158"; +@fa-var-rss: "\f09e"; +@fa-var-rss-square: "\f143"; @fa-var-rub: "\f158"; -@fa-var-krw: "\f159"; -@fa-var-btc: "\f15a"; -@fa-var-file: "\f15b"; -@fa-var-file-text: "\f15c"; +@fa-var-ruble: "\f158"; +@fa-var-rupee: "\f156"; +@fa-var-safari: "\f267"; +@fa-var-save: "\f0c7"; +@fa-var-scissors: "\f0c4"; +@fa-var-scribd: "\f28a"; +@fa-var-search: "\f002"; +@fa-var-search-minus: "\f010"; +@fa-var-search-plus: "\f00e"; +@fa-var-sellsy: "\f213"; +@fa-var-send: "\f1d8"; +@fa-var-send-o: "\f1d9"; +@fa-var-server: "\f233"; +@fa-var-share: "\f064"; +@fa-var-share-alt: "\f1e0"; +@fa-var-share-alt-square: "\f1e1"; +@fa-var-share-square: "\f14d"; +@fa-var-share-square-o: "\f045"; +@fa-var-shekel: "\f20b"; +@fa-var-sheqel: "\f20b"; +@fa-var-shield: "\f132"; +@fa-var-ship: "\f21a"; +@fa-var-shirtsinbulk: "\f214"; +@fa-var-shopping-bag: "\f290"; +@fa-var-shopping-basket: "\f291"; +@fa-var-shopping-cart: "\f07a"; +@fa-var-sign-in: "\f090"; +@fa-var-sign-out: "\f08b"; +@fa-var-signal: "\f012"; +@fa-var-simplybuilt: "\f215"; +@fa-var-sitemap: "\f0e8"; +@fa-var-skyatlas: "\f216"; +@fa-var-skype: "\f17e"; +@fa-var-slack: "\f198"; +@fa-var-sliders: "\f1de"; +@fa-var-slideshare: "\f1e7"; +@fa-var-smile-o: "\f118"; +@fa-var-soccer-ball-o: "\f1e3"; +@fa-var-sort: "\f0dc"; @fa-var-sort-alpha-asc: "\f15d"; @fa-var-sort-alpha-desc: "\f15e"; @fa-var-sort-amount-asc: "\f160"; @fa-var-sort-amount-desc: "\f161"; +@fa-var-sort-asc: "\f0de"; +@fa-var-sort-desc: "\f0dd"; +@fa-var-sort-down: "\f0dd"; @fa-var-sort-numeric-asc: "\f162"; @fa-var-sort-numeric-desc: "\f163"; -@fa-var-thumbs-up: "\f164"; -@fa-var-thumbs-down: "\f165"; -@fa-var-youtube-square: "\f166"; -@fa-var-youtube: "\f167"; -@fa-var-xing: "\f168"; -@fa-var-xing-square: "\f169"; -@fa-var-youtube-play: "\f16a"; -@fa-var-dropbox: "\f16b"; +@fa-var-sort-up: "\f0de"; +@fa-var-soundcloud: "\f1be"; +@fa-var-space-shuttle: "\f197"; +@fa-var-spinner: "\f110"; +@fa-var-spoon: "\f1b1"; +@fa-var-spotify: "\f1bc"; +@fa-var-square: "\f0c8"; +@fa-var-square-o: "\f096"; +@fa-var-stack-exchange: "\f18d"; @fa-var-stack-overflow: "\f16c"; -@fa-var-instagram: "\f16d"; -@fa-var-flickr: "\f16e"; -@fa-var-adn: "\f170"; -@fa-var-bitbucket: "\f171"; -@fa-var-bitbucket-square: "\f172"; +@fa-var-star: "\f005"; +@fa-var-star-half: "\f089"; +@fa-var-star-half-empty: "\f123"; +@fa-var-star-half-full: "\f123"; +@fa-var-star-half-o: "\f123"; +@fa-var-star-o: "\f006"; +@fa-var-steam: "\f1b6"; +@fa-var-steam-square: "\f1b7"; +@fa-var-step-backward: "\f048"; +@fa-var-step-forward: "\f051"; +@fa-var-stethoscope: "\f0f1"; +@fa-var-sticky-note: "\f249"; +@fa-var-sticky-note-o: "\f24a"; +@fa-var-stop: "\f04d"; +@fa-var-stop-circle: "\f28d"; +@fa-var-stop-circle-o: "\f28e"; +@fa-var-street-view: "\f21d"; +@fa-var-strikethrough: "\f0cc"; +@fa-var-stumbleupon: "\f1a4"; +@fa-var-stumbleupon-circle: "\f1a3"; +@fa-var-subscript: "\f12c"; +@fa-var-subway: "\f239"; +@fa-var-suitcase: "\f0f2"; +@fa-var-sun-o: "\f185"; +@fa-var-superscript: "\f12b"; +@fa-var-support: "\f1cd"; +@fa-var-table: "\f0ce"; +@fa-var-tablet: "\f10a"; +@fa-var-tachometer: "\f0e4"; +@fa-var-tag: "\f02b"; +@fa-var-tags: "\f02c"; +@fa-var-tasks: "\f0ae"; +@fa-var-taxi: "\f1ba"; +@fa-var-television: "\f26c"; +@fa-var-tencent-weibo: "\f1d5"; +@fa-var-terminal: "\f120"; +@fa-var-text-height: "\f034"; +@fa-var-text-width: "\f035"; +@fa-var-th: "\f00a"; +@fa-var-th-large: "\f009"; +@fa-var-th-list: "\f00b"; +@fa-var-thumb-tack: "\f08d"; +@fa-var-thumbs-down: "\f165"; +@fa-var-thumbs-o-down: "\f088"; +@fa-var-thumbs-o-up: "\f087"; +@fa-var-thumbs-up: "\f164"; +@fa-var-ticket: "\f145"; +@fa-var-times: "\f00d"; +@fa-var-times-circle: "\f057"; +@fa-var-times-circle-o: "\f05c"; +@fa-var-tint: "\f043"; +@fa-var-toggle-down: "\f150"; +@fa-var-toggle-left: "\f191"; +@fa-var-toggle-off: "\f204"; +@fa-var-toggle-on: "\f205"; +@fa-var-toggle-right: "\f152"; +@fa-var-toggle-up: "\f151"; +@fa-var-trademark: "\f25c"; +@fa-var-train: "\f238"; +@fa-var-transgender: "\f224"; +@fa-var-transgender-alt: "\f225"; +@fa-var-trash: "\f1f8"; +@fa-var-trash-o: "\f014"; +@fa-var-tree: "\f1bb"; +@fa-var-trello: "\f181"; +@fa-var-tripadvisor: "\f262"; +@fa-var-trophy: "\f091"; +@fa-var-truck: "\f0d1"; +@fa-var-try: "\f195"; +@fa-var-tty: "\f1e4"; @fa-var-tumblr: "\f173"; @fa-var-tumblr-square: "\f174"; -@fa-var-long-arrow-down: "\f175"; -@fa-var-long-arrow-up: "\f176"; -@fa-var-long-arrow-left: "\f177"; -@fa-var-long-arrow-right: "\f178"; -@fa-var-apple: "\f179"; -@fa-var-windows: "\f17a"; -@fa-var-android: "\f17b"; -@fa-var-linux: "\f17c"; -@fa-var-dribbble: "\f17d"; -@fa-var-skype: "\f17e"; -@fa-var-foursquare: "\f180"; -@fa-var-trello: "\f181"; -@fa-var-female: "\f182"; -@fa-var-male: "\f183"; -@fa-var-gittip: "\f184"; -@fa-var-sun-o: "\f185"; -@fa-var-moon-o: "\f186"; -@fa-var-archive: "\f187"; -@fa-var-bug: "\f188"; -@fa-var-vk: "\f189"; -@fa-var-weibo: "\f18a"; -@fa-var-renren: "\f18b"; -@fa-var-pagelines: "\f18c"; -@fa-var-stack-exchange: "\f18d"; -@fa-var-arrow-circle-o-right: "\f18e"; -@fa-var-arrow-circle-o-left: "\f190"; -@fa-var-caret-square-o-left: "\f191"; -@fa-var-dot-circle-o: "\f192"; -@fa-var-wheelchair: "\f193"; +@fa-var-turkish-lira: "\f195"; +@fa-var-tv: "\f26c"; +@fa-var-twitch: "\f1e8"; +@fa-var-twitter: "\f099"; +@fa-var-twitter-square: "\f081"; +@fa-var-umbrella: "\f0e9"; +@fa-var-underline: "\f0cd"; +@fa-var-undo: "\f0e2"; +@fa-var-university: "\f19c"; +@fa-var-unlink: "\f127"; +@fa-var-unlock: "\f09c"; +@fa-var-unlock-alt: "\f13e"; +@fa-var-unsorted: "\f0dc"; +@fa-var-upload: "\f093"; +@fa-var-usb: "\f287"; +@fa-var-usd: "\f155"; +@fa-var-user: "\f007"; +@fa-var-user-md: "\f0f0"; +@fa-var-user-plus: "\f234"; +@fa-var-user-secret: "\f21b"; +@fa-var-user-times: "\f235"; +@fa-var-users: "\f0c0"; +@fa-var-venus: "\f221"; +@fa-var-venus-double: "\f226"; +@fa-var-venus-mars: "\f228"; +@fa-var-viacoin: "\f237"; +@fa-var-video-camera: "\f03d"; +@fa-var-vimeo: "\f27d"; @fa-var-vimeo-square: "\f194"; -@fa-var-try: "\f195"; -@fa-var-plus-square-o: "\f196"; +@fa-var-vine: "\f1ca"; +@fa-var-vk: "\f189"; +@fa-var-volume-down: "\f027"; +@fa-var-volume-off: "\f026"; +@fa-var-volume-up: "\f028"; +@fa-var-warning: "\f071"; +@fa-var-wechat: "\f1d7"; +@fa-var-weibo: "\f18a"; +@fa-var-weixin: "\f1d7"; +@fa-var-whatsapp: "\f232"; +@fa-var-wheelchair: "\f193"; +@fa-var-wifi: "\f1eb"; +@fa-var-wikipedia-w: "\f266"; +@fa-var-windows: "\f17a"; +@fa-var-won: "\f159"; +@fa-var-wordpress: "\f19a"; +@fa-var-wrench: "\f0ad"; +@fa-var-xing: "\f168"; +@fa-var-xing-square: "\f169"; +@fa-var-y-combinator: "\f23b"; +@fa-var-y-combinator-square: "\f1d4"; +@fa-var-yahoo: "\f19e"; +@fa-var-yc: "\f23b"; +@fa-var-yc-square: "\f1d4"; +@fa-var-yelp: "\f1e9"; +@fa-var-yen: "\f157"; +@fa-var-youtube: "\f167"; +@fa-var-youtube-play: "\f16a"; +@fa-var-youtube-square: "\f166"; diff --git a/package.json b/package.json index f73a8def4..e303f5932 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,13 @@ { "name": "font-awesome", - "description": "The iconic font designed for Bootstrap", - "version": "4.0.3", + "description": "The iconic font and CSS framework", + "version": "4.5.0", + "style": "css/font-awesome.css", "keywords": ["font", "awesome", "fontawesome", "icon", "font", "bootstrap"], "homepage": "http://fontawesome.io/", + "bugs": { + "url" : "http://github.com/FortAwesome/Font-Awesome/issues" + }, "author": { "name": "Dave Gandy", "email": "dave@fontawesome.io", @@ -27,17 +31,10 @@ "web": "http://twitter.com/supercodepoet" } ], - "licenses": [ - { - "type": "SIL OFL 1.1", - "url": "http://scripts.sil.org/OFL" - }, - { - "type": "MIT License", - "url": "http://opensource.org/licenses/mit-license.html" - } - ], + "license": "(OFL-1.1 AND MIT)", "dependencies": { - "less": "1.4.2" + }, + "engines" : { + "node" : ">=0.10.3" } } diff --git a/scss/_animated.scss b/scss/_animated.scss new file mode 100644 index 000000000..8a020dbff --- /dev/null +++ b/scss/_animated.scss @@ -0,0 +1,34 @@ +// Spinning Icons +// -------------------------- + +.#{$fa-css-prefix}-spin { + -webkit-animation: fa-spin 2s infinite linear; + animation: fa-spin 2s infinite linear; +} + +.#{$fa-css-prefix}-pulse { + -webkit-animation: fa-spin 1s infinite steps(8); + animation: fa-spin 1s infinite steps(8); +} + +@-webkit-keyframes fa-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} + +@keyframes fa-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} diff --git a/scss/_bordered-pulled.scss b/scss/_bordered-pulled.scss index 9d3fdf3a0..d4b85a02f 100644 --- a/scss/_bordered-pulled.scss +++ b/scss/_bordered-pulled.scss @@ -7,6 +7,15 @@ border-radius: .1em; } +.#{$fa-css-prefix}-pull-left { float: left; } +.#{$fa-css-prefix}-pull-right { float: right; } + +.#{$fa-css-prefix} { + &.#{$fa-css-prefix}-pull-left { margin-right: .3em; } + &.#{$fa-css-prefix}-pull-right { margin-left: .3em; } +} + +/* Deprecated as of 4.4.0 */ .pull-right { float: right; } .pull-left { float: left; } diff --git a/scss/_core.scss b/scss/_core.scss index 861ccd9dc..7425ef85f 100644 --- a/scss/_core.scss +++ b/scss/_core.scss @@ -3,10 +3,10 @@ .#{$fa-css-prefix} { display: inline-block; - font-family: FontAwesome; - font-style: normal; - font-weight: normal; - line-height: 1; + font: normal normal normal #{$fa-font-size-base}/#{$fa-line-height-base} FontAwesome; // shortening font declaration + font-size: inherit; // can't have font-size inherit on line above, so need to override + text-rendering: auto; // optimizelegibility throws things off #1094 -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; + } diff --git a/scss/_extras.scss b/scss/_extras.scss deleted file mode 100644 index 93139c5b2..000000000 --- a/scss/_extras.scss +++ /dev/null @@ -1,44 +0,0 @@ -/* EXTRAS - * -------------------------- */ - -/* Stacked and layered icon */ - -/* Animated rotating icon */ -.#{$fa-css-prefix}-spin { - -webkit-animation: spin 2s infinite linear; - -moz-animation: spin 2s infinite linear; - -o-animation: spin 2s infinite linear; - animation: spin 2s infinite linear; -} - -@-moz-keyframes spin { - 0% { -moz-transform: rotate(0deg); } - 100% { -moz-transform: rotate(359deg); } -} -@-webkit-keyframes spin { - 0% { -webkit-transform: rotate(0deg); } - 100% { -webkit-transform: rotate(359deg); } -} -@-o-keyframes spin { - 0% { -o-transform: rotate(0deg); } - 100% { -o-transform: rotate(359deg); } -} -@-ms-keyframes spin { - 0% { -ms-transform: rotate(0deg); } - 100% { -ms-transform: rotate(359deg); } -} -@keyframes spin { - 0% { transform: rotate(0deg); } - 100% { transform: rotate(359deg); } -} - - -// Icon rotations & flipping -// ------------------------- - -.#{$fa-css-prefix}-rotate-90 { @include fa-icon-rotate(90deg, 1); } -.#{$fa-css-prefix}-rotate-180 { @include fa-icon-rotate(180deg, 2); } -.#{$fa-css-prefix}-rotate-270 { @include fa-icon-rotate(270deg, 3); } - -.#{$fa-css-prefix}-flip-horizontal { @include fa-icon-flip(-1, 1, 0); } -.#{$fa-css-prefix}-flip-vertical { @include fa-icon-flip(1, -1, 2); } diff --git a/scss/_icons.scss b/scss/_icons.scss index 7490cf361..6f9375989 100644 --- a/scss/_icons.scss +++ b/scss/_icons.scss @@ -14,6 +14,8 @@ .#{$fa-css-prefix}-th:before { content: $fa-var-th; } .#{$fa-css-prefix}-th-list:before { content: $fa-var-th-list; } .#{$fa-css-prefix}-check:before { content: $fa-var-check; } +.#{$fa-css-prefix}-remove:before, +.#{$fa-css-prefix}-close:before, .#{$fa-css-prefix}-times:before { content: $fa-var-times; } .#{$fa-css-prefix}-search-plus:before { content: $fa-var-search-plus; } .#{$fa-css-prefix}-search-minus:before { content: $fa-var-search-minus; } @@ -63,6 +65,8 @@ .#{$fa-css-prefix}-outdent:before { content: $fa-var-outdent; } .#{$fa-css-prefix}-indent:before { content: $fa-var-indent; } .#{$fa-css-prefix}-video-camera:before { content: $fa-var-video-camera; } +.#{$fa-css-prefix}-photo:before, +.#{$fa-css-prefix}-image:before, .#{$fa-css-prefix}-picture-o:before { content: $fa-var-picture-o; } .#{$fa-css-prefix}-pencil:before { content: $fa-var-pencil; } .#{$fa-css-prefix}-map-marker:before { content: $fa-var-map-marker; } @@ -127,7 +131,8 @@ .#{$fa-css-prefix}-folder-open:before { content: $fa-var-folder-open; } .#{$fa-css-prefix}-arrows-v:before { content: $fa-var-arrows-v; } .#{$fa-css-prefix}-arrows-h:before { content: $fa-var-arrows-h; } -.#{$fa-css-prefix}-bar-chart-o:before { content: $fa-var-bar-chart-o; } +.#{$fa-css-prefix}-bar-chart-o:before, +.#{$fa-css-prefix}-bar-chart:before { content: $fa-var-bar-chart; } .#{$fa-css-prefix}-twitter-square:before { content: $fa-var-twitter-square; } .#{$fa-css-prefix}-facebook-square:before { content: $fa-var-facebook-square; } .#{$fa-css-prefix}-camera-retro:before { content: $fa-var-camera-retro; } @@ -153,10 +158,12 @@ .#{$fa-css-prefix}-bookmark-o:before { content: $fa-var-bookmark-o; } .#{$fa-css-prefix}-phone-square:before { content: $fa-var-phone-square; } .#{$fa-css-prefix}-twitter:before { content: $fa-var-twitter; } +.#{$fa-css-prefix}-facebook-f:before, .#{$fa-css-prefix}-facebook:before { content: $fa-var-facebook; } .#{$fa-css-prefix}-github:before { content: $fa-var-github; } .#{$fa-css-prefix}-unlock:before { content: $fa-var-unlock; } .#{$fa-css-prefix}-credit-card:before { content: $fa-var-credit-card; } +.#{$fa-css-prefix}-feed:before, .#{$fa-css-prefix}-rss:before { content: $fa-var-rss; } .#{$fa-css-prefix}-hdd-o:before { content: $fa-var-hdd-o; } .#{$fa-css-prefix}-bullhorn:before { content: $fa-var-bullhorn; } @@ -190,6 +197,8 @@ .#{$fa-css-prefix}-save:before, .#{$fa-css-prefix}-floppy-o:before { content: $fa-var-floppy-o; } .#{$fa-css-prefix}-square:before { content: $fa-var-square; } +.#{$fa-css-prefix}-navicon:before, +.#{$fa-css-prefix}-reorder:before, .#{$fa-css-prefix}-bars:before { content: $fa-var-bars; } .#{$fa-css-prefix}-list-ul:before { content: $fa-var-list-ul; } .#{$fa-css-prefix}-list-ol:before { content: $fa-var-list-ol; } @@ -211,9 +220,9 @@ .#{$fa-css-prefix}-unsorted:before, .#{$fa-css-prefix}-sort:before { content: $fa-var-sort; } .#{$fa-css-prefix}-sort-down:before, -.#{$fa-css-prefix}-sort-asc:before { content: $fa-var-sort-asc; } -.#{$fa-css-prefix}-sort-up:before, .#{$fa-css-prefix}-sort-desc:before { content: $fa-var-sort-desc; } +.#{$fa-css-prefix}-sort-up:before, +.#{$fa-css-prefix}-sort-asc:before { content: $fa-var-sort-asc; } .#{$fa-css-prefix}-envelope:before { content: $fa-var-envelope; } .#{$fa-css-prefix}-linkedin:before { content: $fa-var-linkedin; } .#{$fa-css-prefix}-rotate-left:before, @@ -281,8 +290,8 @@ .#{$fa-css-prefix}-flag-checkered:before { content: $fa-var-flag-checkered; } .#{$fa-css-prefix}-terminal:before { content: $fa-var-terminal; } .#{$fa-css-prefix}-code:before { content: $fa-var-code; } +.#{$fa-css-prefix}-mail-reply-all:before, .#{$fa-css-prefix}-reply-all:before { content: $fa-var-reply-all; } -.#{$fa-css-prefix}-mail-reply-all:before { content: $fa-var-mail-reply-all; } .#{$fa-css-prefix}-star-half-empty:before, .#{$fa-css-prefix}-star-half-full:before, .#{$fa-css-prefix}-star-half-o:before { content: $fa-var-star-half-o; } @@ -390,7 +399,8 @@ .#{$fa-css-prefix}-trello:before { content: $fa-var-trello; } .#{$fa-css-prefix}-female:before { content: $fa-var-female; } .#{$fa-css-prefix}-male:before { content: $fa-var-male; } -.#{$fa-css-prefix}-gittip:before { content: $fa-var-gittip; } +.#{$fa-css-prefix}-gittip:before, +.#{$fa-css-prefix}-gratipay:before { content: $fa-var-gratipay; } .#{$fa-css-prefix}-sun-o:before { content: $fa-var-sun-o; } .#{$fa-css-prefix}-moon-o:before { content: $fa-var-moon-o; } .#{$fa-css-prefix}-archive:before { content: $fa-var-archive; } @@ -410,3 +420,278 @@ .#{$fa-css-prefix}-turkish-lira:before, .#{$fa-css-prefix}-try:before { content: $fa-var-try; } .#{$fa-css-prefix}-plus-square-o:before { content: $fa-var-plus-square-o; } +.#{$fa-css-prefix}-space-shuttle:before { content: $fa-var-space-shuttle; } +.#{$fa-css-prefix}-slack:before { content: $fa-var-slack; } +.#{$fa-css-prefix}-envelope-square:before { content: $fa-var-envelope-square; } +.#{$fa-css-prefix}-wordpress:before { content: $fa-var-wordpress; } +.#{$fa-css-prefix}-openid:before { content: $fa-var-openid; } +.#{$fa-css-prefix}-institution:before, +.#{$fa-css-prefix}-bank:before, +.#{$fa-css-prefix}-university:before { content: $fa-var-university; } +.#{$fa-css-prefix}-mortar-board:before, +.#{$fa-css-prefix}-graduation-cap:before { content: $fa-var-graduation-cap; } +.#{$fa-css-prefix}-yahoo:before { content: $fa-var-yahoo; } +.#{$fa-css-prefix}-google:before { content: $fa-var-google; } +.#{$fa-css-prefix}-reddit:before { content: $fa-var-reddit; } +.#{$fa-css-prefix}-reddit-square:before { content: $fa-var-reddit-square; } +.#{$fa-css-prefix}-stumbleupon-circle:before { content: $fa-var-stumbleupon-circle; } +.#{$fa-css-prefix}-stumbleupon:before { content: $fa-var-stumbleupon; } +.#{$fa-css-prefix}-delicious:before { content: $fa-var-delicious; } +.#{$fa-css-prefix}-digg:before { content: $fa-var-digg; } +.#{$fa-css-prefix}-pied-piper:before { content: $fa-var-pied-piper; } +.#{$fa-css-prefix}-pied-piper-alt:before { content: $fa-var-pied-piper-alt; } +.#{$fa-css-prefix}-drupal:before { content: $fa-var-drupal; } +.#{$fa-css-prefix}-joomla:before { content: $fa-var-joomla; } +.#{$fa-css-prefix}-language:before { content: $fa-var-language; } +.#{$fa-css-prefix}-fax:before { content: $fa-var-fax; } +.#{$fa-css-prefix}-building:before { content: $fa-var-building; } +.#{$fa-css-prefix}-child:before { content: $fa-var-child; } +.#{$fa-css-prefix}-paw:before { content: $fa-var-paw; } +.#{$fa-css-prefix}-spoon:before { content: $fa-var-spoon; } +.#{$fa-css-prefix}-cube:before { content: $fa-var-cube; } +.#{$fa-css-prefix}-cubes:before { content: $fa-var-cubes; } +.#{$fa-css-prefix}-behance:before { content: $fa-var-behance; } +.#{$fa-css-prefix}-behance-square:before { content: $fa-var-behance-square; } +.#{$fa-css-prefix}-steam:before { content: $fa-var-steam; } +.#{$fa-css-prefix}-steam-square:before { content: $fa-var-steam-square; } +.#{$fa-css-prefix}-recycle:before { content: $fa-var-recycle; } +.#{$fa-css-prefix}-automobile:before, +.#{$fa-css-prefix}-car:before { content: $fa-var-car; } +.#{$fa-css-prefix}-cab:before, +.#{$fa-css-prefix}-taxi:before { content: $fa-var-taxi; } +.#{$fa-css-prefix}-tree:before { content: $fa-var-tree; } +.#{$fa-css-prefix}-spotify:before { content: $fa-var-spotify; } +.#{$fa-css-prefix}-deviantart:before { content: $fa-var-deviantart; } +.#{$fa-css-prefix}-soundcloud:before { content: $fa-var-soundcloud; } +.#{$fa-css-prefix}-database:before { content: $fa-var-database; } +.#{$fa-css-prefix}-file-pdf-o:before { content: $fa-var-file-pdf-o; } +.#{$fa-css-prefix}-file-word-o:before { content: $fa-var-file-word-o; } +.#{$fa-css-prefix}-file-excel-o:before { content: $fa-var-file-excel-o; } +.#{$fa-css-prefix}-file-powerpoint-o:before { content: $fa-var-file-powerpoint-o; } +.#{$fa-css-prefix}-file-photo-o:before, +.#{$fa-css-prefix}-file-picture-o:before, +.#{$fa-css-prefix}-file-image-o:before { content: $fa-var-file-image-o; } +.#{$fa-css-prefix}-file-zip-o:before, +.#{$fa-css-prefix}-file-archive-o:before { content: $fa-var-file-archive-o; } +.#{$fa-css-prefix}-file-sound-o:before, +.#{$fa-css-prefix}-file-audio-o:before { content: $fa-var-file-audio-o; } +.#{$fa-css-prefix}-file-movie-o:before, +.#{$fa-css-prefix}-file-video-o:before { content: $fa-var-file-video-o; } +.#{$fa-css-prefix}-file-code-o:before { content: $fa-var-file-code-o; } +.#{$fa-css-prefix}-vine:before { content: $fa-var-vine; } +.#{$fa-css-prefix}-codepen:before { content: $fa-var-codepen; } +.#{$fa-css-prefix}-jsfiddle:before { content: $fa-var-jsfiddle; } +.#{$fa-css-prefix}-life-bouy:before, +.#{$fa-css-prefix}-life-buoy:before, +.#{$fa-css-prefix}-life-saver:before, +.#{$fa-css-prefix}-support:before, +.#{$fa-css-prefix}-life-ring:before { content: $fa-var-life-ring; } +.#{$fa-css-prefix}-circle-o-notch:before { content: $fa-var-circle-o-notch; } +.#{$fa-css-prefix}-ra:before, +.#{$fa-css-prefix}-rebel:before { content: $fa-var-rebel; } +.#{$fa-css-prefix}-ge:before, +.#{$fa-css-prefix}-empire:before { content: $fa-var-empire; } +.#{$fa-css-prefix}-git-square:before { content: $fa-var-git-square; } +.#{$fa-css-prefix}-git:before { content: $fa-var-git; } +.#{$fa-css-prefix}-y-combinator-square:before, +.#{$fa-css-prefix}-yc-square:before, +.#{$fa-css-prefix}-hacker-news:before { content: $fa-var-hacker-news; } +.#{$fa-css-prefix}-tencent-weibo:before { content: $fa-var-tencent-weibo; } +.#{$fa-css-prefix}-qq:before { content: $fa-var-qq; } +.#{$fa-css-prefix}-wechat:before, +.#{$fa-css-prefix}-weixin:before { content: $fa-var-weixin; } +.#{$fa-css-prefix}-send:before, +.#{$fa-css-prefix}-paper-plane:before { content: $fa-var-paper-plane; } +.#{$fa-css-prefix}-send-o:before, +.#{$fa-css-prefix}-paper-plane-o:before { content: $fa-var-paper-plane-o; } +.#{$fa-css-prefix}-history:before { content: $fa-var-history; } +.#{$fa-css-prefix}-circle-thin:before { content: $fa-var-circle-thin; } +.#{$fa-css-prefix}-header:before { content: $fa-var-header; } +.#{$fa-css-prefix}-paragraph:before { content: $fa-var-paragraph; } +.#{$fa-css-prefix}-sliders:before { content: $fa-var-sliders; } +.#{$fa-css-prefix}-share-alt:before { content: $fa-var-share-alt; } +.#{$fa-css-prefix}-share-alt-square:before { content: $fa-var-share-alt-square; } +.#{$fa-css-prefix}-bomb:before { content: $fa-var-bomb; } +.#{$fa-css-prefix}-soccer-ball-o:before, +.#{$fa-css-prefix}-futbol-o:before { content: $fa-var-futbol-o; } +.#{$fa-css-prefix}-tty:before { content: $fa-var-tty; } +.#{$fa-css-prefix}-binoculars:before { content: $fa-var-binoculars; } +.#{$fa-css-prefix}-plug:before { content: $fa-var-plug; } +.#{$fa-css-prefix}-slideshare:before { content: $fa-var-slideshare; } +.#{$fa-css-prefix}-twitch:before { content: $fa-var-twitch; } +.#{$fa-css-prefix}-yelp:before { content: $fa-var-yelp; } +.#{$fa-css-prefix}-newspaper-o:before { content: $fa-var-newspaper-o; } +.#{$fa-css-prefix}-wifi:before { content: $fa-var-wifi; } +.#{$fa-css-prefix}-calculator:before { content: $fa-var-calculator; } +.#{$fa-css-prefix}-paypal:before { content: $fa-var-paypal; } +.#{$fa-css-prefix}-google-wallet:before { content: $fa-var-google-wallet; } +.#{$fa-css-prefix}-cc-visa:before { content: $fa-var-cc-visa; } +.#{$fa-css-prefix}-cc-mastercard:before { content: $fa-var-cc-mastercard; } +.#{$fa-css-prefix}-cc-discover:before { content: $fa-var-cc-discover; } +.#{$fa-css-prefix}-cc-amex:before { content: $fa-var-cc-amex; } +.#{$fa-css-prefix}-cc-paypal:before { content: $fa-var-cc-paypal; } +.#{$fa-css-prefix}-cc-stripe:before { content: $fa-var-cc-stripe; } +.#{$fa-css-prefix}-bell-slash:before { content: $fa-var-bell-slash; } +.#{$fa-css-prefix}-bell-slash-o:before { content: $fa-var-bell-slash-o; } +.#{$fa-css-prefix}-trash:before { content: $fa-var-trash; } +.#{$fa-css-prefix}-copyright:before { content: $fa-var-copyright; } +.#{$fa-css-prefix}-at:before { content: $fa-var-at; } +.#{$fa-css-prefix}-eyedropper:before { content: $fa-var-eyedropper; } +.#{$fa-css-prefix}-paint-brush:before { content: $fa-var-paint-brush; } +.#{$fa-css-prefix}-birthday-cake:before { content: $fa-var-birthday-cake; } +.#{$fa-css-prefix}-area-chart:before { content: $fa-var-area-chart; } +.#{$fa-css-prefix}-pie-chart:before { content: $fa-var-pie-chart; } +.#{$fa-css-prefix}-line-chart:before { content: $fa-var-line-chart; } +.#{$fa-css-prefix}-lastfm:before { content: $fa-var-lastfm; } +.#{$fa-css-prefix}-lastfm-square:before { content: $fa-var-lastfm-square; } +.#{$fa-css-prefix}-toggle-off:before { content: $fa-var-toggle-off; } +.#{$fa-css-prefix}-toggle-on:before { content: $fa-var-toggle-on; } +.#{$fa-css-prefix}-bicycle:before { content: $fa-var-bicycle; } +.#{$fa-css-prefix}-bus:before { content: $fa-var-bus; } +.#{$fa-css-prefix}-ioxhost:before { content: $fa-var-ioxhost; } +.#{$fa-css-prefix}-angellist:before { content: $fa-var-angellist; } +.#{$fa-css-prefix}-cc:before { content: $fa-var-cc; } +.#{$fa-css-prefix}-shekel:before, +.#{$fa-css-prefix}-sheqel:before, +.#{$fa-css-prefix}-ils:before { content: $fa-var-ils; } +.#{$fa-css-prefix}-meanpath:before { content: $fa-var-meanpath; } +.#{$fa-css-prefix}-buysellads:before { content: $fa-var-buysellads; } +.#{$fa-css-prefix}-connectdevelop:before { content: $fa-var-connectdevelop; } +.#{$fa-css-prefix}-dashcube:before { content: $fa-var-dashcube; } +.#{$fa-css-prefix}-forumbee:before { content: $fa-var-forumbee; } +.#{$fa-css-prefix}-leanpub:before { content: $fa-var-leanpub; } +.#{$fa-css-prefix}-sellsy:before { content: $fa-var-sellsy; } +.#{$fa-css-prefix}-shirtsinbulk:before { content: $fa-var-shirtsinbulk; } +.#{$fa-css-prefix}-simplybuilt:before { content: $fa-var-simplybuilt; } +.#{$fa-css-prefix}-skyatlas:before { content: $fa-var-skyatlas; } +.#{$fa-css-prefix}-cart-plus:before { content: $fa-var-cart-plus; } +.#{$fa-css-prefix}-cart-arrow-down:before { content: $fa-var-cart-arrow-down; } +.#{$fa-css-prefix}-diamond:before { content: $fa-var-diamond; } +.#{$fa-css-prefix}-ship:before { content: $fa-var-ship; } +.#{$fa-css-prefix}-user-secret:before { content: $fa-var-user-secret; } +.#{$fa-css-prefix}-motorcycle:before { content: $fa-var-motorcycle; } +.#{$fa-css-prefix}-street-view:before { content: $fa-var-street-view; } +.#{$fa-css-prefix}-heartbeat:before { content: $fa-var-heartbeat; } +.#{$fa-css-prefix}-venus:before { content: $fa-var-venus; } +.#{$fa-css-prefix}-mars:before { content: $fa-var-mars; } +.#{$fa-css-prefix}-mercury:before { content: $fa-var-mercury; } +.#{$fa-css-prefix}-intersex:before, +.#{$fa-css-prefix}-transgender:before { content: $fa-var-transgender; } +.#{$fa-css-prefix}-transgender-alt:before { content: $fa-var-transgender-alt; } +.#{$fa-css-prefix}-venus-double:before { content: $fa-var-venus-double; } +.#{$fa-css-prefix}-mars-double:before { content: $fa-var-mars-double; } +.#{$fa-css-prefix}-venus-mars:before { content: $fa-var-venus-mars; } +.#{$fa-css-prefix}-mars-stroke:before { content: $fa-var-mars-stroke; } +.#{$fa-css-prefix}-mars-stroke-v:before { content: $fa-var-mars-stroke-v; } +.#{$fa-css-prefix}-mars-stroke-h:before { content: $fa-var-mars-stroke-h; } +.#{$fa-css-prefix}-neuter:before { content: $fa-var-neuter; } +.#{$fa-css-prefix}-genderless:before { content: $fa-var-genderless; } +.#{$fa-css-prefix}-facebook-official:before { content: $fa-var-facebook-official; } +.#{$fa-css-prefix}-pinterest-p:before { content: $fa-var-pinterest-p; } +.#{$fa-css-prefix}-whatsapp:before { content: $fa-var-whatsapp; } +.#{$fa-css-prefix}-server:before { content: $fa-var-server; } +.#{$fa-css-prefix}-user-plus:before { content: $fa-var-user-plus; } +.#{$fa-css-prefix}-user-times:before { content: $fa-var-user-times; } +.#{$fa-css-prefix}-hotel:before, +.#{$fa-css-prefix}-bed:before { content: $fa-var-bed; } +.#{$fa-css-prefix}-viacoin:before { content: $fa-var-viacoin; } +.#{$fa-css-prefix}-train:before { content: $fa-var-train; } +.#{$fa-css-prefix}-subway:before { content: $fa-var-subway; } +.#{$fa-css-prefix}-medium:before { content: $fa-var-medium; } +.#{$fa-css-prefix}-yc:before, +.#{$fa-css-prefix}-y-combinator:before { content: $fa-var-y-combinator; } +.#{$fa-css-prefix}-optin-monster:before { content: $fa-var-optin-monster; } +.#{$fa-css-prefix}-opencart:before { content: $fa-var-opencart; } +.#{$fa-css-prefix}-expeditedssl:before { content: $fa-var-expeditedssl; } +.#{$fa-css-prefix}-battery-4:before, +.#{$fa-css-prefix}-battery-full:before { content: $fa-var-battery-full; } +.#{$fa-css-prefix}-battery-3:before, +.#{$fa-css-prefix}-battery-three-quarters:before { content: $fa-var-battery-three-quarters; } +.#{$fa-css-prefix}-battery-2:before, +.#{$fa-css-prefix}-battery-half:before { content: $fa-var-battery-half; } +.#{$fa-css-prefix}-battery-1:before, +.#{$fa-css-prefix}-battery-quarter:before { content: $fa-var-battery-quarter; } +.#{$fa-css-prefix}-battery-0:before, +.#{$fa-css-prefix}-battery-empty:before { content: $fa-var-battery-empty; } +.#{$fa-css-prefix}-mouse-pointer:before { content: $fa-var-mouse-pointer; } +.#{$fa-css-prefix}-i-cursor:before { content: $fa-var-i-cursor; } +.#{$fa-css-prefix}-object-group:before { content: $fa-var-object-group; } +.#{$fa-css-prefix}-object-ungroup:before { content: $fa-var-object-ungroup; } +.#{$fa-css-prefix}-sticky-note:before { content: $fa-var-sticky-note; } +.#{$fa-css-prefix}-sticky-note-o:before { content: $fa-var-sticky-note-o; } +.#{$fa-css-prefix}-cc-jcb:before { content: $fa-var-cc-jcb; } +.#{$fa-css-prefix}-cc-diners-club:before { content: $fa-var-cc-diners-club; } +.#{$fa-css-prefix}-clone:before { content: $fa-var-clone; } +.#{$fa-css-prefix}-balance-scale:before { content: $fa-var-balance-scale; } +.#{$fa-css-prefix}-hourglass-o:before { content: $fa-var-hourglass-o; } +.#{$fa-css-prefix}-hourglass-1:before, +.#{$fa-css-prefix}-hourglass-start:before { content: $fa-var-hourglass-start; } +.#{$fa-css-prefix}-hourglass-2:before, +.#{$fa-css-prefix}-hourglass-half:before { content: $fa-var-hourglass-half; } +.#{$fa-css-prefix}-hourglass-3:before, +.#{$fa-css-prefix}-hourglass-end:before { content: $fa-var-hourglass-end; } +.#{$fa-css-prefix}-hourglass:before { content: $fa-var-hourglass; } +.#{$fa-css-prefix}-hand-grab-o:before, +.#{$fa-css-prefix}-hand-rock-o:before { content: $fa-var-hand-rock-o; } +.#{$fa-css-prefix}-hand-stop-o:before, +.#{$fa-css-prefix}-hand-paper-o:before { content: $fa-var-hand-paper-o; } +.#{$fa-css-prefix}-hand-scissors-o:before { content: $fa-var-hand-scissors-o; } +.#{$fa-css-prefix}-hand-lizard-o:before { content: $fa-var-hand-lizard-o; } +.#{$fa-css-prefix}-hand-spock-o:before { content: $fa-var-hand-spock-o; } +.#{$fa-css-prefix}-hand-pointer-o:before { content: $fa-var-hand-pointer-o; } +.#{$fa-css-prefix}-hand-peace-o:before { content: $fa-var-hand-peace-o; } +.#{$fa-css-prefix}-trademark:before { content: $fa-var-trademark; } +.#{$fa-css-prefix}-registered:before { content: $fa-var-registered; } +.#{$fa-css-prefix}-creative-commons:before { content: $fa-var-creative-commons; } +.#{$fa-css-prefix}-gg:before { content: $fa-var-gg; } +.#{$fa-css-prefix}-gg-circle:before { content: $fa-var-gg-circle; } +.#{$fa-css-prefix}-tripadvisor:before { content: $fa-var-tripadvisor; } +.#{$fa-css-prefix}-odnoklassniki:before { content: $fa-var-odnoklassniki; } +.#{$fa-css-prefix}-odnoklassniki-square:before { content: $fa-var-odnoklassniki-square; } +.#{$fa-css-prefix}-get-pocket:before { content: $fa-var-get-pocket; } +.#{$fa-css-prefix}-wikipedia-w:before { content: $fa-var-wikipedia-w; } +.#{$fa-css-prefix}-safari:before { content: $fa-var-safari; } +.#{$fa-css-prefix}-chrome:before { content: $fa-var-chrome; } +.#{$fa-css-prefix}-firefox:before { content: $fa-var-firefox; } +.#{$fa-css-prefix}-opera:before { content: $fa-var-opera; } +.#{$fa-css-prefix}-internet-explorer:before { content: $fa-var-internet-explorer; } +.#{$fa-css-prefix}-tv:before, +.#{$fa-css-prefix}-television:before { content: $fa-var-television; } +.#{$fa-css-prefix}-contao:before { content: $fa-var-contao; } +.#{$fa-css-prefix}-500px:before { content: $fa-var-500px; } +.#{$fa-css-prefix}-amazon:before { content: $fa-var-amazon; } +.#{$fa-css-prefix}-calendar-plus-o:before { content: $fa-var-calendar-plus-o; } +.#{$fa-css-prefix}-calendar-minus-o:before { content: $fa-var-calendar-minus-o; } +.#{$fa-css-prefix}-calendar-times-o:before { content: $fa-var-calendar-times-o; } +.#{$fa-css-prefix}-calendar-check-o:before { content: $fa-var-calendar-check-o; } +.#{$fa-css-prefix}-industry:before { content: $fa-var-industry; } +.#{$fa-css-prefix}-map-pin:before { content: $fa-var-map-pin; } +.#{$fa-css-prefix}-map-signs:before { content: $fa-var-map-signs; } +.#{$fa-css-prefix}-map-o:before { content: $fa-var-map-o; } +.#{$fa-css-prefix}-map:before { content: $fa-var-map; } +.#{$fa-css-prefix}-commenting:before { content: $fa-var-commenting; } +.#{$fa-css-prefix}-commenting-o:before { content: $fa-var-commenting-o; } +.#{$fa-css-prefix}-houzz:before { content: $fa-var-houzz; } +.#{$fa-css-prefix}-vimeo:before { content: $fa-var-vimeo; } +.#{$fa-css-prefix}-black-tie:before { content: $fa-var-black-tie; } +.#{$fa-css-prefix}-fonticons:before { content: $fa-var-fonticons; } +.#{$fa-css-prefix}-reddit-alien:before { content: $fa-var-reddit-alien; } +.#{$fa-css-prefix}-edge:before { content: $fa-var-edge; } +.#{$fa-css-prefix}-credit-card-alt:before { content: $fa-var-credit-card-alt; } +.#{$fa-css-prefix}-codiepie:before { content: $fa-var-codiepie; } +.#{$fa-css-prefix}-modx:before { content: $fa-var-modx; } +.#{$fa-css-prefix}-fort-awesome:before { content: $fa-var-fort-awesome; } +.#{$fa-css-prefix}-usb:before { content: $fa-var-usb; } +.#{$fa-css-prefix}-product-hunt:before { content: $fa-var-product-hunt; } +.#{$fa-css-prefix}-mixcloud:before { content: $fa-var-mixcloud; } +.#{$fa-css-prefix}-scribd:before { content: $fa-var-scribd; } +.#{$fa-css-prefix}-pause-circle:before { content: $fa-var-pause-circle; } +.#{$fa-css-prefix}-pause-circle-o:before { content: $fa-var-pause-circle-o; } +.#{$fa-css-prefix}-stop-circle:before { content: $fa-var-stop-circle; } +.#{$fa-css-prefix}-stop-circle-o:before { content: $fa-var-stop-circle-o; } +.#{$fa-css-prefix}-shopping-bag:before { content: $fa-var-shopping-bag; } +.#{$fa-css-prefix}-shopping-basket:before { content: $fa-var-shopping-basket; } +.#{$fa-css-prefix}-hashtag:before { content: $fa-var-hashtag; } +.#{$fa-css-prefix}-bluetooth:before { content: $fa-var-bluetooth; } +.#{$fa-css-prefix}-bluetooth-b:before { content: $fa-var-bluetooth-b; } +.#{$fa-css-prefix}-percent:before { content: $fa-var-percent; } diff --git a/scss/_mixins.scss b/scss/_mixins.scss index 9f555963f..f96719b6a 100644 --- a/scss/_mixins.scss +++ b/scss/_mixins.scss @@ -1,20 +1,26 @@ // Mixins // -------------------------- +@mixin fa-icon() { + display: inline-block; + font: normal normal normal #{$fa-font-size-base}/#{$fa-line-height-base} FontAwesome; // shortening font declaration + font-size: inherit; // can't have font-size inherit on line above, so need to override + text-rendering: auto; // optimizelegibility throws things off #1094 + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + +} + @mixin fa-icon-rotate($degrees, $rotation) { - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation); + filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=#{$rotation}); -webkit-transform: rotate($degrees); - -moz-transform: rotate($degrees); -ms-transform: rotate($degrees); - -o-transform: rotate($degrees); transform: rotate($degrees); } @mixin fa-icon-flip($horiz, $vert, $rotation) { - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation); + filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=#{$rotation}); -webkit-transform: scale($horiz, $vert); - -moz-transform: scale($horiz, $vert); -ms-transform: scale($horiz, $vert); - -o-transform: scale($horiz, $vert); transform: scale($horiz, $vert); } diff --git a/scss/_path.scss b/scss/_path.scss index fd21c3515..bb457c23a 100644 --- a/scss/_path.scss +++ b/scss/_path.scss @@ -5,10 +5,11 @@ font-family: 'FontAwesome'; src: url('#{$fa-font-path}/fontawesome-webfont.eot?v=#{$fa-version}'); src: url('#{$fa-font-path}/fontawesome-webfont.eot?#iefix&v=#{$fa-version}') format('embedded-opentype'), + url('#{$fa-font-path}/fontawesome-webfont.woff2?v=#{$fa-version}') format('woff2'), url('#{$fa-font-path}/fontawesome-webfont.woff?v=#{$fa-version}') format('woff'), url('#{$fa-font-path}/fontawesome-webfont.ttf?v=#{$fa-version}') format('truetype'), url('#{$fa-font-path}/fontawesome-webfont.svg?v=#{$fa-version}#fontawesomeregular') format('svg'); - //src: url('#{$fa-font-path}/FontAwesome.otf') format('opentype'); // used when developing fonts +// src: url('#{$fa-font-path}/FontAwesome.otf') format('opentype'); // used when developing fonts font-weight: normal; font-style: normal; } diff --git a/scss/_rotated-flipped.scss b/scss/_rotated-flipped.scss index 343fa5507..a3558fd09 100644 --- a/scss/_rotated-flipped.scss +++ b/scss/_rotated-flipped.scss @@ -7,3 +7,14 @@ .#{$fa-css-prefix}-flip-horizontal { @include fa-icon-flip(-1, 1, 0); } .#{$fa-css-prefix}-flip-vertical { @include fa-icon-flip(1, -1, 2); } + +// Hook for IE8-9 +// ------------------------- + +:root .#{$fa-css-prefix}-rotate-90, +:root .#{$fa-css-prefix}-rotate-180, +:root .#{$fa-css-prefix}-rotate-270, +:root .#{$fa-css-prefix}-flip-horizontal, +:root .#{$fa-css-prefix}-flip-vertical { + filter: none; +} diff --git a/scss/_spinning.scss b/scss/_spinning.scss deleted file mode 100644 index ba1e4f162..000000000 --- a/scss/_spinning.scss +++ /dev/null @@ -1,30 +0,0 @@ -// Spinning Icons -// -------------------------- - -.#{$fa-css-prefix}-spin { - -webkit-animation: spin 2s infinite linear; - -moz-animation: spin 2s infinite linear; - -o-animation: spin 2s infinite linear; - animation: spin 2s infinite linear; -} - -@-moz-keyframes spin { - 0% { -moz-transform: rotate(0deg); } - 100% { -moz-transform: rotate(359deg); } -} -@-webkit-keyframes spin { - 0% { -webkit-transform: rotate(0deg); } - 100% { -webkit-transform: rotate(359deg); } -} -@-o-keyframes spin { - 0% { -o-transform: rotate(0deg); } - 100% { -o-transform: rotate(359deg); } -} -@-ms-keyframes spin { - 0% { -ms-transform: rotate(0deg); } - 100% { -ms-transform: rotate(359deg); } -} -@keyframes spin { - 0% { transform: rotate(0deg); } - 100% { transform: rotate(359deg); } -} diff --git a/scss/_variables.scss b/scss/_variables.scss index 2d6e076a7..0a471102c 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -2,380 +2,707 @@ // -------------------------- $fa-font-path: "../fonts" !default; -//$fa-font-path: "//netdna.bootstrapcdn.com/font-awesome/4.0.3/fonts" !default; // for referencing Bootstrap CDN font files directly +$fa-font-size-base: 14px !default; +$fa-line-height-base: 1 !default; +//$fa-font-path: "//netdna.bootstrapcdn.com/font-awesome/4.5.0/fonts" !default; // for referencing Bootstrap CDN font files directly $fa-css-prefix: fa !default; -$fa-version: "4.0.3" !default; +$fa-version: "4.5.0" !default; $fa-border-color: #eee !default; $fa-inverse: #fff !default; -$fa-li-width: (30em / 14) !default; +$fa-li-width: (30em / 14) !default; -$fa-var-glass: "\f000"; -$fa-var-music: "\f001"; -$fa-var-search: "\f002"; -$fa-var-envelope-o: "\f003"; -$fa-var-heart: "\f004"; -$fa-var-star: "\f005"; -$fa-var-star-o: "\f006"; -$fa-var-user: "\f007"; -$fa-var-film: "\f008"; -$fa-var-th-large: "\f009"; -$fa-var-th: "\f00a"; -$fa-var-th-list: "\f00b"; -$fa-var-check: "\f00c"; -$fa-var-times: "\f00d"; -$fa-var-search-plus: "\f00e"; -$fa-var-search-minus: "\f010"; -$fa-var-power-off: "\f011"; -$fa-var-signal: "\f012"; -$fa-var-cog: "\f013"; -$fa-var-trash-o: "\f014"; -$fa-var-home: "\f015"; -$fa-var-file-o: "\f016"; -$fa-var-clock-o: "\f017"; -$fa-var-road: "\f018"; -$fa-var-download: "\f019"; -$fa-var-arrow-circle-o-down: "\f01a"; -$fa-var-arrow-circle-o-up: "\f01b"; -$fa-var-inbox: "\f01c"; -$fa-var-play-circle-o: "\f01d"; -$fa-var-repeat: "\f01e"; -$fa-var-refresh: "\f021"; -$fa-var-list-alt: "\f022"; -$fa-var-lock: "\f023"; -$fa-var-flag: "\f024"; -$fa-var-headphones: "\f025"; -$fa-var-volume-off: "\f026"; -$fa-var-volume-down: "\f027"; -$fa-var-volume-up: "\f028"; -$fa-var-qrcode: "\f029"; -$fa-var-barcode: "\f02a"; -$fa-var-tag: "\f02b"; -$fa-var-tags: "\f02c"; -$fa-var-book: "\f02d"; -$fa-var-bookmark: "\f02e"; -$fa-var-print: "\f02f"; -$fa-var-camera: "\f030"; -$fa-var-font: "\f031"; -$fa-var-bold: "\f032"; -$fa-var-italic: "\f033"; -$fa-var-text-height: "\f034"; -$fa-var-text-width: "\f035"; -$fa-var-align-left: "\f036"; -$fa-var-align-center: "\f037"; -$fa-var-align-right: "\f038"; -$fa-var-align-justify: "\f039"; -$fa-var-list: "\f03a"; -$fa-var-outdent: "\f03b"; -$fa-var-indent: "\f03c"; -$fa-var-video-camera: "\f03d"; -$fa-var-picture-o: "\f03e"; -$fa-var-pencil: "\f040"; -$fa-var-map-marker: "\f041"; +$fa-var-500px: "\f26e"; $fa-var-adjust: "\f042"; -$fa-var-tint: "\f043"; -$fa-var-pencil-square-o: "\f044"; -$fa-var-share-square-o: "\f045"; -$fa-var-check-square-o: "\f046"; -$fa-var-arrows: "\f047"; -$fa-var-step-backward: "\f048"; -$fa-var-fast-backward: "\f049"; -$fa-var-backward: "\f04a"; -$fa-var-play: "\f04b"; -$fa-var-pause: "\f04c"; -$fa-var-stop: "\f04d"; -$fa-var-forward: "\f04e"; -$fa-var-fast-forward: "\f050"; -$fa-var-step-forward: "\f051"; -$fa-var-eject: "\f052"; -$fa-var-chevron-left: "\f053"; -$fa-var-chevron-right: "\f054"; -$fa-var-plus-circle: "\f055"; -$fa-var-minus-circle: "\f056"; -$fa-var-times-circle: "\f057"; -$fa-var-check-circle: "\f058"; -$fa-var-question-circle: "\f059"; -$fa-var-info-circle: "\f05a"; -$fa-var-crosshairs: "\f05b"; -$fa-var-times-circle-o: "\f05c"; -$fa-var-check-circle-o: "\f05d"; -$fa-var-ban: "\f05e"; -$fa-var-arrow-left: "\f060"; -$fa-var-arrow-right: "\f061"; -$fa-var-arrow-up: "\f062"; -$fa-var-arrow-down: "\f063"; -$fa-var-share: "\f064"; -$fa-var-expand: "\f065"; -$fa-var-compress: "\f066"; -$fa-var-plus: "\f067"; -$fa-var-minus: "\f068"; -$fa-var-asterisk: "\f069"; -$fa-var-exclamation-circle: "\f06a"; -$fa-var-gift: "\f06b"; -$fa-var-leaf: "\f06c"; -$fa-var-fire: "\f06d"; -$fa-var-eye: "\f06e"; -$fa-var-eye-slash: "\f070"; -$fa-var-exclamation-triangle: "\f071"; -$fa-var-plane: "\f072"; -$fa-var-calendar: "\f073"; -$fa-var-random: "\f074"; -$fa-var-comment: "\f075"; -$fa-var-magnet: "\f076"; -$fa-var-chevron-up: "\f077"; -$fa-var-chevron-down: "\f078"; -$fa-var-retweet: "\f079"; -$fa-var-shopping-cart: "\f07a"; -$fa-var-folder: "\f07b"; -$fa-var-folder-open: "\f07c"; -$fa-var-arrows-v: "\f07d"; -$fa-var-arrows-h: "\f07e"; -$fa-var-bar-chart-o: "\f080"; -$fa-var-twitter-square: "\f081"; -$fa-var-facebook-square: "\f082"; -$fa-var-camera-retro: "\f083"; -$fa-var-key: "\f084"; -$fa-var-cogs: "\f085"; -$fa-var-comments: "\f086"; -$fa-var-thumbs-o-up: "\f087"; -$fa-var-thumbs-o-down: "\f088"; -$fa-var-star-half: "\f089"; -$fa-var-heart-o: "\f08a"; -$fa-var-sign-out: "\f08b"; -$fa-var-linkedin-square: "\f08c"; -$fa-var-thumb-tack: "\f08d"; -$fa-var-external-link: "\f08e"; -$fa-var-sign-in: "\f090"; -$fa-var-trophy: "\f091"; -$fa-var-github-square: "\f092"; -$fa-var-upload: "\f093"; -$fa-var-lemon-o: "\f094"; -$fa-var-phone: "\f095"; -$fa-var-square-o: "\f096"; -$fa-var-bookmark-o: "\f097"; -$fa-var-phone-square: "\f098"; -$fa-var-twitter: "\f099"; -$fa-var-facebook: "\f09a"; -$fa-var-github: "\f09b"; -$fa-var-unlock: "\f09c"; -$fa-var-credit-card: "\f09d"; -$fa-var-rss: "\f09e"; -$fa-var-hdd-o: "\f0a0"; -$fa-var-bullhorn: "\f0a1"; -$fa-var-bell: "\f0f3"; -$fa-var-certificate: "\f0a3"; -$fa-var-hand-o-right: "\f0a4"; -$fa-var-hand-o-left: "\f0a5"; -$fa-var-hand-o-up: "\f0a6"; -$fa-var-hand-o-down: "\f0a7"; -$fa-var-arrow-circle-left: "\f0a8"; -$fa-var-arrow-circle-right: "\f0a9"; -$fa-var-arrow-circle-up: "\f0aa"; -$fa-var-arrow-circle-down: "\f0ab"; -$fa-var-globe: "\f0ac"; -$fa-var-wrench: "\f0ad"; -$fa-var-tasks: "\f0ae"; -$fa-var-filter: "\f0b0"; -$fa-var-briefcase: "\f0b1"; -$fa-var-arrows-alt: "\f0b2"; -$fa-var-users: "\f0c0"; -$fa-var-link: "\f0c1"; -$fa-var-cloud: "\f0c2"; -$fa-var-flask: "\f0c3"; -$fa-var-scissors: "\f0c4"; -$fa-var-files-o: "\f0c5"; -$fa-var-paperclip: "\f0c6"; -$fa-var-floppy-o: "\f0c7"; -$fa-var-square: "\f0c8"; -$fa-var-bars: "\f0c9"; -$fa-var-list-ul: "\f0ca"; -$fa-var-list-ol: "\f0cb"; -$fa-var-strikethrough: "\f0cc"; -$fa-var-underline: "\f0cd"; -$fa-var-table: "\f0ce"; -$fa-var-magic: "\f0d0"; -$fa-var-truck: "\f0d1"; -$fa-var-pinterest: "\f0d2"; -$fa-var-pinterest-square: "\f0d3"; -$fa-var-google-plus-square: "\f0d4"; -$fa-var-google-plus: "\f0d5"; -$fa-var-money: "\f0d6"; -$fa-var-caret-down: "\f0d7"; -$fa-var-caret-up: "\f0d8"; -$fa-var-caret-left: "\f0d9"; -$fa-var-caret-right: "\f0da"; -$fa-var-columns: "\f0db"; -$fa-var-sort: "\f0dc"; -$fa-var-sort-asc: "\f0dd"; -$fa-var-sort-desc: "\f0de"; -$fa-var-envelope: "\f0e0"; -$fa-var-linkedin: "\f0e1"; -$fa-var-undo: "\f0e2"; -$fa-var-gavel: "\f0e3"; -$fa-var-tachometer: "\f0e4"; -$fa-var-comment-o: "\f0e5"; -$fa-var-comments-o: "\f0e6"; -$fa-var-bolt: "\f0e7"; -$fa-var-sitemap: "\f0e8"; -$fa-var-umbrella: "\f0e9"; -$fa-var-clipboard: "\f0ea"; -$fa-var-lightbulb-o: "\f0eb"; -$fa-var-exchange: "\f0ec"; -$fa-var-cloud-download: "\f0ed"; -$fa-var-cloud-upload: "\f0ee"; -$fa-var-user-md: "\f0f0"; -$fa-var-stethoscope: "\f0f1"; -$fa-var-suitcase: "\f0f2"; -$fa-var-bell-o: "\f0a2"; -$fa-var-coffee: "\f0f4"; -$fa-var-cutlery: "\f0f5"; -$fa-var-file-text-o: "\f0f6"; -$fa-var-building-o: "\f0f7"; -$fa-var-hospital-o: "\f0f8"; +$fa-var-adn: "\f170"; +$fa-var-align-center: "\f037"; +$fa-var-align-justify: "\f039"; +$fa-var-align-left: "\f036"; +$fa-var-align-right: "\f038"; +$fa-var-amazon: "\f270"; $fa-var-ambulance: "\f0f9"; -$fa-var-medkit: "\f0fa"; -$fa-var-fighter-jet: "\f0fb"; -$fa-var-beer: "\f0fc"; -$fa-var-h-square: "\f0fd"; -$fa-var-plus-square: "\f0fe"; +$fa-var-anchor: "\f13d"; +$fa-var-android: "\f17b"; +$fa-var-angellist: "\f209"; +$fa-var-angle-double-down: "\f103"; $fa-var-angle-double-left: "\f100"; $fa-var-angle-double-right: "\f101"; $fa-var-angle-double-up: "\f102"; -$fa-var-angle-double-down: "\f103"; +$fa-var-angle-down: "\f107"; $fa-var-angle-left: "\f104"; $fa-var-angle-right: "\f105"; $fa-var-angle-up: "\f106"; -$fa-var-angle-down: "\f107"; -$fa-var-desktop: "\f108"; -$fa-var-laptop: "\f109"; -$fa-var-tablet: "\f10a"; -$fa-var-mobile: "\f10b"; -$fa-var-circle-o: "\f10c"; -$fa-var-quote-left: "\f10d"; -$fa-var-quote-right: "\f10e"; -$fa-var-spinner: "\f110"; -$fa-var-circle: "\f111"; -$fa-var-reply: "\f112"; -$fa-var-github-alt: "\f113"; -$fa-var-folder-o: "\f114"; -$fa-var-folder-open-o: "\f115"; -$fa-var-smile-o: "\f118"; -$fa-var-frown-o: "\f119"; -$fa-var-meh-o: "\f11a"; -$fa-var-gamepad: "\f11b"; -$fa-var-keyboard-o: "\f11c"; -$fa-var-flag-o: "\f11d"; -$fa-var-flag-checkered: "\f11e"; -$fa-var-terminal: "\f120"; -$fa-var-code: "\f121"; -$fa-var-reply-all: "\f122"; -$fa-var-mail-reply-all: "\f122"; -$fa-var-star-half-o: "\f123"; -$fa-var-location-arrow: "\f124"; -$fa-var-crop: "\f125"; -$fa-var-code-fork: "\f126"; -$fa-var-chain-broken: "\f127"; -$fa-var-question: "\f128"; -$fa-var-info: "\f129"; -$fa-var-exclamation: "\f12a"; -$fa-var-superscript: "\f12b"; -$fa-var-subscript: "\f12c"; -$fa-var-eraser: "\f12d"; -$fa-var-puzzle-piece: "\f12e"; -$fa-var-microphone: "\f130"; -$fa-var-microphone-slash: "\f131"; -$fa-var-shield: "\f132"; +$fa-var-apple: "\f179"; +$fa-var-archive: "\f187"; +$fa-var-area-chart: "\f1fe"; +$fa-var-arrow-circle-down: "\f0ab"; +$fa-var-arrow-circle-left: "\f0a8"; +$fa-var-arrow-circle-o-down: "\f01a"; +$fa-var-arrow-circle-o-left: "\f190"; +$fa-var-arrow-circle-o-right: "\f18e"; +$fa-var-arrow-circle-o-up: "\f01b"; +$fa-var-arrow-circle-right: "\f0a9"; +$fa-var-arrow-circle-up: "\f0aa"; +$fa-var-arrow-down: "\f063"; +$fa-var-arrow-left: "\f060"; +$fa-var-arrow-right: "\f061"; +$fa-var-arrow-up: "\f062"; +$fa-var-arrows: "\f047"; +$fa-var-arrows-alt: "\f0b2"; +$fa-var-arrows-h: "\f07e"; +$fa-var-arrows-v: "\f07d"; +$fa-var-asterisk: "\f069"; +$fa-var-at: "\f1fa"; +$fa-var-automobile: "\f1b9"; +$fa-var-backward: "\f04a"; +$fa-var-balance-scale: "\f24e"; +$fa-var-ban: "\f05e"; +$fa-var-bank: "\f19c"; +$fa-var-bar-chart: "\f080"; +$fa-var-bar-chart-o: "\f080"; +$fa-var-barcode: "\f02a"; +$fa-var-bars: "\f0c9"; +$fa-var-battery-0: "\f244"; +$fa-var-battery-1: "\f243"; +$fa-var-battery-2: "\f242"; +$fa-var-battery-3: "\f241"; +$fa-var-battery-4: "\f240"; +$fa-var-battery-empty: "\f244"; +$fa-var-battery-full: "\f240"; +$fa-var-battery-half: "\f242"; +$fa-var-battery-quarter: "\f243"; +$fa-var-battery-three-quarters: "\f241"; +$fa-var-bed: "\f236"; +$fa-var-beer: "\f0fc"; +$fa-var-behance: "\f1b4"; +$fa-var-behance-square: "\f1b5"; +$fa-var-bell: "\f0f3"; +$fa-var-bell-o: "\f0a2"; +$fa-var-bell-slash: "\f1f6"; +$fa-var-bell-slash-o: "\f1f7"; +$fa-var-bicycle: "\f206"; +$fa-var-binoculars: "\f1e5"; +$fa-var-birthday-cake: "\f1fd"; +$fa-var-bitbucket: "\f171"; +$fa-var-bitbucket-square: "\f172"; +$fa-var-bitcoin: "\f15a"; +$fa-var-black-tie: "\f27e"; +$fa-var-bluetooth: "\f293"; +$fa-var-bluetooth-b: "\f294"; +$fa-var-bold: "\f032"; +$fa-var-bolt: "\f0e7"; +$fa-var-bomb: "\f1e2"; +$fa-var-book: "\f02d"; +$fa-var-bookmark: "\f02e"; +$fa-var-bookmark-o: "\f097"; +$fa-var-briefcase: "\f0b1"; +$fa-var-btc: "\f15a"; +$fa-var-bug: "\f188"; +$fa-var-building: "\f1ad"; +$fa-var-building-o: "\f0f7"; +$fa-var-bullhorn: "\f0a1"; +$fa-var-bullseye: "\f140"; +$fa-var-bus: "\f207"; +$fa-var-buysellads: "\f20d"; +$fa-var-cab: "\f1ba"; +$fa-var-calculator: "\f1ec"; +$fa-var-calendar: "\f073"; +$fa-var-calendar-check-o: "\f274"; +$fa-var-calendar-minus-o: "\f272"; $fa-var-calendar-o: "\f133"; -$fa-var-fire-extinguisher: "\f134"; -$fa-var-rocket: "\f135"; -$fa-var-maxcdn: "\f136"; +$fa-var-calendar-plus-o: "\f271"; +$fa-var-calendar-times-o: "\f273"; +$fa-var-camera: "\f030"; +$fa-var-camera-retro: "\f083"; +$fa-var-car: "\f1b9"; +$fa-var-caret-down: "\f0d7"; +$fa-var-caret-left: "\f0d9"; +$fa-var-caret-right: "\f0da"; +$fa-var-caret-square-o-down: "\f150"; +$fa-var-caret-square-o-left: "\f191"; +$fa-var-caret-square-o-right: "\f152"; +$fa-var-caret-square-o-up: "\f151"; +$fa-var-caret-up: "\f0d8"; +$fa-var-cart-arrow-down: "\f218"; +$fa-var-cart-plus: "\f217"; +$fa-var-cc: "\f20a"; +$fa-var-cc-amex: "\f1f3"; +$fa-var-cc-diners-club: "\f24c"; +$fa-var-cc-discover: "\f1f2"; +$fa-var-cc-jcb: "\f24b"; +$fa-var-cc-mastercard: "\f1f1"; +$fa-var-cc-paypal: "\f1f4"; +$fa-var-cc-stripe: "\f1f5"; +$fa-var-cc-visa: "\f1f0"; +$fa-var-certificate: "\f0a3"; +$fa-var-chain: "\f0c1"; +$fa-var-chain-broken: "\f127"; +$fa-var-check: "\f00c"; +$fa-var-check-circle: "\f058"; +$fa-var-check-circle-o: "\f05d"; +$fa-var-check-square: "\f14a"; +$fa-var-check-square-o: "\f046"; +$fa-var-chevron-circle-down: "\f13a"; $fa-var-chevron-circle-left: "\f137"; $fa-var-chevron-circle-right: "\f138"; $fa-var-chevron-circle-up: "\f139"; -$fa-var-chevron-circle-down: "\f13a"; -$fa-var-html5: "\f13b"; +$fa-var-chevron-down: "\f078"; +$fa-var-chevron-left: "\f053"; +$fa-var-chevron-right: "\f054"; +$fa-var-chevron-up: "\f077"; +$fa-var-child: "\f1ae"; +$fa-var-chrome: "\f268"; +$fa-var-circle: "\f111"; +$fa-var-circle-o: "\f10c"; +$fa-var-circle-o-notch: "\f1ce"; +$fa-var-circle-thin: "\f1db"; +$fa-var-clipboard: "\f0ea"; +$fa-var-clock-o: "\f017"; +$fa-var-clone: "\f24d"; +$fa-var-close: "\f00d"; +$fa-var-cloud: "\f0c2"; +$fa-var-cloud-download: "\f0ed"; +$fa-var-cloud-upload: "\f0ee"; +$fa-var-cny: "\f157"; +$fa-var-code: "\f121"; +$fa-var-code-fork: "\f126"; +$fa-var-codepen: "\f1cb"; +$fa-var-codiepie: "\f284"; +$fa-var-coffee: "\f0f4"; +$fa-var-cog: "\f013"; +$fa-var-cogs: "\f085"; +$fa-var-columns: "\f0db"; +$fa-var-comment: "\f075"; +$fa-var-comment-o: "\f0e5"; +$fa-var-commenting: "\f27a"; +$fa-var-commenting-o: "\f27b"; +$fa-var-comments: "\f086"; +$fa-var-comments-o: "\f0e6"; +$fa-var-compass: "\f14e"; +$fa-var-compress: "\f066"; +$fa-var-connectdevelop: "\f20e"; +$fa-var-contao: "\f26d"; +$fa-var-copy: "\f0c5"; +$fa-var-copyright: "\f1f9"; +$fa-var-creative-commons: "\f25e"; +$fa-var-credit-card: "\f09d"; +$fa-var-credit-card-alt: "\f283"; +$fa-var-crop: "\f125"; +$fa-var-crosshairs: "\f05b"; $fa-var-css3: "\f13c"; -$fa-var-anchor: "\f13d"; -$fa-var-unlock-alt: "\f13e"; -$fa-var-bullseye: "\f140"; +$fa-var-cube: "\f1b2"; +$fa-var-cubes: "\f1b3"; +$fa-var-cut: "\f0c4"; +$fa-var-cutlery: "\f0f5"; +$fa-var-dashboard: "\f0e4"; +$fa-var-dashcube: "\f210"; +$fa-var-database: "\f1c0"; +$fa-var-dedent: "\f03b"; +$fa-var-delicious: "\f1a5"; +$fa-var-desktop: "\f108"; +$fa-var-deviantart: "\f1bd"; +$fa-var-diamond: "\f219"; +$fa-var-digg: "\f1a6"; +$fa-var-dollar: "\f155"; +$fa-var-dot-circle-o: "\f192"; +$fa-var-download: "\f019"; +$fa-var-dribbble: "\f17d"; +$fa-var-dropbox: "\f16b"; +$fa-var-drupal: "\f1a9"; +$fa-var-edge: "\f282"; +$fa-var-edit: "\f044"; +$fa-var-eject: "\f052"; $fa-var-ellipsis-h: "\f141"; $fa-var-ellipsis-v: "\f142"; -$fa-var-rss-square: "\f143"; -$fa-var-play-circle: "\f144"; -$fa-var-ticket: "\f145"; +$fa-var-empire: "\f1d1"; +$fa-var-envelope: "\f0e0"; +$fa-var-envelope-o: "\f003"; +$fa-var-envelope-square: "\f199"; +$fa-var-eraser: "\f12d"; +$fa-var-eur: "\f153"; +$fa-var-euro: "\f153"; +$fa-var-exchange: "\f0ec"; +$fa-var-exclamation: "\f12a"; +$fa-var-exclamation-circle: "\f06a"; +$fa-var-exclamation-triangle: "\f071"; +$fa-var-expand: "\f065"; +$fa-var-expeditedssl: "\f23e"; +$fa-var-external-link: "\f08e"; +$fa-var-external-link-square: "\f14c"; +$fa-var-eye: "\f06e"; +$fa-var-eye-slash: "\f070"; +$fa-var-eyedropper: "\f1fb"; +$fa-var-facebook: "\f09a"; +$fa-var-facebook-f: "\f09a"; +$fa-var-facebook-official: "\f230"; +$fa-var-facebook-square: "\f082"; +$fa-var-fast-backward: "\f049"; +$fa-var-fast-forward: "\f050"; +$fa-var-fax: "\f1ac"; +$fa-var-feed: "\f09e"; +$fa-var-female: "\f182"; +$fa-var-fighter-jet: "\f0fb"; +$fa-var-file: "\f15b"; +$fa-var-file-archive-o: "\f1c6"; +$fa-var-file-audio-o: "\f1c7"; +$fa-var-file-code-o: "\f1c9"; +$fa-var-file-excel-o: "\f1c3"; +$fa-var-file-image-o: "\f1c5"; +$fa-var-file-movie-o: "\f1c8"; +$fa-var-file-o: "\f016"; +$fa-var-file-pdf-o: "\f1c1"; +$fa-var-file-photo-o: "\f1c5"; +$fa-var-file-picture-o: "\f1c5"; +$fa-var-file-powerpoint-o: "\f1c4"; +$fa-var-file-sound-o: "\f1c7"; +$fa-var-file-text: "\f15c"; +$fa-var-file-text-o: "\f0f6"; +$fa-var-file-video-o: "\f1c8"; +$fa-var-file-word-o: "\f1c2"; +$fa-var-file-zip-o: "\f1c6"; +$fa-var-files-o: "\f0c5"; +$fa-var-film: "\f008"; +$fa-var-filter: "\f0b0"; +$fa-var-fire: "\f06d"; +$fa-var-fire-extinguisher: "\f134"; +$fa-var-firefox: "\f269"; +$fa-var-flag: "\f024"; +$fa-var-flag-checkered: "\f11e"; +$fa-var-flag-o: "\f11d"; +$fa-var-flash: "\f0e7"; +$fa-var-flask: "\f0c3"; +$fa-var-flickr: "\f16e"; +$fa-var-floppy-o: "\f0c7"; +$fa-var-folder: "\f07b"; +$fa-var-folder-o: "\f114"; +$fa-var-folder-open: "\f07c"; +$fa-var-folder-open-o: "\f115"; +$fa-var-font: "\f031"; +$fa-var-fonticons: "\f280"; +$fa-var-fort-awesome: "\f286"; +$fa-var-forumbee: "\f211"; +$fa-var-forward: "\f04e"; +$fa-var-foursquare: "\f180"; +$fa-var-frown-o: "\f119"; +$fa-var-futbol-o: "\f1e3"; +$fa-var-gamepad: "\f11b"; +$fa-var-gavel: "\f0e3"; +$fa-var-gbp: "\f154"; +$fa-var-ge: "\f1d1"; +$fa-var-gear: "\f013"; +$fa-var-gears: "\f085"; +$fa-var-genderless: "\f22d"; +$fa-var-get-pocket: "\f265"; +$fa-var-gg: "\f260"; +$fa-var-gg-circle: "\f261"; +$fa-var-gift: "\f06b"; +$fa-var-git: "\f1d3"; +$fa-var-git-square: "\f1d2"; +$fa-var-github: "\f09b"; +$fa-var-github-alt: "\f113"; +$fa-var-github-square: "\f092"; +$fa-var-gittip: "\f184"; +$fa-var-glass: "\f000"; +$fa-var-globe: "\f0ac"; +$fa-var-google: "\f1a0"; +$fa-var-google-plus: "\f0d5"; +$fa-var-google-plus-square: "\f0d4"; +$fa-var-google-wallet: "\f1ee"; +$fa-var-graduation-cap: "\f19d"; +$fa-var-gratipay: "\f184"; +$fa-var-group: "\f0c0"; +$fa-var-h-square: "\f0fd"; +$fa-var-hacker-news: "\f1d4"; +$fa-var-hand-grab-o: "\f255"; +$fa-var-hand-lizard-o: "\f258"; +$fa-var-hand-o-down: "\f0a7"; +$fa-var-hand-o-left: "\f0a5"; +$fa-var-hand-o-right: "\f0a4"; +$fa-var-hand-o-up: "\f0a6"; +$fa-var-hand-paper-o: "\f256"; +$fa-var-hand-peace-o: "\f25b"; +$fa-var-hand-pointer-o: "\f25a"; +$fa-var-hand-rock-o: "\f255"; +$fa-var-hand-scissors-o: "\f257"; +$fa-var-hand-spock-o: "\f259"; +$fa-var-hand-stop-o: "\f256"; +$fa-var-hashtag: "\f292"; +$fa-var-hdd-o: "\f0a0"; +$fa-var-header: "\f1dc"; +$fa-var-headphones: "\f025"; +$fa-var-heart: "\f004"; +$fa-var-heart-o: "\f08a"; +$fa-var-heartbeat: "\f21e"; +$fa-var-history: "\f1da"; +$fa-var-home: "\f015"; +$fa-var-hospital-o: "\f0f8"; +$fa-var-hotel: "\f236"; +$fa-var-hourglass: "\f254"; +$fa-var-hourglass-1: "\f251"; +$fa-var-hourglass-2: "\f252"; +$fa-var-hourglass-3: "\f253"; +$fa-var-hourglass-end: "\f253"; +$fa-var-hourglass-half: "\f252"; +$fa-var-hourglass-o: "\f250"; +$fa-var-hourglass-start: "\f251"; +$fa-var-houzz: "\f27c"; +$fa-var-html5: "\f13b"; +$fa-var-i-cursor: "\f246"; +$fa-var-ils: "\f20b"; +$fa-var-image: "\f03e"; +$fa-var-inbox: "\f01c"; +$fa-var-indent: "\f03c"; +$fa-var-industry: "\f275"; +$fa-var-info: "\f129"; +$fa-var-info-circle: "\f05a"; +$fa-var-inr: "\f156"; +$fa-var-instagram: "\f16d"; +$fa-var-institution: "\f19c"; +$fa-var-internet-explorer: "\f26b"; +$fa-var-intersex: "\f224"; +$fa-var-ioxhost: "\f208"; +$fa-var-italic: "\f033"; +$fa-var-joomla: "\f1aa"; +$fa-var-jpy: "\f157"; +$fa-var-jsfiddle: "\f1cc"; +$fa-var-key: "\f084"; +$fa-var-keyboard-o: "\f11c"; +$fa-var-krw: "\f159"; +$fa-var-language: "\f1ab"; +$fa-var-laptop: "\f109"; +$fa-var-lastfm: "\f202"; +$fa-var-lastfm-square: "\f203"; +$fa-var-leaf: "\f06c"; +$fa-var-leanpub: "\f212"; +$fa-var-legal: "\f0e3"; +$fa-var-lemon-o: "\f094"; +$fa-var-level-down: "\f149"; +$fa-var-level-up: "\f148"; +$fa-var-life-bouy: "\f1cd"; +$fa-var-life-buoy: "\f1cd"; +$fa-var-life-ring: "\f1cd"; +$fa-var-life-saver: "\f1cd"; +$fa-var-lightbulb-o: "\f0eb"; +$fa-var-line-chart: "\f201"; +$fa-var-link: "\f0c1"; +$fa-var-linkedin: "\f0e1"; +$fa-var-linkedin-square: "\f08c"; +$fa-var-linux: "\f17c"; +$fa-var-list: "\f03a"; +$fa-var-list-alt: "\f022"; +$fa-var-list-ol: "\f0cb"; +$fa-var-list-ul: "\f0ca"; +$fa-var-location-arrow: "\f124"; +$fa-var-lock: "\f023"; +$fa-var-long-arrow-down: "\f175"; +$fa-var-long-arrow-left: "\f177"; +$fa-var-long-arrow-right: "\f178"; +$fa-var-long-arrow-up: "\f176"; +$fa-var-magic: "\f0d0"; +$fa-var-magnet: "\f076"; +$fa-var-mail-forward: "\f064"; +$fa-var-mail-reply: "\f112"; +$fa-var-mail-reply-all: "\f122"; +$fa-var-male: "\f183"; +$fa-var-map: "\f279"; +$fa-var-map-marker: "\f041"; +$fa-var-map-o: "\f278"; +$fa-var-map-pin: "\f276"; +$fa-var-map-signs: "\f277"; +$fa-var-mars: "\f222"; +$fa-var-mars-double: "\f227"; +$fa-var-mars-stroke: "\f229"; +$fa-var-mars-stroke-h: "\f22b"; +$fa-var-mars-stroke-v: "\f22a"; +$fa-var-maxcdn: "\f136"; +$fa-var-meanpath: "\f20c"; +$fa-var-medium: "\f23a"; +$fa-var-medkit: "\f0fa"; +$fa-var-meh-o: "\f11a"; +$fa-var-mercury: "\f223"; +$fa-var-microphone: "\f130"; +$fa-var-microphone-slash: "\f131"; +$fa-var-minus: "\f068"; +$fa-var-minus-circle: "\f056"; $fa-var-minus-square: "\f146"; $fa-var-minus-square-o: "\f147"; -$fa-var-level-up: "\f148"; -$fa-var-level-down: "\f149"; -$fa-var-check-square: "\f14a"; +$fa-var-mixcloud: "\f289"; +$fa-var-mobile: "\f10b"; +$fa-var-mobile-phone: "\f10b"; +$fa-var-modx: "\f285"; +$fa-var-money: "\f0d6"; +$fa-var-moon-o: "\f186"; +$fa-var-mortar-board: "\f19d"; +$fa-var-motorcycle: "\f21c"; +$fa-var-mouse-pointer: "\f245"; +$fa-var-music: "\f001"; +$fa-var-navicon: "\f0c9"; +$fa-var-neuter: "\f22c"; +$fa-var-newspaper-o: "\f1ea"; +$fa-var-object-group: "\f247"; +$fa-var-object-ungroup: "\f248"; +$fa-var-odnoklassniki: "\f263"; +$fa-var-odnoklassniki-square: "\f264"; +$fa-var-opencart: "\f23d"; +$fa-var-openid: "\f19b"; +$fa-var-opera: "\f26a"; +$fa-var-optin-monster: "\f23c"; +$fa-var-outdent: "\f03b"; +$fa-var-pagelines: "\f18c"; +$fa-var-paint-brush: "\f1fc"; +$fa-var-paper-plane: "\f1d8"; +$fa-var-paper-plane-o: "\f1d9"; +$fa-var-paperclip: "\f0c6"; +$fa-var-paragraph: "\f1dd"; +$fa-var-paste: "\f0ea"; +$fa-var-pause: "\f04c"; +$fa-var-pause-circle: "\f28b"; +$fa-var-pause-circle-o: "\f28c"; +$fa-var-paw: "\f1b0"; +$fa-var-paypal: "\f1ed"; +$fa-var-pencil: "\f040"; $fa-var-pencil-square: "\f14b"; -$fa-var-external-link-square: "\f14c"; -$fa-var-share-square: "\f14d"; -$fa-var-compass: "\f14e"; -$fa-var-caret-square-o-down: "\f150"; -$fa-var-caret-square-o-up: "\f151"; -$fa-var-caret-square-o-right: "\f152"; -$fa-var-eur: "\f153"; -$fa-var-gbp: "\f154"; -$fa-var-usd: "\f155"; -$fa-var-inr: "\f156"; -$fa-var-jpy: "\f157"; +$fa-var-pencil-square-o: "\f044"; +$fa-var-percent: "\f295"; +$fa-var-phone: "\f095"; +$fa-var-phone-square: "\f098"; +$fa-var-photo: "\f03e"; +$fa-var-picture-o: "\f03e"; +$fa-var-pie-chart: "\f200"; +$fa-var-pied-piper: "\f1a7"; +$fa-var-pied-piper-alt: "\f1a8"; +$fa-var-pinterest: "\f0d2"; +$fa-var-pinterest-p: "\f231"; +$fa-var-pinterest-square: "\f0d3"; +$fa-var-plane: "\f072"; +$fa-var-play: "\f04b"; +$fa-var-play-circle: "\f144"; +$fa-var-play-circle-o: "\f01d"; +$fa-var-plug: "\f1e6"; +$fa-var-plus: "\f067"; +$fa-var-plus-circle: "\f055"; +$fa-var-plus-square: "\f0fe"; +$fa-var-plus-square-o: "\f196"; +$fa-var-power-off: "\f011"; +$fa-var-print: "\f02f"; +$fa-var-product-hunt: "\f288"; +$fa-var-puzzle-piece: "\f12e"; +$fa-var-qq: "\f1d6"; +$fa-var-qrcode: "\f029"; +$fa-var-question: "\f128"; +$fa-var-question-circle: "\f059"; +$fa-var-quote-left: "\f10d"; +$fa-var-quote-right: "\f10e"; +$fa-var-ra: "\f1d0"; +$fa-var-random: "\f074"; +$fa-var-rebel: "\f1d0"; +$fa-var-recycle: "\f1b8"; +$fa-var-reddit: "\f1a1"; +$fa-var-reddit-alien: "\f281"; +$fa-var-reddit-square: "\f1a2"; +$fa-var-refresh: "\f021"; +$fa-var-registered: "\f25d"; +$fa-var-remove: "\f00d"; +$fa-var-renren: "\f18b"; +$fa-var-reorder: "\f0c9"; +$fa-var-repeat: "\f01e"; +$fa-var-reply: "\f112"; +$fa-var-reply-all: "\f122"; +$fa-var-retweet: "\f079"; +$fa-var-rmb: "\f157"; +$fa-var-road: "\f018"; +$fa-var-rocket: "\f135"; +$fa-var-rotate-left: "\f0e2"; +$fa-var-rotate-right: "\f01e"; +$fa-var-rouble: "\f158"; +$fa-var-rss: "\f09e"; +$fa-var-rss-square: "\f143"; $fa-var-rub: "\f158"; -$fa-var-krw: "\f159"; -$fa-var-btc: "\f15a"; -$fa-var-file: "\f15b"; -$fa-var-file-text: "\f15c"; +$fa-var-ruble: "\f158"; +$fa-var-rupee: "\f156"; +$fa-var-safari: "\f267"; +$fa-var-save: "\f0c7"; +$fa-var-scissors: "\f0c4"; +$fa-var-scribd: "\f28a"; +$fa-var-search: "\f002"; +$fa-var-search-minus: "\f010"; +$fa-var-search-plus: "\f00e"; +$fa-var-sellsy: "\f213"; +$fa-var-send: "\f1d8"; +$fa-var-send-o: "\f1d9"; +$fa-var-server: "\f233"; +$fa-var-share: "\f064"; +$fa-var-share-alt: "\f1e0"; +$fa-var-share-alt-square: "\f1e1"; +$fa-var-share-square: "\f14d"; +$fa-var-share-square-o: "\f045"; +$fa-var-shekel: "\f20b"; +$fa-var-sheqel: "\f20b"; +$fa-var-shield: "\f132"; +$fa-var-ship: "\f21a"; +$fa-var-shirtsinbulk: "\f214"; +$fa-var-shopping-bag: "\f290"; +$fa-var-shopping-basket: "\f291"; +$fa-var-shopping-cart: "\f07a"; +$fa-var-sign-in: "\f090"; +$fa-var-sign-out: "\f08b"; +$fa-var-signal: "\f012"; +$fa-var-simplybuilt: "\f215"; +$fa-var-sitemap: "\f0e8"; +$fa-var-skyatlas: "\f216"; +$fa-var-skype: "\f17e"; +$fa-var-slack: "\f198"; +$fa-var-sliders: "\f1de"; +$fa-var-slideshare: "\f1e7"; +$fa-var-smile-o: "\f118"; +$fa-var-soccer-ball-o: "\f1e3"; +$fa-var-sort: "\f0dc"; $fa-var-sort-alpha-asc: "\f15d"; $fa-var-sort-alpha-desc: "\f15e"; $fa-var-sort-amount-asc: "\f160"; $fa-var-sort-amount-desc: "\f161"; +$fa-var-sort-asc: "\f0de"; +$fa-var-sort-desc: "\f0dd"; +$fa-var-sort-down: "\f0dd"; $fa-var-sort-numeric-asc: "\f162"; $fa-var-sort-numeric-desc: "\f163"; -$fa-var-thumbs-up: "\f164"; -$fa-var-thumbs-down: "\f165"; -$fa-var-youtube-square: "\f166"; -$fa-var-youtube: "\f167"; -$fa-var-xing: "\f168"; -$fa-var-xing-square: "\f169"; -$fa-var-youtube-play: "\f16a"; -$fa-var-dropbox: "\f16b"; +$fa-var-sort-up: "\f0de"; +$fa-var-soundcloud: "\f1be"; +$fa-var-space-shuttle: "\f197"; +$fa-var-spinner: "\f110"; +$fa-var-spoon: "\f1b1"; +$fa-var-spotify: "\f1bc"; +$fa-var-square: "\f0c8"; +$fa-var-square-o: "\f096"; +$fa-var-stack-exchange: "\f18d"; $fa-var-stack-overflow: "\f16c"; -$fa-var-instagram: "\f16d"; -$fa-var-flickr: "\f16e"; -$fa-var-adn: "\f170"; -$fa-var-bitbucket: "\f171"; -$fa-var-bitbucket-square: "\f172"; +$fa-var-star: "\f005"; +$fa-var-star-half: "\f089"; +$fa-var-star-half-empty: "\f123"; +$fa-var-star-half-full: "\f123"; +$fa-var-star-half-o: "\f123"; +$fa-var-star-o: "\f006"; +$fa-var-steam: "\f1b6"; +$fa-var-steam-square: "\f1b7"; +$fa-var-step-backward: "\f048"; +$fa-var-step-forward: "\f051"; +$fa-var-stethoscope: "\f0f1"; +$fa-var-sticky-note: "\f249"; +$fa-var-sticky-note-o: "\f24a"; +$fa-var-stop: "\f04d"; +$fa-var-stop-circle: "\f28d"; +$fa-var-stop-circle-o: "\f28e"; +$fa-var-street-view: "\f21d"; +$fa-var-strikethrough: "\f0cc"; +$fa-var-stumbleupon: "\f1a4"; +$fa-var-stumbleupon-circle: "\f1a3"; +$fa-var-subscript: "\f12c"; +$fa-var-subway: "\f239"; +$fa-var-suitcase: "\f0f2"; +$fa-var-sun-o: "\f185"; +$fa-var-superscript: "\f12b"; +$fa-var-support: "\f1cd"; +$fa-var-table: "\f0ce"; +$fa-var-tablet: "\f10a"; +$fa-var-tachometer: "\f0e4"; +$fa-var-tag: "\f02b"; +$fa-var-tags: "\f02c"; +$fa-var-tasks: "\f0ae"; +$fa-var-taxi: "\f1ba"; +$fa-var-television: "\f26c"; +$fa-var-tencent-weibo: "\f1d5"; +$fa-var-terminal: "\f120"; +$fa-var-text-height: "\f034"; +$fa-var-text-width: "\f035"; +$fa-var-th: "\f00a"; +$fa-var-th-large: "\f009"; +$fa-var-th-list: "\f00b"; +$fa-var-thumb-tack: "\f08d"; +$fa-var-thumbs-down: "\f165"; +$fa-var-thumbs-o-down: "\f088"; +$fa-var-thumbs-o-up: "\f087"; +$fa-var-thumbs-up: "\f164"; +$fa-var-ticket: "\f145"; +$fa-var-times: "\f00d"; +$fa-var-times-circle: "\f057"; +$fa-var-times-circle-o: "\f05c"; +$fa-var-tint: "\f043"; +$fa-var-toggle-down: "\f150"; +$fa-var-toggle-left: "\f191"; +$fa-var-toggle-off: "\f204"; +$fa-var-toggle-on: "\f205"; +$fa-var-toggle-right: "\f152"; +$fa-var-toggle-up: "\f151"; +$fa-var-trademark: "\f25c"; +$fa-var-train: "\f238"; +$fa-var-transgender: "\f224"; +$fa-var-transgender-alt: "\f225"; +$fa-var-trash: "\f1f8"; +$fa-var-trash-o: "\f014"; +$fa-var-tree: "\f1bb"; +$fa-var-trello: "\f181"; +$fa-var-tripadvisor: "\f262"; +$fa-var-trophy: "\f091"; +$fa-var-truck: "\f0d1"; +$fa-var-try: "\f195"; +$fa-var-tty: "\f1e4"; $fa-var-tumblr: "\f173"; $fa-var-tumblr-square: "\f174"; -$fa-var-long-arrow-down: "\f175"; -$fa-var-long-arrow-up: "\f176"; -$fa-var-long-arrow-left: "\f177"; -$fa-var-long-arrow-right: "\f178"; -$fa-var-apple: "\f179"; -$fa-var-windows: "\f17a"; -$fa-var-android: "\f17b"; -$fa-var-linux: "\f17c"; -$fa-var-dribbble: "\f17d"; -$fa-var-skype: "\f17e"; -$fa-var-foursquare: "\f180"; -$fa-var-trello: "\f181"; -$fa-var-female: "\f182"; -$fa-var-male: "\f183"; -$fa-var-gittip: "\f184"; -$fa-var-sun-o: "\f185"; -$fa-var-moon-o: "\f186"; -$fa-var-archive: "\f187"; -$fa-var-bug: "\f188"; -$fa-var-vk: "\f189"; -$fa-var-weibo: "\f18a"; -$fa-var-renren: "\f18b"; -$fa-var-pagelines: "\f18c"; -$fa-var-stack-exchange: "\f18d"; -$fa-var-arrow-circle-o-right: "\f18e"; -$fa-var-arrow-circle-o-left: "\f190"; -$fa-var-caret-square-o-left: "\f191"; -$fa-var-dot-circle-o: "\f192"; -$fa-var-wheelchair: "\f193"; +$fa-var-turkish-lira: "\f195"; +$fa-var-tv: "\f26c"; +$fa-var-twitch: "\f1e8"; +$fa-var-twitter: "\f099"; +$fa-var-twitter-square: "\f081"; +$fa-var-umbrella: "\f0e9"; +$fa-var-underline: "\f0cd"; +$fa-var-undo: "\f0e2"; +$fa-var-university: "\f19c"; +$fa-var-unlink: "\f127"; +$fa-var-unlock: "\f09c"; +$fa-var-unlock-alt: "\f13e"; +$fa-var-unsorted: "\f0dc"; +$fa-var-upload: "\f093"; +$fa-var-usb: "\f287"; +$fa-var-usd: "\f155"; +$fa-var-user: "\f007"; +$fa-var-user-md: "\f0f0"; +$fa-var-user-plus: "\f234"; +$fa-var-user-secret: "\f21b"; +$fa-var-user-times: "\f235"; +$fa-var-users: "\f0c0"; +$fa-var-venus: "\f221"; +$fa-var-venus-double: "\f226"; +$fa-var-venus-mars: "\f228"; +$fa-var-viacoin: "\f237"; +$fa-var-video-camera: "\f03d"; +$fa-var-vimeo: "\f27d"; $fa-var-vimeo-square: "\f194"; -$fa-var-try: "\f195"; -$fa-var-plus-square-o: "\f196"; +$fa-var-vine: "\f1ca"; +$fa-var-vk: "\f189"; +$fa-var-volume-down: "\f027"; +$fa-var-volume-off: "\f026"; +$fa-var-volume-up: "\f028"; +$fa-var-warning: "\f071"; +$fa-var-wechat: "\f1d7"; +$fa-var-weibo: "\f18a"; +$fa-var-weixin: "\f1d7"; +$fa-var-whatsapp: "\f232"; +$fa-var-wheelchair: "\f193"; +$fa-var-wifi: "\f1eb"; +$fa-var-wikipedia-w: "\f266"; +$fa-var-windows: "\f17a"; +$fa-var-won: "\f159"; +$fa-var-wordpress: "\f19a"; +$fa-var-wrench: "\f0ad"; +$fa-var-xing: "\f168"; +$fa-var-xing-square: "\f169"; +$fa-var-y-combinator: "\f23b"; +$fa-var-y-combinator-square: "\f1d4"; +$fa-var-yahoo: "\f19e"; +$fa-var-yc: "\f23b"; +$fa-var-yc-square: "\f1d4"; +$fa-var-yelp: "\f1e9"; +$fa-var-yen: "\f157"; +$fa-var-youtube: "\f167"; +$fa-var-youtube-play: "\f16a"; +$fa-var-youtube-square: "\f166"; diff --git a/scss/font-awesome.scss b/scss/font-awesome.scss index 96d2f2225..f4668a53c 100644 --- a/scss/font-awesome.scss +++ b/scss/font-awesome.scss @@ -1,5 +1,5 @@ /*! - * Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome + * Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) */ @@ -11,7 +11,7 @@ @import "fixed-width"; @import "list"; @import "bordered-pulled"; -@import "spinning"; +@import "animated"; @import "rotated-flipped"; @import "stacked"; @import "icons"; diff --git a/src/3.2.1/assets/css/prettify.css b/src/3.2.1/assets/css/prettify.css old mode 100755 new mode 100644 diff --git a/src/3.2.1/assets/font-awesome/font/fontawesome-webfont.eot b/src/3.2.1/assets/font-awesome/font/fontawesome-webfont.eot old mode 100755 new mode 100644 diff --git a/src/3.2.1/assets/font-awesome/font/fontawesome-webfont.svg b/src/3.2.1/assets/font-awesome/font/fontawesome-webfont.svg old mode 100755 new mode 100644 diff --git a/src/3.2.1/assets/font-awesome/font/fontawesome-webfont.ttf b/src/3.2.1/assets/font-awesome/font/fontawesome-webfont.ttf old mode 100755 new mode 100644 diff --git a/src/3.2.1/assets/font-awesome/font/fontawesome-webfont.woff b/src/3.2.1/assets/font-awesome/font/fontawesome-webfont.woff old mode 100755 new mode 100644 diff --git a/src/3.2.1/assets/img/contribution-sample.png b/src/3.2.1/assets/img/contribution-sample.png index fe7647f0b..7e6356279 100644 Binary files a/src/3.2.1/assets/img/contribution-sample.png and b/src/3.2.1/assets/img/contribution-sample.png differ diff --git a/src/3.2.1/assets/img/glyphicons-halflings.png b/src/3.2.1/assets/img/glyphicons-halflings.png index a99699932..8bc9e642b 100644 Binary files a/src/3.2.1/assets/img/glyphicons-halflings.png and b/src/3.2.1/assets/img/glyphicons-halflings.png differ diff --git a/src/3.2.1/assets/js/ZeroClipboard-1.1.7.min.js b/src/3.2.1/assets/js/ZeroClipboard-1.1.7.min.js old mode 100755 new mode 100644 diff --git a/src/3.2.1/assets/js/ZeroClipboard-1.1.7.swf b/src/3.2.1/assets/js/ZeroClipboard-1.1.7.swf old mode 100755 new mode 100644 diff --git a/src/3.2.1/assets/less/bootstrap-2.3.2/accordion.less b/src/3.2.1/assets/less/bootstrap-2.3.2/accordion.less old mode 100755 new mode 100644 diff --git a/src/3.2.1/assets/less/bootstrap-2.3.2/alerts.less b/src/3.2.1/assets/less/bootstrap-2.3.2/alerts.less old mode 100755 new mode 100644 diff --git a/src/3.2.1/assets/less/bootstrap-2.3.2/bootstrap.less b/src/3.2.1/assets/less/bootstrap-2.3.2/bootstrap.less old mode 100755 new mode 100644 diff --git a/src/3.2.1/assets/less/bootstrap-2.3.2/breadcrumbs.less b/src/3.2.1/assets/less/bootstrap-2.3.2/breadcrumbs.less old mode 100755 new mode 100644 diff --git a/src/3.2.1/assets/less/bootstrap-2.3.2/button-groups.less b/src/3.2.1/assets/less/bootstrap-2.3.2/button-groups.less old mode 100755 new mode 100644 diff --git a/src/3.2.1/assets/less/bootstrap-2.3.2/buttons.less b/src/3.2.1/assets/less/bootstrap-2.3.2/buttons.less old mode 100755 new mode 100644 diff --git a/src/3.2.1/assets/less/bootstrap-2.3.2/carousel.less b/src/3.2.1/assets/less/bootstrap-2.3.2/carousel.less old mode 100755 new mode 100644 diff --git a/src/3.2.1/assets/less/bootstrap-2.3.2/close.less b/src/3.2.1/assets/less/bootstrap-2.3.2/close.less old mode 100755 new mode 100644 diff --git a/src/3.2.1/assets/less/bootstrap-2.3.2/code.less b/src/3.2.1/assets/less/bootstrap-2.3.2/code.less old mode 100755 new mode 100644 diff --git a/src/3.2.1/assets/less/bootstrap-2.3.2/component-animations.less b/src/3.2.1/assets/less/bootstrap-2.3.2/component-animations.less old mode 100755 new mode 100644 diff --git a/src/3.2.1/assets/less/bootstrap-2.3.2/dropdowns.less b/src/3.2.1/assets/less/bootstrap-2.3.2/dropdowns.less old mode 100755 new mode 100644 diff --git a/src/3.2.1/assets/less/bootstrap-2.3.2/forms.less b/src/3.2.1/assets/less/bootstrap-2.3.2/forms.less old mode 100755 new mode 100644 diff --git a/src/3.2.1/assets/less/bootstrap-2.3.2/grid.less b/src/3.2.1/assets/less/bootstrap-2.3.2/grid.less old mode 100755 new mode 100644 diff --git a/src/3.2.1/assets/less/bootstrap-2.3.2/hero-unit.less b/src/3.2.1/assets/less/bootstrap-2.3.2/hero-unit.less old mode 100755 new mode 100644 diff --git a/src/3.2.1/assets/less/bootstrap-2.3.2/labels-badges.less b/src/3.2.1/assets/less/bootstrap-2.3.2/labels-badges.less old mode 100755 new mode 100644 diff --git a/src/3.2.1/assets/less/bootstrap-2.3.2/layouts.less b/src/3.2.1/assets/less/bootstrap-2.3.2/layouts.less old mode 100755 new mode 100644 diff --git a/src/3.2.1/assets/less/bootstrap-2.3.2/media.less b/src/3.2.1/assets/less/bootstrap-2.3.2/media.less old mode 100755 new mode 100644 diff --git a/src/3.2.1/assets/less/bootstrap-2.3.2/mixins.less b/src/3.2.1/assets/less/bootstrap-2.3.2/mixins.less old mode 100755 new mode 100644 diff --git a/src/3.2.1/assets/less/bootstrap-2.3.2/modals.less b/src/3.2.1/assets/less/bootstrap-2.3.2/modals.less old mode 100755 new mode 100644 diff --git a/src/3.2.1/assets/less/bootstrap-2.3.2/navbar.less b/src/3.2.1/assets/less/bootstrap-2.3.2/navbar.less old mode 100755 new mode 100644 diff --git a/src/3.2.1/assets/less/bootstrap-2.3.2/navs.less b/src/3.2.1/assets/less/bootstrap-2.3.2/navs.less old mode 100755 new mode 100644 diff --git a/src/3.2.1/assets/less/bootstrap-2.3.2/pager.less b/src/3.2.1/assets/less/bootstrap-2.3.2/pager.less old mode 100755 new mode 100644 diff --git a/src/3.2.1/assets/less/bootstrap-2.3.2/pagination.less b/src/3.2.1/assets/less/bootstrap-2.3.2/pagination.less old mode 100755 new mode 100644 diff --git a/src/3.2.1/assets/less/bootstrap-2.3.2/popovers.less b/src/3.2.1/assets/less/bootstrap-2.3.2/popovers.less old mode 100755 new mode 100644 diff --git a/src/3.2.1/assets/less/bootstrap-2.3.2/progress-bars.less b/src/3.2.1/assets/less/bootstrap-2.3.2/progress-bars.less old mode 100755 new mode 100644 diff --git a/src/3.2.1/assets/less/bootstrap-2.3.2/reset.less b/src/3.2.1/assets/less/bootstrap-2.3.2/reset.less old mode 100755 new mode 100644 diff --git a/src/3.2.1/assets/less/bootstrap-2.3.2/responsive-1200px-min.less b/src/3.2.1/assets/less/bootstrap-2.3.2/responsive-1200px-min.less old mode 100755 new mode 100644 diff --git a/src/3.2.1/assets/less/bootstrap-2.3.2/responsive-767px-max.less b/src/3.2.1/assets/less/bootstrap-2.3.2/responsive-767px-max.less old mode 100755 new mode 100644 diff --git a/src/3.2.1/assets/less/bootstrap-2.3.2/responsive-768px-979px.less b/src/3.2.1/assets/less/bootstrap-2.3.2/responsive-768px-979px.less old mode 100755 new mode 100644 diff --git a/src/3.2.1/assets/less/bootstrap-2.3.2/responsive-navbar.less b/src/3.2.1/assets/less/bootstrap-2.3.2/responsive-navbar.less old mode 100755 new mode 100644 diff --git a/src/3.2.1/assets/less/bootstrap-2.3.2/responsive-utilities.less b/src/3.2.1/assets/less/bootstrap-2.3.2/responsive-utilities.less old mode 100755 new mode 100644 diff --git a/src/3.2.1/assets/less/bootstrap-2.3.2/responsive.less b/src/3.2.1/assets/less/bootstrap-2.3.2/responsive.less old mode 100755 new mode 100644 diff --git a/src/3.2.1/assets/less/bootstrap-2.3.2/scaffolding.less b/src/3.2.1/assets/less/bootstrap-2.3.2/scaffolding.less old mode 100755 new mode 100644 diff --git a/src/3.2.1/assets/less/bootstrap-2.3.2/sprites.less b/src/3.2.1/assets/less/bootstrap-2.3.2/sprites.less old mode 100755 new mode 100644 diff --git a/src/3.2.1/assets/less/bootstrap-2.3.2/tables.less b/src/3.2.1/assets/less/bootstrap-2.3.2/tables.less old mode 100755 new mode 100644 diff --git a/src/3.2.1/assets/less/bootstrap-2.3.2/thumbnails.less b/src/3.2.1/assets/less/bootstrap-2.3.2/thumbnails.less old mode 100755 new mode 100644 diff --git a/src/3.2.1/assets/less/bootstrap-2.3.2/tooltip.less b/src/3.2.1/assets/less/bootstrap-2.3.2/tooltip.less old mode 100755 new mode 100644 diff --git a/src/3.2.1/assets/less/bootstrap-2.3.2/type.less b/src/3.2.1/assets/less/bootstrap-2.3.2/type.less old mode 100755 new mode 100644 diff --git a/src/3.2.1/assets/less/bootstrap-2.3.2/utilities.less b/src/3.2.1/assets/less/bootstrap-2.3.2/utilities.less old mode 100755 new mode 100644 diff --git a/src/3.2.1/assets/less/bootstrap-2.3.2/variables.less b/src/3.2.1/assets/less/bootstrap-2.3.2/variables.less old mode 100755 new mode 100644 diff --git a/src/3.2.1/assets/less/bootstrap-2.3.2/wells.less b/src/3.2.1/assets/less/bootstrap-2.3.2/wells.less old mode 100755 new mode 100644 diff --git a/src/3.2.1/assets/less/responsive-1200px-min.less b/src/3.2.1/assets/less/responsive-1200px-min.less old mode 100755 new mode 100644 diff --git a/src/3.2.1/assets/less/responsive-767px-max.less b/src/3.2.1/assets/less/responsive-767px-max.less old mode 100755 new mode 100644 diff --git a/src/3.2.1/assets/less/responsive-768px-979px.less b/src/3.2.1/assets/less/responsive-768px-979px.less old mode 100755 new mode 100644 diff --git a/src/3.2.1/assets/less/responsive-navbar.less b/src/3.2.1/assets/less/responsive-navbar.less old mode 100755 new mode 100644 diff --git a/src/3.2.1/assets/less/sticky-footer.less b/src/3.2.1/assets/less/sticky-footer.less old mode 100755 new mode 100644 diff --git a/src/3.2.1/assets/less/variables.less b/src/3.2.1/assets/less/variables.less old mode 100755 new mode 100644 diff --git a/src/3.2.1/cheatsheet/index.html b/src/3.2.1/cheatsheet/index.html index 61e7d7c4a..a531d4275 100644 --- a/src/3.2.1/cheatsheet/index.html +++ b/src/3.2.1/cheatsheet/index.html @@ -150,6 +150,15 @@
+
+
+
+
+ Heads up! These docs are for v3.2.1, which is no longer officially supported. Check out the latest version of Font Awesome! +
+
+
+
@@ -2359,7 +2368,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/community/index.html b/src/3.2.1/community/index.html index 264a015d3..14f7088cf 100644 --- a/src/3.2.1/community/index.html +++ b/src/3.2.1/community/index.html @@ -150,6 +150,15 @@
+
+
+
+
+ Heads up! These docs are for v3.2.1, which is no longer officially supported. Check out the latest version of Font Awesome! +
+
+
+
@@ -247,7 +256,7 @@ Found a way to solve a bug in Font Awesome? Want to contribute new features? Here are a few things to remember:
  1. Please submit all pull requests against *-wip branches.
  2. -
  3. All pull requests submitted against master will be sumarily closed and this guide referenced.
  4. +
  5. All pull requests submitted against master will be summarily closed and this guide referenced.
  6. After doing everything above, feel free to submit a pull request. @@ -259,7 +268,7 @@

    Want to keep up with what's planned for Font Awesome? Check out our - milestones on the GitHub project. + milestones on the GitHub project.

@@ -283,7 +292,7 @@

- Thanks to MaxCDN for providing the excellent + Thanks to MaxCDN for providing the excellent BootstrapCDN, the fastest and easiest way to get started with Font Awesome.

@@ -334,7 +343,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/examples/index.html b/src/3.2.1/examples/index.html index c3d25ade2..d35526752 100644 --- a/src/3.2.1/examples/index.html +++ b/src/3.2.1/examples/index.html @@ -150,6 +150,15 @@
+
+
+
+
+ Heads up! These docs are for v3.2.1, which is no longer officially supported. Check out the latest version of Font Awesome! +
+
+
+
@@ -651,7 +660,7 @@ icon-camera on icon-ban-circle Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/get-started/index.html b/src/3.2.1/get-started/index.html index 616f055fc..2b305b78c 100644 --- a/src/3.2.1/get-started/index.html +++ b/src/3.2.1/get-started/index.html @@ -150,6 +150,15 @@
+
+
+
+
+ Heads up! These docs are for v3.2.1, which is no longer officially supported. Check out the latest version of Font Awesome! +
+
+
+
@@ -279,7 +288,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/adjust/index.html b/src/3.2.1/icon/adjust/index.html index 54d203cef..224e86474 100644 --- a/src/3.2.1/icon/adjust/index.html +++ b/src/3.2.1/icon/adjust/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/adn/index.html b/src/3.2.1/icon/adn/index.html index 7b317e2b0..1a5d95d94 100644 --- a/src/3.2.1/icon/adn/index.html +++ b/src/3.2.1/icon/adn/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/align-center/index.html b/src/3.2.1/icon/align-center/index.html index 6a3716b3e..2839e44a7 100644 --- a/src/3.2.1/icon/align-center/index.html +++ b/src/3.2.1/icon/align-center/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/align-justify/index.html b/src/3.2.1/icon/align-justify/index.html index 9bdacbe13..649e4bf46 100644 --- a/src/3.2.1/icon/align-justify/index.html +++ b/src/3.2.1/icon/align-justify/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/align-left/index.html b/src/3.2.1/icon/align-left/index.html index 651ea4937..77140f3e9 100644 --- a/src/3.2.1/icon/align-left/index.html +++ b/src/3.2.1/icon/align-left/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/align-right/index.html b/src/3.2.1/icon/align-right/index.html index a7ce0b367..574d873d6 100644 --- a/src/3.2.1/icon/align-right/index.html +++ b/src/3.2.1/icon/align-right/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/ambulance/index.html b/src/3.2.1/icon/ambulance/index.html index 128e161ed..0d726295e 100644 --- a/src/3.2.1/icon/ambulance/index.html +++ b/src/3.2.1/icon/ambulance/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/anchor/index.html b/src/3.2.1/icon/anchor/index.html index 987d48880..a3e003901 100644 --- a/src/3.2.1/icon/anchor/index.html +++ b/src/3.2.1/icon/anchor/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/android/index.html b/src/3.2.1/icon/android/index.html index 7e1abc6a8..c0dc6ae6a 100644 --- a/src/3.2.1/icon/android/index.html +++ b/src/3.2.1/icon/android/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/angle-down/index.html b/src/3.2.1/icon/angle-down/index.html index 980e3f537..48c72f47a 100644 --- a/src/3.2.1/icon/angle-down/index.html +++ b/src/3.2.1/icon/angle-down/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/angle-left/index.html b/src/3.2.1/icon/angle-left/index.html index d8fd53679..93a031494 100644 --- a/src/3.2.1/icon/angle-left/index.html +++ b/src/3.2.1/icon/angle-left/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/angle-right/index.html b/src/3.2.1/icon/angle-right/index.html index 53dbb4d8c..12d28d893 100644 --- a/src/3.2.1/icon/angle-right/index.html +++ b/src/3.2.1/icon/angle-right/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/angle-up/index.html b/src/3.2.1/icon/angle-up/index.html index b7c40876f..83a0e4183 100644 --- a/src/3.2.1/icon/angle-up/index.html +++ b/src/3.2.1/icon/angle-up/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/apple/index.html b/src/3.2.1/icon/apple/index.html index 0770f1d4f..037584758 100644 --- a/src/3.2.1/icon/apple/index.html +++ b/src/3.2.1/icon/apple/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/archive/index.html b/src/3.2.1/icon/archive/index.html index 5aebb3369..164c88c17 100644 --- a/src/3.2.1/icon/archive/index.html +++ b/src/3.2.1/icon/archive/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/arrow-down/index.html b/src/3.2.1/icon/arrow-down/index.html index 2e0c6ab00..433344926 100644 --- a/src/3.2.1/icon/arrow-down/index.html +++ b/src/3.2.1/icon/arrow-down/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/arrow-left/index.html b/src/3.2.1/icon/arrow-left/index.html index 50b8aa6d4..79e301ec7 100644 --- a/src/3.2.1/icon/arrow-left/index.html +++ b/src/3.2.1/icon/arrow-left/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/arrow-right/index.html b/src/3.2.1/icon/arrow-right/index.html index f1c899d75..fcd194384 100644 --- a/src/3.2.1/icon/arrow-right/index.html +++ b/src/3.2.1/icon/arrow-right/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/arrow-up/index.html b/src/3.2.1/icon/arrow-up/index.html index a242ca86d..5f9901dc7 100644 --- a/src/3.2.1/icon/arrow-up/index.html +++ b/src/3.2.1/icon/arrow-up/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/asterisk/index.html b/src/3.2.1/icon/asterisk/index.html index 4ebfdeaf2..ba333175e 100644 --- a/src/3.2.1/icon/asterisk/index.html +++ b/src/3.2.1/icon/asterisk/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/backward/index.html b/src/3.2.1/icon/backward/index.html index 785965366..d3ece5b4b 100644 --- a/src/3.2.1/icon/backward/index.html +++ b/src/3.2.1/icon/backward/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/ban-circle/index.html b/src/3.2.1/icon/ban-circle/index.html index 129111b72..1c6bd2596 100644 --- a/src/3.2.1/icon/ban-circle/index.html +++ b/src/3.2.1/icon/ban-circle/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/bar-chart/index.html b/src/3.2.1/icon/bar-chart/index.html index 2c20d951c..a1f64df09 100644 --- a/src/3.2.1/icon/bar-chart/index.html +++ b/src/3.2.1/icon/bar-chart/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/barcode/index.html b/src/3.2.1/icon/barcode/index.html index 2a5ca4e5d..8a5b519aa 100644 --- a/src/3.2.1/icon/barcode/index.html +++ b/src/3.2.1/icon/barcode/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/beaker/index.html b/src/3.2.1/icon/beaker/index.html index ba77123c7..e17e44e0e 100644 --- a/src/3.2.1/icon/beaker/index.html +++ b/src/3.2.1/icon/beaker/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/beer/index.html b/src/3.2.1/icon/beer/index.html index dcda70338..b6df2e650 100644 --- a/src/3.2.1/icon/beer/index.html +++ b/src/3.2.1/icon/beer/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/bell-alt/index.html b/src/3.2.1/icon/bell-alt/index.html index 0fbdd7d19..53c39b0f3 100644 --- a/src/3.2.1/icon/bell-alt/index.html +++ b/src/3.2.1/icon/bell-alt/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/bell/index.html b/src/3.2.1/icon/bell/index.html index b8ffe8332..90faa9285 100644 --- a/src/3.2.1/icon/bell/index.html +++ b/src/3.2.1/icon/bell/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/bitbucket-sign/index.html b/src/3.2.1/icon/bitbucket-sign/index.html index e667aaef5..01025d5d4 100644 --- a/src/3.2.1/icon/bitbucket-sign/index.html +++ b/src/3.2.1/icon/bitbucket-sign/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/bitbucket/index.html b/src/3.2.1/icon/bitbucket/index.html index 4ff126539..34168065d 100644 --- a/src/3.2.1/icon/bitbucket/index.html +++ b/src/3.2.1/icon/bitbucket/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/bold/index.html b/src/3.2.1/icon/bold/index.html index 69b108297..a425e7e53 100644 --- a/src/3.2.1/icon/bold/index.html +++ b/src/3.2.1/icon/bold/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/bolt/index.html b/src/3.2.1/icon/bolt/index.html index aa6e822dc..57b67ea9d 100644 --- a/src/3.2.1/icon/bolt/index.html +++ b/src/3.2.1/icon/bolt/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/book/index.html b/src/3.2.1/icon/book/index.html index fb3298eb0..d289d8121 100644 --- a/src/3.2.1/icon/book/index.html +++ b/src/3.2.1/icon/book/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/bookmark-empty/index.html b/src/3.2.1/icon/bookmark-empty/index.html index 9fec923ca..ba3530a77 100644 --- a/src/3.2.1/icon/bookmark-empty/index.html +++ b/src/3.2.1/icon/bookmark-empty/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/bookmark/index.html b/src/3.2.1/icon/bookmark/index.html index a4901395e..13d291098 100644 --- a/src/3.2.1/icon/bookmark/index.html +++ b/src/3.2.1/icon/bookmark/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/briefcase/index.html b/src/3.2.1/icon/briefcase/index.html index 65b5630e4..825a9e88e 100644 --- a/src/3.2.1/icon/briefcase/index.html +++ b/src/3.2.1/icon/briefcase/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/btc/index.html b/src/3.2.1/icon/btc/index.html index 09d5a47ac..a32bb2c8d 100644 --- a/src/3.2.1/icon/btc/index.html +++ b/src/3.2.1/icon/btc/index.html @@ -195,7 +195,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/bug/index.html b/src/3.2.1/icon/bug/index.html index 69dd4997b..eea0f9275 100644 --- a/src/3.2.1/icon/bug/index.html +++ b/src/3.2.1/icon/bug/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/building/index.html b/src/3.2.1/icon/building/index.html index 0d3ea7943..e3079a76f 100644 --- a/src/3.2.1/icon/building/index.html +++ b/src/3.2.1/icon/building/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/bullhorn/index.html b/src/3.2.1/icon/bullhorn/index.html index 2a2394977..1720b5f5b 100644 --- a/src/3.2.1/icon/bullhorn/index.html +++ b/src/3.2.1/icon/bullhorn/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/bullseye/index.html b/src/3.2.1/icon/bullseye/index.html index 53411ef8f..bf56ffdf2 100644 --- a/src/3.2.1/icon/bullseye/index.html +++ b/src/3.2.1/icon/bullseye/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/calendar-empty/index.html b/src/3.2.1/icon/calendar-empty/index.html index 68c6e0bf3..b8f38db16 100644 --- a/src/3.2.1/icon/calendar-empty/index.html +++ b/src/3.2.1/icon/calendar-empty/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/calendar/index.html b/src/3.2.1/icon/calendar/index.html index dbc30d3a6..d145011b8 100644 --- a/src/3.2.1/icon/calendar/index.html +++ b/src/3.2.1/icon/calendar/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/camera-retro/index.html b/src/3.2.1/icon/camera-retro/index.html index a19377535..accd962cd 100644 --- a/src/3.2.1/icon/camera-retro/index.html +++ b/src/3.2.1/icon/camera-retro/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/camera/index.html b/src/3.2.1/icon/camera/index.html index 355951982..ab1137260 100644 --- a/src/3.2.1/icon/camera/index.html +++ b/src/3.2.1/icon/camera/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/caret-down/index.html b/src/3.2.1/icon/caret-down/index.html index 217b1c989..c688acf0f 100644 --- a/src/3.2.1/icon/caret-down/index.html +++ b/src/3.2.1/icon/caret-down/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/caret-left/index.html b/src/3.2.1/icon/caret-left/index.html index afdd0420c..35c7ca6ca 100644 --- a/src/3.2.1/icon/caret-left/index.html +++ b/src/3.2.1/icon/caret-left/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/caret-right/index.html b/src/3.2.1/icon/caret-right/index.html index e73b7eb34..6a457064b 100644 --- a/src/3.2.1/icon/caret-right/index.html +++ b/src/3.2.1/icon/caret-right/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/caret-up/index.html b/src/3.2.1/icon/caret-up/index.html index 6d1597a4c..0055994aa 100644 --- a/src/3.2.1/icon/caret-up/index.html +++ b/src/3.2.1/icon/caret-up/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/certificate/index.html b/src/3.2.1/icon/certificate/index.html index 3982634bb..f52074cd7 100644 --- a/src/3.2.1/icon/certificate/index.html +++ b/src/3.2.1/icon/certificate/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/check-empty/index.html b/src/3.2.1/icon/check-empty/index.html index 99c2238f7..ec039ea62 100644 --- a/src/3.2.1/icon/check-empty/index.html +++ b/src/3.2.1/icon/check-empty/index.html @@ -193,7 +193,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/check-minus/index.html b/src/3.2.1/icon/check-minus/index.html index f62ce7367..cbe7c93b5 100644 --- a/src/3.2.1/icon/check-minus/index.html +++ b/src/3.2.1/icon/check-minus/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/check-sign/index.html b/src/3.2.1/icon/check-sign/index.html index 6e9e4f082..094bf9b71 100644 --- a/src/3.2.1/icon/check-sign/index.html +++ b/src/3.2.1/icon/check-sign/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/check/index.html b/src/3.2.1/icon/check/index.html index aaca7ea4e..7c2c92d12 100644 --- a/src/3.2.1/icon/check/index.html +++ b/src/3.2.1/icon/check/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/chevron-down/index.html b/src/3.2.1/icon/chevron-down/index.html index 53f0c97d7..31cadfbd9 100644 --- a/src/3.2.1/icon/chevron-down/index.html +++ b/src/3.2.1/icon/chevron-down/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/chevron-left/index.html b/src/3.2.1/icon/chevron-left/index.html index 90c5ed681..82f14932c 100644 --- a/src/3.2.1/icon/chevron-left/index.html +++ b/src/3.2.1/icon/chevron-left/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/chevron-right/index.html b/src/3.2.1/icon/chevron-right/index.html index 0be7da63c..3ef5b3b1c 100644 --- a/src/3.2.1/icon/chevron-right/index.html +++ b/src/3.2.1/icon/chevron-right/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/chevron-sign-down/index.html b/src/3.2.1/icon/chevron-sign-down/index.html index 55928e6b2..d04d821d4 100644 --- a/src/3.2.1/icon/chevron-sign-down/index.html +++ b/src/3.2.1/icon/chevron-sign-down/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/chevron-sign-left/index.html b/src/3.2.1/icon/chevron-sign-left/index.html index 5ec15a4ec..049b5c515 100644 --- a/src/3.2.1/icon/chevron-sign-left/index.html +++ b/src/3.2.1/icon/chevron-sign-left/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/chevron-sign-right/index.html b/src/3.2.1/icon/chevron-sign-right/index.html index 9cf013be7..f298ed303 100644 --- a/src/3.2.1/icon/chevron-sign-right/index.html +++ b/src/3.2.1/icon/chevron-sign-right/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/chevron-sign-up/index.html b/src/3.2.1/icon/chevron-sign-up/index.html index 6a74cebe1..76d1195ed 100644 --- a/src/3.2.1/icon/chevron-sign-up/index.html +++ b/src/3.2.1/icon/chevron-sign-up/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/chevron-up/index.html b/src/3.2.1/icon/chevron-up/index.html index d457d9e60..684dee6b9 100644 --- a/src/3.2.1/icon/chevron-up/index.html +++ b/src/3.2.1/icon/chevron-up/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/circle-arrow-down/index.html b/src/3.2.1/icon/circle-arrow-down/index.html index d4b5a4533..43155a9d7 100644 --- a/src/3.2.1/icon/circle-arrow-down/index.html +++ b/src/3.2.1/icon/circle-arrow-down/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/circle-arrow-left/index.html b/src/3.2.1/icon/circle-arrow-left/index.html index bf2c12a91..b11e7503e 100644 --- a/src/3.2.1/icon/circle-arrow-left/index.html +++ b/src/3.2.1/icon/circle-arrow-left/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/circle-arrow-right/index.html b/src/3.2.1/icon/circle-arrow-right/index.html index 0ed136995..2618571a7 100644 --- a/src/3.2.1/icon/circle-arrow-right/index.html +++ b/src/3.2.1/icon/circle-arrow-right/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/circle-arrow-up/index.html b/src/3.2.1/icon/circle-arrow-up/index.html index 7279554a4..c1f0fa533 100644 --- a/src/3.2.1/icon/circle-arrow-up/index.html +++ b/src/3.2.1/icon/circle-arrow-up/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/circle-blank/index.html b/src/3.2.1/icon/circle-blank/index.html index 1e87eaa43..56953975c 100644 --- a/src/3.2.1/icon/circle-blank/index.html +++ b/src/3.2.1/icon/circle-blank/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/circle/index.html b/src/3.2.1/icon/circle/index.html index 3cb1a0c2f..abf947204 100644 --- a/src/3.2.1/icon/circle/index.html +++ b/src/3.2.1/icon/circle/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/cloud-download/index.html b/src/3.2.1/icon/cloud-download/index.html index 8bc71dcb5..e2b89c120 100644 --- a/src/3.2.1/icon/cloud-download/index.html +++ b/src/3.2.1/icon/cloud-download/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/cloud-upload/index.html b/src/3.2.1/icon/cloud-upload/index.html index 3bfc45032..affb1a170 100644 --- a/src/3.2.1/icon/cloud-upload/index.html +++ b/src/3.2.1/icon/cloud-upload/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/cloud/index.html b/src/3.2.1/icon/cloud/index.html index d4e319e62..1f137dd53 100644 --- a/src/3.2.1/icon/cloud/index.html +++ b/src/3.2.1/icon/cloud/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/cny/index.html b/src/3.2.1/icon/cny/index.html index 39ad423ec..af969271c 100644 --- a/src/3.2.1/icon/cny/index.html +++ b/src/3.2.1/icon/cny/index.html @@ -193,7 +193,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/code-fork/index.html b/src/3.2.1/icon/code-fork/index.html index e1f7a6445..91b984d58 100644 --- a/src/3.2.1/icon/code-fork/index.html +++ b/src/3.2.1/icon/code-fork/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/code/index.html b/src/3.2.1/icon/code/index.html index d28713ce8..6bb7eed20 100644 --- a/src/3.2.1/icon/code/index.html +++ b/src/3.2.1/icon/code/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/coffee/index.html b/src/3.2.1/icon/coffee/index.html index 63e06e44e..dd9b94a7e 100644 --- a/src/3.2.1/icon/coffee/index.html +++ b/src/3.2.1/icon/coffee/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/cog/index.html b/src/3.2.1/icon/cog/index.html index 8afd03166..a5808ceee 100644 --- a/src/3.2.1/icon/cog/index.html +++ b/src/3.2.1/icon/cog/index.html @@ -193,7 +193,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/cogs/index.html b/src/3.2.1/icon/cogs/index.html index 2c4c56d20..0fd8797de 100644 --- a/src/3.2.1/icon/cogs/index.html +++ b/src/3.2.1/icon/cogs/index.html @@ -193,7 +193,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/collapse-alt/index.html b/src/3.2.1/icon/collapse-alt/index.html index c56b536df..c3112e8bb 100644 --- a/src/3.2.1/icon/collapse-alt/index.html +++ b/src/3.2.1/icon/collapse-alt/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/collapse-top/index.html b/src/3.2.1/icon/collapse-top/index.html index a2416a173..94c53c968 100644 --- a/src/3.2.1/icon/collapse-top/index.html +++ b/src/3.2.1/icon/collapse-top/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/collapse/index.html b/src/3.2.1/icon/collapse/index.html index 592d9340d..2cc8f58c9 100644 --- a/src/3.2.1/icon/collapse/index.html +++ b/src/3.2.1/icon/collapse/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/columns/index.html b/src/3.2.1/icon/columns/index.html index 2cac42bb8..bda9b9678 100644 --- a/src/3.2.1/icon/columns/index.html +++ b/src/3.2.1/icon/columns/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/comment-alt/index.html b/src/3.2.1/icon/comment-alt/index.html index dfe025d1d..2c4845d8f 100644 --- a/src/3.2.1/icon/comment-alt/index.html +++ b/src/3.2.1/icon/comment-alt/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/comment/index.html b/src/3.2.1/icon/comment/index.html index d3217e200..e6c60080a 100644 --- a/src/3.2.1/icon/comment/index.html +++ b/src/3.2.1/icon/comment/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/comments-alt/index.html b/src/3.2.1/icon/comments-alt/index.html index 1b0d464ca..3460824ca 100644 --- a/src/3.2.1/icon/comments-alt/index.html +++ b/src/3.2.1/icon/comments-alt/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/comments/index.html b/src/3.2.1/icon/comments/index.html index a9d57f58f..c801aeeec 100644 --- a/src/3.2.1/icon/comments/index.html +++ b/src/3.2.1/icon/comments/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/compass/index.html b/src/3.2.1/icon/compass/index.html index b6bee48cf..899db018d 100644 --- a/src/3.2.1/icon/compass/index.html +++ b/src/3.2.1/icon/compass/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/copy/index.html b/src/3.2.1/icon/copy/index.html index 3e6bf6654..0a54d9480 100644 --- a/src/3.2.1/icon/copy/index.html +++ b/src/3.2.1/icon/copy/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/credit-card/index.html b/src/3.2.1/icon/credit-card/index.html index 576fe24a5..4d998b8ae 100644 --- a/src/3.2.1/icon/credit-card/index.html +++ b/src/3.2.1/icon/credit-card/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/crop/index.html b/src/3.2.1/icon/crop/index.html index 226413b4b..1f1a8a2e9 100644 --- a/src/3.2.1/icon/crop/index.html +++ b/src/3.2.1/icon/crop/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/css3/index.html b/src/3.2.1/icon/css3/index.html index 3684786e8..f0370b161 100644 --- a/src/3.2.1/icon/css3/index.html +++ b/src/3.2.1/icon/css3/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/cut/index.html b/src/3.2.1/icon/cut/index.html index 6c63fa3c7..b0d907224 100644 --- a/src/3.2.1/icon/cut/index.html +++ b/src/3.2.1/icon/cut/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/dashboard/index.html b/src/3.2.1/icon/dashboard/index.html index a509a08d8..291e27c3e 100644 --- a/src/3.2.1/icon/dashboard/index.html +++ b/src/3.2.1/icon/dashboard/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/desktop/index.html b/src/3.2.1/icon/desktop/index.html index 1ac39c84a..4166d0e46 100644 --- a/src/3.2.1/icon/desktop/index.html +++ b/src/3.2.1/icon/desktop/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/double-angle-down/index.html b/src/3.2.1/icon/double-angle-down/index.html index 6b4f8035c..483a57099 100644 --- a/src/3.2.1/icon/double-angle-down/index.html +++ b/src/3.2.1/icon/double-angle-down/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/double-angle-left/index.html b/src/3.2.1/icon/double-angle-left/index.html index cba1443a8..6c4c5b327 100644 --- a/src/3.2.1/icon/double-angle-left/index.html +++ b/src/3.2.1/icon/double-angle-left/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/double-angle-right/index.html b/src/3.2.1/icon/double-angle-right/index.html index d62c78740..55eefffbc 100644 --- a/src/3.2.1/icon/double-angle-right/index.html +++ b/src/3.2.1/icon/double-angle-right/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/double-angle-up/index.html b/src/3.2.1/icon/double-angle-up/index.html index 1a9988c61..7beb9b09f 100644 --- a/src/3.2.1/icon/double-angle-up/index.html +++ b/src/3.2.1/icon/double-angle-up/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/download-alt/index.html b/src/3.2.1/icon/download-alt/index.html index 5763029bf..c64f9b92e 100644 --- a/src/3.2.1/icon/download-alt/index.html +++ b/src/3.2.1/icon/download-alt/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/download/index.html b/src/3.2.1/icon/download/index.html index d95fc9385..7d5b12773 100644 --- a/src/3.2.1/icon/download/index.html +++ b/src/3.2.1/icon/download/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/dribbble/index.html b/src/3.2.1/icon/dribbble/index.html index 12808af52..2c34de53a 100644 --- a/src/3.2.1/icon/dribbble/index.html +++ b/src/3.2.1/icon/dribbble/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/dropbox/index.html b/src/3.2.1/icon/dropbox/index.html index 86a75157d..2b0dc5668 100644 --- a/src/3.2.1/icon/dropbox/index.html +++ b/src/3.2.1/icon/dropbox/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/edit-sign/index.html b/src/3.2.1/icon/edit-sign/index.html index 75402f7a7..92ea64ec5 100644 --- a/src/3.2.1/icon/edit-sign/index.html +++ b/src/3.2.1/icon/edit-sign/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/edit/index.html b/src/3.2.1/icon/edit/index.html index 254a9cb6c..c9d17888a 100644 --- a/src/3.2.1/icon/edit/index.html +++ b/src/3.2.1/icon/edit/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/eject/index.html b/src/3.2.1/icon/eject/index.html index a7712b304..121263dc7 100644 --- a/src/3.2.1/icon/eject/index.html +++ b/src/3.2.1/icon/eject/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/ellipsis-horizontal/index.html b/src/3.2.1/icon/ellipsis-horizontal/index.html index 55abf3eb6..8e634acd9 100644 --- a/src/3.2.1/icon/ellipsis-horizontal/index.html +++ b/src/3.2.1/icon/ellipsis-horizontal/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/ellipsis-vertical/index.html b/src/3.2.1/icon/ellipsis-vertical/index.html index cccffe37f..34083a745 100644 --- a/src/3.2.1/icon/ellipsis-vertical/index.html +++ b/src/3.2.1/icon/ellipsis-vertical/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/envelope-alt/index.html b/src/3.2.1/icon/envelope-alt/index.html index 3d9914411..1cc919524 100644 --- a/src/3.2.1/icon/envelope-alt/index.html +++ b/src/3.2.1/icon/envelope-alt/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/envelope/index.html b/src/3.2.1/icon/envelope/index.html index e4d771e87..3164cb065 100644 --- a/src/3.2.1/icon/envelope/index.html +++ b/src/3.2.1/icon/envelope/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/eraser/index.html b/src/3.2.1/icon/eraser/index.html index 1f5f8781d..2148290e6 100644 --- a/src/3.2.1/icon/eraser/index.html +++ b/src/3.2.1/icon/eraser/index.html @@ -190,7 +190,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/eur/index.html b/src/3.2.1/icon/eur/index.html index d9689868f..da3b8d127 100644 --- a/src/3.2.1/icon/eur/index.html +++ b/src/3.2.1/icon/eur/index.html @@ -193,7 +193,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/exchange/index.html b/src/3.2.1/icon/exchange/index.html index afdb30379..7a7160c75 100644 --- a/src/3.2.1/icon/exchange/index.html +++ b/src/3.2.1/icon/exchange/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/exclamation-sign/index.html b/src/3.2.1/icon/exclamation-sign/index.html index ad8c95c05..a426e9e32 100644 --- a/src/3.2.1/icon/exclamation-sign/index.html +++ b/src/3.2.1/icon/exclamation-sign/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/exclamation/index.html b/src/3.2.1/icon/exclamation/index.html index 0492fa1ae..b3f65d172 100644 --- a/src/3.2.1/icon/exclamation/index.html +++ b/src/3.2.1/icon/exclamation/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/expand-alt/index.html b/src/3.2.1/icon/expand-alt/index.html index 9e2bc6870..f580ec489 100644 --- a/src/3.2.1/icon/expand-alt/index.html +++ b/src/3.2.1/icon/expand-alt/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/expand/index.html b/src/3.2.1/icon/expand/index.html index 4fddffa25..ca2f9893d 100644 --- a/src/3.2.1/icon/expand/index.html +++ b/src/3.2.1/icon/expand/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/external-link-sign/index.html b/src/3.2.1/icon/external-link-sign/index.html index 198521a9a..005da9df9 100644 --- a/src/3.2.1/icon/external-link-sign/index.html +++ b/src/3.2.1/icon/external-link-sign/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/external-link/index.html b/src/3.2.1/icon/external-link/index.html index 548d33c23..39f239857 100644 --- a/src/3.2.1/icon/external-link/index.html +++ b/src/3.2.1/icon/external-link/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/eye-close/index.html b/src/3.2.1/icon/eye-close/index.html index 59f040bf6..b5fb31efa 100644 --- a/src/3.2.1/icon/eye-close/index.html +++ b/src/3.2.1/icon/eye-close/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/eye-open/index.html b/src/3.2.1/icon/eye-open/index.html index c5b5e1272..f141ed36a 100644 --- a/src/3.2.1/icon/eye-open/index.html +++ b/src/3.2.1/icon/eye-open/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/facebook-sign/index.html b/src/3.2.1/icon/facebook-sign/index.html index a92946f21..0a5164d6f 100644 --- a/src/3.2.1/icon/facebook-sign/index.html +++ b/src/3.2.1/icon/facebook-sign/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/facebook/index.html b/src/3.2.1/icon/facebook/index.html index 3f427cc5e..804133005 100644 --- a/src/3.2.1/icon/facebook/index.html +++ b/src/3.2.1/icon/facebook/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/facetime-video/index.html b/src/3.2.1/icon/facetime-video/index.html index f0af71600..96d5a2e6e 100644 --- a/src/3.2.1/icon/facetime-video/index.html +++ b/src/3.2.1/icon/facetime-video/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/fast-backward/index.html b/src/3.2.1/icon/fast-backward/index.html index 12575ffea..967803239 100644 --- a/src/3.2.1/icon/fast-backward/index.html +++ b/src/3.2.1/icon/fast-backward/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/fast-forward/index.html b/src/3.2.1/icon/fast-forward/index.html index 2847d9ee9..bcf30e5bc 100644 --- a/src/3.2.1/icon/fast-forward/index.html +++ b/src/3.2.1/icon/fast-forward/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/female/index.html b/src/3.2.1/icon/female/index.html index 30987c0a3..a08be3b72 100644 --- a/src/3.2.1/icon/female/index.html +++ b/src/3.2.1/icon/female/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/fighter-jet/index.html b/src/3.2.1/icon/fighter-jet/index.html index 8c9a52b3a..cae3c7a0d 100644 --- a/src/3.2.1/icon/fighter-jet/index.html +++ b/src/3.2.1/icon/fighter-jet/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/file-alt/index.html b/src/3.2.1/icon/file-alt/index.html index e3034a869..146e27a60 100644 --- a/src/3.2.1/icon/file-alt/index.html +++ b/src/3.2.1/icon/file-alt/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/file-text-alt/index.html b/src/3.2.1/icon/file-text-alt/index.html index f9284ca2c..8e0182ade 100644 --- a/src/3.2.1/icon/file-text-alt/index.html +++ b/src/3.2.1/icon/file-text-alt/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/file-text/index.html b/src/3.2.1/icon/file-text/index.html index 90d7f1501..5af696512 100644 --- a/src/3.2.1/icon/file-text/index.html +++ b/src/3.2.1/icon/file-text/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/file/index.html b/src/3.2.1/icon/file/index.html index 7afa11475..6773dfd32 100644 --- a/src/3.2.1/icon/file/index.html +++ b/src/3.2.1/icon/file/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/film/index.html b/src/3.2.1/icon/film/index.html index fb03bdc6f..b0fdc40bf 100644 --- a/src/3.2.1/icon/film/index.html +++ b/src/3.2.1/icon/film/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/filter/index.html b/src/3.2.1/icon/filter/index.html index 9cb552ce4..c0979d2e1 100644 --- a/src/3.2.1/icon/filter/index.html +++ b/src/3.2.1/icon/filter/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/fire-extinguisher/index.html b/src/3.2.1/icon/fire-extinguisher/index.html index 5a00fb90a..87520cb47 100644 --- a/src/3.2.1/icon/fire-extinguisher/index.html +++ b/src/3.2.1/icon/fire-extinguisher/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/fire/index.html b/src/3.2.1/icon/fire/index.html index 6ca70f8b1..ea6e175f7 100644 --- a/src/3.2.1/icon/fire/index.html +++ b/src/3.2.1/icon/fire/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/flag-alt/index.html b/src/3.2.1/icon/flag-alt/index.html index 5d6295852..4ba87718d 100644 --- a/src/3.2.1/icon/flag-alt/index.html +++ b/src/3.2.1/icon/flag-alt/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/flag-checkered/index.html b/src/3.2.1/icon/flag-checkered/index.html index 972ebefae..7fdd0f363 100644 --- a/src/3.2.1/icon/flag-checkered/index.html +++ b/src/3.2.1/icon/flag-checkered/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/flag/index.html b/src/3.2.1/icon/flag/index.html index 7f9c8e974..c747c7ace 100644 --- a/src/3.2.1/icon/flag/index.html +++ b/src/3.2.1/icon/flag/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/flickr/index.html b/src/3.2.1/icon/flickr/index.html index 5379f5fd7..2f86f323c 100644 --- a/src/3.2.1/icon/flickr/index.html +++ b/src/3.2.1/icon/flickr/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/folder-close-alt/index.html b/src/3.2.1/icon/folder-close-alt/index.html index 5bc757e56..f3e0f2ee5 100644 --- a/src/3.2.1/icon/folder-close-alt/index.html +++ b/src/3.2.1/icon/folder-close-alt/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/folder-close/index.html b/src/3.2.1/icon/folder-close/index.html index bf006b02a..a355f2e1c 100644 --- a/src/3.2.1/icon/folder-close/index.html +++ b/src/3.2.1/icon/folder-close/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/folder-open-alt/index.html b/src/3.2.1/icon/folder-open-alt/index.html index a114fb1d1..12dbc6333 100644 --- a/src/3.2.1/icon/folder-open-alt/index.html +++ b/src/3.2.1/icon/folder-open-alt/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/folder-open/index.html b/src/3.2.1/icon/folder-open/index.html index 306c57831..cd8e37488 100644 --- a/src/3.2.1/icon/folder-open/index.html +++ b/src/3.2.1/icon/folder-open/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/font/index.html b/src/3.2.1/icon/font/index.html index 2a970e7c8..080e7792d 100644 --- a/src/3.2.1/icon/font/index.html +++ b/src/3.2.1/icon/font/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/food/index.html b/src/3.2.1/icon/food/index.html index c5d1837b4..bb787df12 100644 --- a/src/3.2.1/icon/food/index.html +++ b/src/3.2.1/icon/food/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/forward/index.html b/src/3.2.1/icon/forward/index.html index c1484cc9a..1580ee502 100644 --- a/src/3.2.1/icon/forward/index.html +++ b/src/3.2.1/icon/forward/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/foursquare/index.html b/src/3.2.1/icon/foursquare/index.html index 23e71bb68..bef943e7f 100644 --- a/src/3.2.1/icon/foursquare/index.html +++ b/src/3.2.1/icon/foursquare/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/frown/index.html b/src/3.2.1/icon/frown/index.html index 67132a37f..a2569dd6c 100644 --- a/src/3.2.1/icon/frown/index.html +++ b/src/3.2.1/icon/frown/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/fullscreen/index.html b/src/3.2.1/icon/fullscreen/index.html index 05d44452e..8c0c0bddc 100644 --- a/src/3.2.1/icon/fullscreen/index.html +++ b/src/3.2.1/icon/fullscreen/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/gamepad/index.html b/src/3.2.1/icon/gamepad/index.html index 0bd4ffea8..2589d79f0 100644 --- a/src/3.2.1/icon/gamepad/index.html +++ b/src/3.2.1/icon/gamepad/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/gbp/index.html b/src/3.2.1/icon/gbp/index.html index 87d4317b8..e50b2b7b1 100644 --- a/src/3.2.1/icon/gbp/index.html +++ b/src/3.2.1/icon/gbp/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/gift/index.html b/src/3.2.1/icon/gift/index.html index 88f346491..4eaab15cf 100644 --- a/src/3.2.1/icon/gift/index.html +++ b/src/3.2.1/icon/gift/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/github-alt/index.html b/src/3.2.1/icon/github-alt/index.html index eacd12e34..c6dbe7014 100644 --- a/src/3.2.1/icon/github-alt/index.html +++ b/src/3.2.1/icon/github-alt/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/github-sign/index.html b/src/3.2.1/icon/github-sign/index.html index 15fa951e4..84071704e 100644 --- a/src/3.2.1/icon/github-sign/index.html +++ b/src/3.2.1/icon/github-sign/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/github/index.html b/src/3.2.1/icon/github/index.html index 102ce0ffa..c6ec97307 100644 --- a/src/3.2.1/icon/github/index.html +++ b/src/3.2.1/icon/github/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/gittip/index.html b/src/3.2.1/icon/gittip/index.html index 620da7fb1..569bfb9fa 100644 --- a/src/3.2.1/icon/gittip/index.html +++ b/src/3.2.1/icon/gittip/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/glass/index.html b/src/3.2.1/icon/glass/index.html index b03e4d7e2..1d9f1d1fb 100644 --- a/src/3.2.1/icon/glass/index.html +++ b/src/3.2.1/icon/glass/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/globe/index.html b/src/3.2.1/icon/globe/index.html index 4892bfee1..6d5e9c8da 100644 --- a/src/3.2.1/icon/globe/index.html +++ b/src/3.2.1/icon/globe/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/google-plus-sign/index.html b/src/3.2.1/icon/google-plus-sign/index.html index f4088409c..2a623c4a8 100644 --- a/src/3.2.1/icon/google-plus-sign/index.html +++ b/src/3.2.1/icon/google-plus-sign/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/google-plus/index.html b/src/3.2.1/icon/google-plus/index.html index b274b770f..62467b5fa 100644 --- a/src/3.2.1/icon/google-plus/index.html +++ b/src/3.2.1/icon/google-plus/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/group/index.html b/src/3.2.1/icon/group/index.html index 27d3857e3..b3c85b5d0 100644 --- a/src/3.2.1/icon/group/index.html +++ b/src/3.2.1/icon/group/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/h-sign/index.html b/src/3.2.1/icon/h-sign/index.html index 9bd171d92..bee59ea8a 100644 --- a/src/3.2.1/icon/h-sign/index.html +++ b/src/3.2.1/icon/h-sign/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/hand-down/index.html b/src/3.2.1/icon/hand-down/index.html index 59b3355bd..f85f105bf 100644 --- a/src/3.2.1/icon/hand-down/index.html +++ b/src/3.2.1/icon/hand-down/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/hand-left/index.html b/src/3.2.1/icon/hand-left/index.html index 12d869cb9..9b26925c4 100644 --- a/src/3.2.1/icon/hand-left/index.html +++ b/src/3.2.1/icon/hand-left/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/hand-right/index.html b/src/3.2.1/icon/hand-right/index.html index e41517529..2f309bb55 100644 --- a/src/3.2.1/icon/hand-right/index.html +++ b/src/3.2.1/icon/hand-right/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/hand-up/index.html b/src/3.2.1/icon/hand-up/index.html index 52f4c8f9b..e7d6b8edb 100644 --- a/src/3.2.1/icon/hand-up/index.html +++ b/src/3.2.1/icon/hand-up/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/hdd/index.html b/src/3.2.1/icon/hdd/index.html index 5d9418d42..fc86fc4b2 100644 --- a/src/3.2.1/icon/hdd/index.html +++ b/src/3.2.1/icon/hdd/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/headphones/index.html b/src/3.2.1/icon/headphones/index.html index 643ba0ca3..1107831bd 100644 --- a/src/3.2.1/icon/headphones/index.html +++ b/src/3.2.1/icon/headphones/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/heart-empty/index.html b/src/3.2.1/icon/heart-empty/index.html index 4421a0c6c..5a269160a 100644 --- a/src/3.2.1/icon/heart-empty/index.html +++ b/src/3.2.1/icon/heart-empty/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/heart/index.html b/src/3.2.1/icon/heart/index.html index 438b76809..11cf98e71 100644 --- a/src/3.2.1/icon/heart/index.html +++ b/src/3.2.1/icon/heart/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/home/index.html b/src/3.2.1/icon/home/index.html index 28c9e505f..d4c92fcce 100644 --- a/src/3.2.1/icon/home/index.html +++ b/src/3.2.1/icon/home/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/hospital/index.html b/src/3.2.1/icon/hospital/index.html index c349211b4..b0acc0ac9 100644 --- a/src/3.2.1/icon/hospital/index.html +++ b/src/3.2.1/icon/hospital/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/html5/index.html b/src/3.2.1/icon/html5/index.html index 0485a6d50..613335a92 100644 --- a/src/3.2.1/icon/html5/index.html +++ b/src/3.2.1/icon/html5/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/inbox/index.html b/src/3.2.1/icon/inbox/index.html index 77f22e67e..324310350 100644 --- a/src/3.2.1/icon/inbox/index.html +++ b/src/3.2.1/icon/inbox/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/indent-left/index.html b/src/3.2.1/icon/indent-left/index.html index a464fef45..0493c3623 100644 --- a/src/3.2.1/icon/indent-left/index.html +++ b/src/3.2.1/icon/indent-left/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/indent-right/index.html b/src/3.2.1/icon/indent-right/index.html index 1b09d480a..343cbc7d0 100644 --- a/src/3.2.1/icon/indent-right/index.html +++ b/src/3.2.1/icon/indent-right/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/info-sign/index.html b/src/3.2.1/icon/info-sign/index.html index 77d1039b5..631d30616 100644 --- a/src/3.2.1/icon/info-sign/index.html +++ b/src/3.2.1/icon/info-sign/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/info/index.html b/src/3.2.1/icon/info/index.html index 16cf35f2f..a193853ff 100644 --- a/src/3.2.1/icon/info/index.html +++ b/src/3.2.1/icon/info/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/inr/index.html b/src/3.2.1/icon/inr/index.html index 0282bbfd1..fd7ad2d09 100644 --- a/src/3.2.1/icon/inr/index.html +++ b/src/3.2.1/icon/inr/index.html @@ -193,7 +193,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/instagram/index.html b/src/3.2.1/icon/instagram/index.html index a6bc13eb9..90764c30b 100644 --- a/src/3.2.1/icon/instagram/index.html +++ b/src/3.2.1/icon/instagram/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/italic/index.html b/src/3.2.1/icon/italic/index.html index 18695b563..e1bb75680 100644 --- a/src/3.2.1/icon/italic/index.html +++ b/src/3.2.1/icon/italic/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/jpy/index.html b/src/3.2.1/icon/jpy/index.html index e2a9a00d4..c6975d574 100644 --- a/src/3.2.1/icon/jpy/index.html +++ b/src/3.2.1/icon/jpy/index.html @@ -193,7 +193,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/key/index.html b/src/3.2.1/icon/key/index.html index 7f661965d..3c2e10ab0 100644 --- a/src/3.2.1/icon/key/index.html +++ b/src/3.2.1/icon/key/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/keyboard/index.html b/src/3.2.1/icon/keyboard/index.html index 6823e6ea4..e249a8850 100644 --- a/src/3.2.1/icon/keyboard/index.html +++ b/src/3.2.1/icon/keyboard/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/krw/index.html b/src/3.2.1/icon/krw/index.html index 01ac3673b..f81ae5110 100644 --- a/src/3.2.1/icon/krw/index.html +++ b/src/3.2.1/icon/krw/index.html @@ -193,7 +193,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/laptop/index.html b/src/3.2.1/icon/laptop/index.html index d4d312fd7..abf802eab 100644 --- a/src/3.2.1/icon/laptop/index.html +++ b/src/3.2.1/icon/laptop/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/leaf/index.html b/src/3.2.1/icon/leaf/index.html index 63d7917c7..07e82a5f2 100644 --- a/src/3.2.1/icon/leaf/index.html +++ b/src/3.2.1/icon/leaf/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/legal/index.html b/src/3.2.1/icon/legal/index.html index 7d07b4f06..bf354824a 100644 --- a/src/3.2.1/icon/legal/index.html +++ b/src/3.2.1/icon/legal/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/lemon/index.html b/src/3.2.1/icon/lemon/index.html index 203076f46..bcb216c11 100644 --- a/src/3.2.1/icon/lemon/index.html +++ b/src/3.2.1/icon/lemon/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/level-down/index.html b/src/3.2.1/icon/level-down/index.html index 89f85d3d8..6213baff2 100644 --- a/src/3.2.1/icon/level-down/index.html +++ b/src/3.2.1/icon/level-down/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/level-up/index.html b/src/3.2.1/icon/level-up/index.html index 9448afa64..8794e48cb 100644 --- a/src/3.2.1/icon/level-up/index.html +++ b/src/3.2.1/icon/level-up/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/lightbulb/index.html b/src/3.2.1/icon/lightbulb/index.html index a2be4e497..2bdf4be9f 100644 --- a/src/3.2.1/icon/lightbulb/index.html +++ b/src/3.2.1/icon/lightbulb/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/link/index.html b/src/3.2.1/icon/link/index.html index 9dc11e1a5..7d16cd99b 100644 --- a/src/3.2.1/icon/link/index.html +++ b/src/3.2.1/icon/link/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/linkedin-sign/index.html b/src/3.2.1/icon/linkedin-sign/index.html index a19f14619..e1766801b 100644 --- a/src/3.2.1/icon/linkedin-sign/index.html +++ b/src/3.2.1/icon/linkedin-sign/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/linkedin/index.html b/src/3.2.1/icon/linkedin/index.html index 6fc122840..f16f7c6f0 100644 --- a/src/3.2.1/icon/linkedin/index.html +++ b/src/3.2.1/icon/linkedin/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/linux/index.html b/src/3.2.1/icon/linux/index.html index 983e10cf8..ec5c27c50 100644 --- a/src/3.2.1/icon/linux/index.html +++ b/src/3.2.1/icon/linux/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/list-alt/index.html b/src/3.2.1/icon/list-alt/index.html index 5a5fa668e..b8b0a522f 100644 --- a/src/3.2.1/icon/list-alt/index.html +++ b/src/3.2.1/icon/list-alt/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/list-ol/index.html b/src/3.2.1/icon/list-ol/index.html index f8d995ca4..0e5052fb6 100644 --- a/src/3.2.1/icon/list-ol/index.html +++ b/src/3.2.1/icon/list-ol/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/list-ul/index.html b/src/3.2.1/icon/list-ul/index.html index 18216653f..08c259140 100644 --- a/src/3.2.1/icon/list-ul/index.html +++ b/src/3.2.1/icon/list-ul/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/list/index.html b/src/3.2.1/icon/list/index.html index 1a0207dee..01626c42c 100644 --- a/src/3.2.1/icon/list/index.html +++ b/src/3.2.1/icon/list/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/location-arrow/index.html b/src/3.2.1/icon/location-arrow/index.html index a12c8c16e..42c9bfcb3 100644 --- a/src/3.2.1/icon/location-arrow/index.html +++ b/src/3.2.1/icon/location-arrow/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/lock/index.html b/src/3.2.1/icon/lock/index.html index b0c06dfb5..c9b31547d 100644 --- a/src/3.2.1/icon/lock/index.html +++ b/src/3.2.1/icon/lock/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/long-arrow-down/index.html b/src/3.2.1/icon/long-arrow-down/index.html index 4de7c4082..638b6853a 100644 --- a/src/3.2.1/icon/long-arrow-down/index.html +++ b/src/3.2.1/icon/long-arrow-down/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/long-arrow-left/index.html b/src/3.2.1/icon/long-arrow-left/index.html index 1b6d0ad53..6fe9ea438 100644 --- a/src/3.2.1/icon/long-arrow-left/index.html +++ b/src/3.2.1/icon/long-arrow-left/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/long-arrow-right/index.html b/src/3.2.1/icon/long-arrow-right/index.html index 0b57a2b74..fe9fa0274 100644 --- a/src/3.2.1/icon/long-arrow-right/index.html +++ b/src/3.2.1/icon/long-arrow-right/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/long-arrow-up/index.html b/src/3.2.1/icon/long-arrow-up/index.html index 2a8e10762..5a4ddf73b 100644 --- a/src/3.2.1/icon/long-arrow-up/index.html +++ b/src/3.2.1/icon/long-arrow-up/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/magic/index.html b/src/3.2.1/icon/magic/index.html index b82bd1800..cb26804c1 100644 --- a/src/3.2.1/icon/magic/index.html +++ b/src/3.2.1/icon/magic/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/magnet/index.html b/src/3.2.1/icon/magnet/index.html index 4efafbc60..496d471ce 100644 --- a/src/3.2.1/icon/magnet/index.html +++ b/src/3.2.1/icon/magnet/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/mail-reply-all/index.html b/src/3.2.1/icon/mail-reply-all/index.html index ed887beac..4569f4119 100644 --- a/src/3.2.1/icon/mail-reply-all/index.html +++ b/src/3.2.1/icon/mail-reply-all/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/male/index.html b/src/3.2.1/icon/male/index.html index 56397b460..ef7dacb1f 100644 --- a/src/3.2.1/icon/male/index.html +++ b/src/3.2.1/icon/male/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/map-marker/index.html b/src/3.2.1/icon/map-marker/index.html index 4f1c90492..8dc2e49bc 100644 --- a/src/3.2.1/icon/map-marker/index.html +++ b/src/3.2.1/icon/map-marker/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/maxcdn/index.html b/src/3.2.1/icon/maxcdn/index.html index 77fe70504..7b9eec0ca 100644 --- a/src/3.2.1/icon/maxcdn/index.html +++ b/src/3.2.1/icon/maxcdn/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/medkit/index.html b/src/3.2.1/icon/medkit/index.html index 0dc6de676..aaeb7e49c 100644 --- a/src/3.2.1/icon/medkit/index.html +++ b/src/3.2.1/icon/medkit/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/meh/index.html b/src/3.2.1/icon/meh/index.html index b2da54705..9ccb6962e 100644 --- a/src/3.2.1/icon/meh/index.html +++ b/src/3.2.1/icon/meh/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/microphone-off/index.html b/src/3.2.1/icon/microphone-off/index.html index 9f07f090e..598f6b1c4 100644 --- a/src/3.2.1/icon/microphone-off/index.html +++ b/src/3.2.1/icon/microphone-off/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/microphone/index.html b/src/3.2.1/icon/microphone/index.html index 194f14e00..f2b677198 100644 --- a/src/3.2.1/icon/microphone/index.html +++ b/src/3.2.1/icon/microphone/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/minus-sign-alt/index.html b/src/3.2.1/icon/minus-sign-alt/index.html index c051cbb8b..c7315b530 100644 --- a/src/3.2.1/icon/minus-sign-alt/index.html +++ b/src/3.2.1/icon/minus-sign-alt/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/minus-sign/index.html b/src/3.2.1/icon/minus-sign/index.html index 0e68e3475..6745b9762 100644 --- a/src/3.2.1/icon/minus-sign/index.html +++ b/src/3.2.1/icon/minus-sign/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/minus/index.html b/src/3.2.1/icon/minus/index.html index 3b67868cd..bef81f1ee 100644 --- a/src/3.2.1/icon/minus/index.html +++ b/src/3.2.1/icon/minus/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/mobile-phone/index.html b/src/3.2.1/icon/mobile-phone/index.html index 7df04478c..a2775f2af 100644 --- a/src/3.2.1/icon/mobile-phone/index.html +++ b/src/3.2.1/icon/mobile-phone/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/money/index.html b/src/3.2.1/icon/money/index.html index 034d08044..6b54d3702 100644 --- a/src/3.2.1/icon/money/index.html +++ b/src/3.2.1/icon/money/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/moon/index.html b/src/3.2.1/icon/moon/index.html index 85484ffdd..a3d7f64b1 100644 --- a/src/3.2.1/icon/moon/index.html +++ b/src/3.2.1/icon/moon/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/move/index.html b/src/3.2.1/icon/move/index.html index 15b9dbf55..16cc43e2f 100644 --- a/src/3.2.1/icon/move/index.html +++ b/src/3.2.1/icon/move/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/music/index.html b/src/3.2.1/icon/music/index.html index 20b12e6b5..996671e6c 100644 --- a/src/3.2.1/icon/music/index.html +++ b/src/3.2.1/icon/music/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/off/index.html b/src/3.2.1/icon/off/index.html index 4c048fbe6..e49c18439 100644 --- a/src/3.2.1/icon/off/index.html +++ b/src/3.2.1/icon/off/index.html @@ -193,7 +193,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/ok-circle/index.html b/src/3.2.1/icon/ok-circle/index.html index 137d67f5f..39f2dafe4 100644 --- a/src/3.2.1/icon/ok-circle/index.html +++ b/src/3.2.1/icon/ok-circle/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/ok-sign/index.html b/src/3.2.1/icon/ok-sign/index.html index b4ff3ab4c..017670fd3 100644 --- a/src/3.2.1/icon/ok-sign/index.html +++ b/src/3.2.1/icon/ok-sign/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/ok/index.html b/src/3.2.1/icon/ok/index.html index 8b5295721..7bab082f1 100644 --- a/src/3.2.1/icon/ok/index.html +++ b/src/3.2.1/icon/ok/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/paper-clip/index.html b/src/3.2.1/icon/paper-clip/index.html index b1f37a773..03adcebbb 100644 --- a/src/3.2.1/icon/paper-clip/index.html +++ b/src/3.2.1/icon/paper-clip/index.html @@ -193,7 +193,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/paste/index.html b/src/3.2.1/icon/paste/index.html index 5c6dd547a..995946183 100644 --- a/src/3.2.1/icon/paste/index.html +++ b/src/3.2.1/icon/paste/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/pause/index.html b/src/3.2.1/icon/pause/index.html index 74e629bcd..b0fab04f5 100644 --- a/src/3.2.1/icon/pause/index.html +++ b/src/3.2.1/icon/pause/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/pencil/index.html b/src/3.2.1/icon/pencil/index.html index fc624e017..e2cbb58a5 100644 --- a/src/3.2.1/icon/pencil/index.html +++ b/src/3.2.1/icon/pencil/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/phone-sign/index.html b/src/3.2.1/icon/phone-sign/index.html index a6020dc1d..4f38a2ae6 100644 --- a/src/3.2.1/icon/phone-sign/index.html +++ b/src/3.2.1/icon/phone-sign/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/phone/index.html b/src/3.2.1/icon/phone/index.html index f6195d2c8..9f23f975c 100644 --- a/src/3.2.1/icon/phone/index.html +++ b/src/3.2.1/icon/phone/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/picture/index.html b/src/3.2.1/icon/picture/index.html index 0de34f3e0..a923c3e19 100644 --- a/src/3.2.1/icon/picture/index.html +++ b/src/3.2.1/icon/picture/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/pinterest-sign/index.html b/src/3.2.1/icon/pinterest-sign/index.html index 699330e61..cd877b692 100644 --- a/src/3.2.1/icon/pinterest-sign/index.html +++ b/src/3.2.1/icon/pinterest-sign/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/pinterest/index.html b/src/3.2.1/icon/pinterest/index.html index 89b5ddfc3..3eeb4cebf 100644 --- a/src/3.2.1/icon/pinterest/index.html +++ b/src/3.2.1/icon/pinterest/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/plane/index.html b/src/3.2.1/icon/plane/index.html index 5f2c97b66..ad4a9edc9 100644 --- a/src/3.2.1/icon/plane/index.html +++ b/src/3.2.1/icon/plane/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/play-circle/index.html b/src/3.2.1/icon/play-circle/index.html index 1a2d2ef20..2f75beff2 100644 --- a/src/3.2.1/icon/play-circle/index.html +++ b/src/3.2.1/icon/play-circle/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/play-sign/index.html b/src/3.2.1/icon/play-sign/index.html index fcaf5e928..96db90471 100644 --- a/src/3.2.1/icon/play-sign/index.html +++ b/src/3.2.1/icon/play-sign/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/play/index.html b/src/3.2.1/icon/play/index.html index 79d140786..876c16d7e 100644 --- a/src/3.2.1/icon/play/index.html +++ b/src/3.2.1/icon/play/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/plus-sign-alt/index.html b/src/3.2.1/icon/plus-sign-alt/index.html index 7a06b3fc9..56c4351e5 100644 --- a/src/3.2.1/icon/plus-sign-alt/index.html +++ b/src/3.2.1/icon/plus-sign-alt/index.html @@ -190,7 +190,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/plus-sign/index.html b/src/3.2.1/icon/plus-sign/index.html index 83dcde535..de256268f 100644 --- a/src/3.2.1/icon/plus-sign/index.html +++ b/src/3.2.1/icon/plus-sign/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/plus/index.html b/src/3.2.1/icon/plus/index.html index 13f2b25b1..8b47825b1 100644 --- a/src/3.2.1/icon/plus/index.html +++ b/src/3.2.1/icon/plus/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/print/index.html b/src/3.2.1/icon/print/index.html index 32740b8ca..34a365b8d 100644 --- a/src/3.2.1/icon/print/index.html +++ b/src/3.2.1/icon/print/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/pushpin/index.html b/src/3.2.1/icon/pushpin/index.html index 76058991c..87f3f871f 100644 --- a/src/3.2.1/icon/pushpin/index.html +++ b/src/3.2.1/icon/pushpin/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/puzzle-piece/index.html b/src/3.2.1/icon/puzzle-piece/index.html index b0dd14237..a2fe7171e 100644 --- a/src/3.2.1/icon/puzzle-piece/index.html +++ b/src/3.2.1/icon/puzzle-piece/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/qrcode/index.html b/src/3.2.1/icon/qrcode/index.html index e3f6ed9ae..81d2128bb 100644 --- a/src/3.2.1/icon/qrcode/index.html +++ b/src/3.2.1/icon/qrcode/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/question-sign/index.html b/src/3.2.1/icon/question-sign/index.html index 2f36afda8..3aff22d69 100644 --- a/src/3.2.1/icon/question-sign/index.html +++ b/src/3.2.1/icon/question-sign/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/question/index.html b/src/3.2.1/icon/question/index.html index 45b2e299b..1db03b889 100644 --- a/src/3.2.1/icon/question/index.html +++ b/src/3.2.1/icon/question/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/quote-left/index.html b/src/3.2.1/icon/quote-left/index.html index e3c3f208e..a86a705bd 100644 --- a/src/3.2.1/icon/quote-left/index.html +++ b/src/3.2.1/icon/quote-left/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/quote-right/index.html b/src/3.2.1/icon/quote-right/index.html index c3f4d8ecc..2fa339772 100644 --- a/src/3.2.1/icon/quote-right/index.html +++ b/src/3.2.1/icon/quote-right/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/random/index.html b/src/3.2.1/icon/random/index.html index 0d20d95bf..9bc72e1b9 100644 --- a/src/3.2.1/icon/random/index.html +++ b/src/3.2.1/icon/random/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/refresh/index.html b/src/3.2.1/icon/refresh/index.html index 2b21bd5fb..7ee478dc6 100644 --- a/src/3.2.1/icon/refresh/index.html +++ b/src/3.2.1/icon/refresh/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/remove-circle/index.html b/src/3.2.1/icon/remove-circle/index.html index d0bfb326c..8a7127b78 100644 --- a/src/3.2.1/icon/remove-circle/index.html +++ b/src/3.2.1/icon/remove-circle/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/remove-sign/index.html b/src/3.2.1/icon/remove-sign/index.html index a958c9934..c084da9b0 100644 --- a/src/3.2.1/icon/remove-sign/index.html +++ b/src/3.2.1/icon/remove-sign/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/remove/index.html b/src/3.2.1/icon/remove/index.html index fc6cd3d79..d882efaa0 100644 --- a/src/3.2.1/icon/remove/index.html +++ b/src/3.2.1/icon/remove/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/renren/index.html b/src/3.2.1/icon/renren/index.html index e77e2fed4..dfb65a630 100644 --- a/src/3.2.1/icon/renren/index.html +++ b/src/3.2.1/icon/renren/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/reorder/index.html b/src/3.2.1/icon/reorder/index.html index 5ec292581..2c21871e9 100644 --- a/src/3.2.1/icon/reorder/index.html +++ b/src/3.2.1/icon/reorder/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/repeat/index.html b/src/3.2.1/icon/repeat/index.html index 1f32a2473..71c2ee47f 100644 --- a/src/3.2.1/icon/repeat/index.html +++ b/src/3.2.1/icon/repeat/index.html @@ -193,7 +193,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/reply-all/index.html b/src/3.2.1/icon/reply-all/index.html index c7da49619..5fd850054 100644 --- a/src/3.2.1/icon/reply-all/index.html +++ b/src/3.2.1/icon/reply-all/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/reply/index.html b/src/3.2.1/icon/reply/index.html index d8dff552a..5940b0c71 100644 --- a/src/3.2.1/icon/reply/index.html +++ b/src/3.2.1/icon/reply/index.html @@ -193,7 +193,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/resize-full/index.html b/src/3.2.1/icon/resize-full/index.html index d22857883..8a4744ad3 100644 --- a/src/3.2.1/icon/resize-full/index.html +++ b/src/3.2.1/icon/resize-full/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/resize-horizontal/index.html b/src/3.2.1/icon/resize-horizontal/index.html index 1c0de39a3..7ee56819b 100644 --- a/src/3.2.1/icon/resize-horizontal/index.html +++ b/src/3.2.1/icon/resize-horizontal/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/resize-small/index.html b/src/3.2.1/icon/resize-small/index.html index 728efe3a3..5be879d93 100644 --- a/src/3.2.1/icon/resize-small/index.html +++ b/src/3.2.1/icon/resize-small/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/resize-vertical/index.html b/src/3.2.1/icon/resize-vertical/index.html index dcc9e3fea..f52c0db23 100644 --- a/src/3.2.1/icon/resize-vertical/index.html +++ b/src/3.2.1/icon/resize-vertical/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/retweet/index.html b/src/3.2.1/icon/retweet/index.html index 3e4eebde2..5898726ef 100644 --- a/src/3.2.1/icon/retweet/index.html +++ b/src/3.2.1/icon/retweet/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/road/index.html b/src/3.2.1/icon/road/index.html index f5d17355e..261c68a47 100644 --- a/src/3.2.1/icon/road/index.html +++ b/src/3.2.1/icon/road/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/rocket/index.html b/src/3.2.1/icon/rocket/index.html index cfbb04acf..f251c50e0 100644 --- a/src/3.2.1/icon/rocket/index.html +++ b/src/3.2.1/icon/rocket/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/rss-sign/index.html b/src/3.2.1/icon/rss-sign/index.html index 4babe0a0e..330cf4813 100644 --- a/src/3.2.1/icon/rss-sign/index.html +++ b/src/3.2.1/icon/rss-sign/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/rss/index.html b/src/3.2.1/icon/rss/index.html index 86404f591..a24a126c7 100644 --- a/src/3.2.1/icon/rss/index.html +++ b/src/3.2.1/icon/rss/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/save/index.html b/src/3.2.1/icon/save/index.html index 2763b39fb..85d6d4598 100644 --- a/src/3.2.1/icon/save/index.html +++ b/src/3.2.1/icon/save/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/screenshot/index.html b/src/3.2.1/icon/screenshot/index.html index 9daf41ac1..880dc4d9d 100644 --- a/src/3.2.1/icon/screenshot/index.html +++ b/src/3.2.1/icon/screenshot/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/search/index.html b/src/3.2.1/icon/search/index.html index dfe279a90..6e1bd164e 100644 --- a/src/3.2.1/icon/search/index.html +++ b/src/3.2.1/icon/search/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/share-alt/index.html b/src/3.2.1/icon/share-alt/index.html index 7126edd4e..6281e61ea 100644 --- a/src/3.2.1/icon/share-alt/index.html +++ b/src/3.2.1/icon/share-alt/index.html @@ -193,7 +193,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/share-sign/index.html b/src/3.2.1/icon/share-sign/index.html index 901169dec..f306d30ae 100644 --- a/src/3.2.1/icon/share-sign/index.html +++ b/src/3.2.1/icon/share-sign/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/share/index.html b/src/3.2.1/icon/share/index.html index 310604ded..13434c2de 100644 --- a/src/3.2.1/icon/share/index.html +++ b/src/3.2.1/icon/share/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/shield/index.html b/src/3.2.1/icon/shield/index.html index f5e38a56b..37cdd58af 100644 --- a/src/3.2.1/icon/shield/index.html +++ b/src/3.2.1/icon/shield/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/shopping-cart/index.html b/src/3.2.1/icon/shopping-cart/index.html index e13eb4ae7..51a82a75b 100644 --- a/src/3.2.1/icon/shopping-cart/index.html +++ b/src/3.2.1/icon/shopping-cart/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/sign-blank/index.html b/src/3.2.1/icon/sign-blank/index.html index 578b735c3..29fa381c1 100644 --- a/src/3.2.1/icon/sign-blank/index.html +++ b/src/3.2.1/icon/sign-blank/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/signal/index.html b/src/3.2.1/icon/signal/index.html index cb7688c92..00b993a26 100644 --- a/src/3.2.1/icon/signal/index.html +++ b/src/3.2.1/icon/signal/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/signin/index.html b/src/3.2.1/icon/signin/index.html index 44d7f6de1..8476d212e 100644 --- a/src/3.2.1/icon/signin/index.html +++ b/src/3.2.1/icon/signin/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/signout/index.html b/src/3.2.1/icon/signout/index.html index c6b8dca9c..7ed291f8d 100644 --- a/src/3.2.1/icon/signout/index.html +++ b/src/3.2.1/icon/signout/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/sitemap/index.html b/src/3.2.1/icon/sitemap/index.html index 297b3bf08..f1c5591c1 100644 --- a/src/3.2.1/icon/sitemap/index.html +++ b/src/3.2.1/icon/sitemap/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/skype/index.html b/src/3.2.1/icon/skype/index.html index 857fbc921..2825667b0 100644 --- a/src/3.2.1/icon/skype/index.html +++ b/src/3.2.1/icon/skype/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/smile/index.html b/src/3.2.1/icon/smile/index.html index 9ba255071..f104b579d 100644 --- a/src/3.2.1/icon/smile/index.html +++ b/src/3.2.1/icon/smile/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/sort-by-alphabet-alt/index.html b/src/3.2.1/icon/sort-by-alphabet-alt/index.html index ada4c5f1f..ef329bb6d 100644 --- a/src/3.2.1/icon/sort-by-alphabet-alt/index.html +++ b/src/3.2.1/icon/sort-by-alphabet-alt/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/sort-by-alphabet/index.html b/src/3.2.1/icon/sort-by-alphabet/index.html index 714f9f1b8..201457c6f 100644 --- a/src/3.2.1/icon/sort-by-alphabet/index.html +++ b/src/3.2.1/icon/sort-by-alphabet/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/sort-by-attributes-alt/index.html b/src/3.2.1/icon/sort-by-attributes-alt/index.html index 58bc1542b..6acb8483f 100644 --- a/src/3.2.1/icon/sort-by-attributes-alt/index.html +++ b/src/3.2.1/icon/sort-by-attributes-alt/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/sort-by-attributes/index.html b/src/3.2.1/icon/sort-by-attributes/index.html index 298d22e4c..37cbc829f 100644 --- a/src/3.2.1/icon/sort-by-attributes/index.html +++ b/src/3.2.1/icon/sort-by-attributes/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/sort-by-order-alt/index.html b/src/3.2.1/icon/sort-by-order-alt/index.html index 01ff453bd..73f4226d5 100644 --- a/src/3.2.1/icon/sort-by-order-alt/index.html +++ b/src/3.2.1/icon/sort-by-order-alt/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/sort-by-order/index.html b/src/3.2.1/icon/sort-by-order/index.html index 5f03df84a..abdb4c1d1 100644 --- a/src/3.2.1/icon/sort-by-order/index.html +++ b/src/3.2.1/icon/sort-by-order/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/sort-down/index.html b/src/3.2.1/icon/sort-down/index.html index cb848f938..aba2e3b12 100644 --- a/src/3.2.1/icon/sort-down/index.html +++ b/src/3.2.1/icon/sort-down/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/sort-up/index.html b/src/3.2.1/icon/sort-up/index.html index 241bbc2ce..82c72acd2 100644 --- a/src/3.2.1/icon/sort-up/index.html +++ b/src/3.2.1/icon/sort-up/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/sort/index.html b/src/3.2.1/icon/sort/index.html index 566ee7077..29b32084f 100644 --- a/src/3.2.1/icon/sort/index.html +++ b/src/3.2.1/icon/sort/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/spinner/index.html b/src/3.2.1/icon/spinner/index.html index 2cf9147f4..ab904cd38 100644 --- a/src/3.2.1/icon/spinner/index.html +++ b/src/3.2.1/icon/spinner/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/stackexchange/index.html b/src/3.2.1/icon/stackexchange/index.html index 3e2598b5c..f8bb19c85 100644 --- a/src/3.2.1/icon/stackexchange/index.html +++ b/src/3.2.1/icon/stackexchange/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/star-empty/index.html b/src/3.2.1/icon/star-empty/index.html index ca43857ad..3e4ffe955 100644 --- a/src/3.2.1/icon/star-empty/index.html +++ b/src/3.2.1/icon/star-empty/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/star-half-empty/index.html b/src/3.2.1/icon/star-half-empty/index.html index 47bd07aa2..869b12683 100644 --- a/src/3.2.1/icon/star-half-empty/index.html +++ b/src/3.2.1/icon/star-half-empty/index.html @@ -193,7 +193,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/star-half/index.html b/src/3.2.1/icon/star-half/index.html index efd0ac180..762c891f2 100644 --- a/src/3.2.1/icon/star-half/index.html +++ b/src/3.2.1/icon/star-half/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/star/index.html b/src/3.2.1/icon/star/index.html index e61f90c8a..5f917a93c 100644 --- a/src/3.2.1/icon/star/index.html +++ b/src/3.2.1/icon/star/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/step-backward/index.html b/src/3.2.1/icon/step-backward/index.html index 578fd703a..66ec8c292 100644 --- a/src/3.2.1/icon/step-backward/index.html +++ b/src/3.2.1/icon/step-backward/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/step-forward/index.html b/src/3.2.1/icon/step-forward/index.html index cce1bd4fb..4d7568d9c 100644 --- a/src/3.2.1/icon/step-forward/index.html +++ b/src/3.2.1/icon/step-forward/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/stethoscope/index.html b/src/3.2.1/icon/stethoscope/index.html index 86c152710..c55eff083 100644 --- a/src/3.2.1/icon/stethoscope/index.html +++ b/src/3.2.1/icon/stethoscope/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/stop/index.html b/src/3.2.1/icon/stop/index.html index 6de86574e..1fefb087a 100644 --- a/src/3.2.1/icon/stop/index.html +++ b/src/3.2.1/icon/stop/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/strikethrough/index.html b/src/3.2.1/icon/strikethrough/index.html index 368d80432..0249e23f7 100644 --- a/src/3.2.1/icon/strikethrough/index.html +++ b/src/3.2.1/icon/strikethrough/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/subscript/index.html b/src/3.2.1/icon/subscript/index.html index 1310be1e6..8a45bc348 100644 --- a/src/3.2.1/icon/subscript/index.html +++ b/src/3.2.1/icon/subscript/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/suitcase/index.html b/src/3.2.1/icon/suitcase/index.html index 320ecf886..439551771 100644 --- a/src/3.2.1/icon/suitcase/index.html +++ b/src/3.2.1/icon/suitcase/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/sun/index.html b/src/3.2.1/icon/sun/index.html index dc53ca9b1..c6d260490 100644 --- a/src/3.2.1/icon/sun/index.html +++ b/src/3.2.1/icon/sun/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/superscript/index.html b/src/3.2.1/icon/superscript/index.html index 69b333d9a..a8943a7b9 100644 --- a/src/3.2.1/icon/superscript/index.html +++ b/src/3.2.1/icon/superscript/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/table/index.html b/src/3.2.1/icon/table/index.html index 86b2ad16c..9b8c01439 100644 --- a/src/3.2.1/icon/table/index.html +++ b/src/3.2.1/icon/table/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/tablet/index.html b/src/3.2.1/icon/tablet/index.html index 529db7aa0..2f64560f4 100644 --- a/src/3.2.1/icon/tablet/index.html +++ b/src/3.2.1/icon/tablet/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/tag/index.html b/src/3.2.1/icon/tag/index.html index dc823f67e..4c8d7c6ed 100644 --- a/src/3.2.1/icon/tag/index.html +++ b/src/3.2.1/icon/tag/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/tags/index.html b/src/3.2.1/icon/tags/index.html index 9d5f0b6d1..a69a3e615 100644 --- a/src/3.2.1/icon/tags/index.html +++ b/src/3.2.1/icon/tags/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/tasks/index.html b/src/3.2.1/icon/tasks/index.html index 5c232bd10..5133ebead 100644 --- a/src/3.2.1/icon/tasks/index.html +++ b/src/3.2.1/icon/tasks/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/terminal/index.html b/src/3.2.1/icon/terminal/index.html index b608e3fd2..df33a182d 100644 --- a/src/3.2.1/icon/terminal/index.html +++ b/src/3.2.1/icon/terminal/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/text-height/index.html b/src/3.2.1/icon/text-height/index.html index 3d7ccdee9..b8f130dbd 100644 --- a/src/3.2.1/icon/text-height/index.html +++ b/src/3.2.1/icon/text-height/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/text-width/index.html b/src/3.2.1/icon/text-width/index.html index 8a84f94fc..de2dfaaf6 100644 --- a/src/3.2.1/icon/text-width/index.html +++ b/src/3.2.1/icon/text-width/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/th-large/index.html b/src/3.2.1/icon/th-large/index.html index 7eada0040..93114cbe4 100644 --- a/src/3.2.1/icon/th-large/index.html +++ b/src/3.2.1/icon/th-large/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/th-list/index.html b/src/3.2.1/icon/th-list/index.html index 67fd825f7..74f926239 100644 --- a/src/3.2.1/icon/th-list/index.html +++ b/src/3.2.1/icon/th-list/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/th/index.html b/src/3.2.1/icon/th/index.html index dd086a909..efca82c98 100644 --- a/src/3.2.1/icon/th/index.html +++ b/src/3.2.1/icon/th/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/thumbs-down-alt/index.html b/src/3.2.1/icon/thumbs-down-alt/index.html index 42b382dfe..2033ed7a1 100644 --- a/src/3.2.1/icon/thumbs-down-alt/index.html +++ b/src/3.2.1/icon/thumbs-down-alt/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/thumbs-down/index.html b/src/3.2.1/icon/thumbs-down/index.html index 401c9183f..ebb59f92a 100644 --- a/src/3.2.1/icon/thumbs-down/index.html +++ b/src/3.2.1/icon/thumbs-down/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/thumbs-up-alt/index.html b/src/3.2.1/icon/thumbs-up-alt/index.html index eeacb9e2f..e761495b5 100644 --- a/src/3.2.1/icon/thumbs-up-alt/index.html +++ b/src/3.2.1/icon/thumbs-up-alt/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/thumbs-up/index.html b/src/3.2.1/icon/thumbs-up/index.html index 7c9fefe31..0657c8f7f 100644 --- a/src/3.2.1/icon/thumbs-up/index.html +++ b/src/3.2.1/icon/thumbs-up/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/ticket/index.html b/src/3.2.1/icon/ticket/index.html index 333f55c36..9f8011856 100644 --- a/src/3.2.1/icon/ticket/index.html +++ b/src/3.2.1/icon/ticket/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/time/index.html b/src/3.2.1/icon/time/index.html index af36297bf..1c6648f3d 100644 --- a/src/3.2.1/icon/time/index.html +++ b/src/3.2.1/icon/time/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/tint/index.html b/src/3.2.1/icon/tint/index.html index fb7a37587..4e923720f 100644 --- a/src/3.2.1/icon/tint/index.html +++ b/src/3.2.1/icon/tint/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/trash/index.html b/src/3.2.1/icon/trash/index.html index 58c9bb740..9afe64bac 100644 --- a/src/3.2.1/icon/trash/index.html +++ b/src/3.2.1/icon/trash/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/trello/index.html b/src/3.2.1/icon/trello/index.html index 0f3498d9e..21121641d 100644 --- a/src/3.2.1/icon/trello/index.html +++ b/src/3.2.1/icon/trello/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/trophy/index.html b/src/3.2.1/icon/trophy/index.html index ecdd6ead8..7b1beda84 100644 --- a/src/3.2.1/icon/trophy/index.html +++ b/src/3.2.1/icon/trophy/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/truck/index.html b/src/3.2.1/icon/truck/index.html index 158dc4731..c224df801 100644 --- a/src/3.2.1/icon/truck/index.html +++ b/src/3.2.1/icon/truck/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/tumblr-sign/index.html b/src/3.2.1/icon/tumblr-sign/index.html index 2149ee5b0..9fc48200e 100644 --- a/src/3.2.1/icon/tumblr-sign/index.html +++ b/src/3.2.1/icon/tumblr-sign/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/tumblr/index.html b/src/3.2.1/icon/tumblr/index.html index 276c5131c..a61a9382a 100644 --- a/src/3.2.1/icon/tumblr/index.html +++ b/src/3.2.1/icon/tumblr/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/twitter-sign/index.html b/src/3.2.1/icon/twitter-sign/index.html index efdf8ef02..57f7840f8 100644 --- a/src/3.2.1/icon/twitter-sign/index.html +++ b/src/3.2.1/icon/twitter-sign/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/twitter/index.html b/src/3.2.1/icon/twitter/index.html index d07d9b160..56e5b247b 100644 --- a/src/3.2.1/icon/twitter/index.html +++ b/src/3.2.1/icon/twitter/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/umbrella/index.html b/src/3.2.1/icon/umbrella/index.html index 9c54399c8..e95206c22 100644 --- a/src/3.2.1/icon/umbrella/index.html +++ b/src/3.2.1/icon/umbrella/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/underline/index.html b/src/3.2.1/icon/underline/index.html index 3128eb4f3..f9c6f6a8b 100644 --- a/src/3.2.1/icon/underline/index.html +++ b/src/3.2.1/icon/underline/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/undo/index.html b/src/3.2.1/icon/undo/index.html index 59e600cee..86e022c35 100644 --- a/src/3.2.1/icon/undo/index.html +++ b/src/3.2.1/icon/undo/index.html @@ -193,7 +193,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/unlink/index.html b/src/3.2.1/icon/unlink/index.html index 9cb39dcf6..2a792ace6 100644 --- a/src/3.2.1/icon/unlink/index.html +++ b/src/3.2.1/icon/unlink/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/unlock-alt/index.html b/src/3.2.1/icon/unlock-alt/index.html index b37ae71b2..ff43c8c71 100644 --- a/src/3.2.1/icon/unlock-alt/index.html +++ b/src/3.2.1/icon/unlock-alt/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/unlock/index.html b/src/3.2.1/icon/unlock/index.html index 0436dc039..494dcbb31 100644 --- a/src/3.2.1/icon/unlock/index.html +++ b/src/3.2.1/icon/unlock/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/upload-alt/index.html b/src/3.2.1/icon/upload-alt/index.html index 321de9e3d..8c28a645b 100644 --- a/src/3.2.1/icon/upload-alt/index.html +++ b/src/3.2.1/icon/upload-alt/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/upload/index.html b/src/3.2.1/icon/upload/index.html index 1a49e7837..1d0f88578 100644 --- a/src/3.2.1/icon/upload/index.html +++ b/src/3.2.1/icon/upload/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/usd/index.html b/src/3.2.1/icon/usd/index.html index 36eb1dae6..c8d97ea37 100644 --- a/src/3.2.1/icon/usd/index.html +++ b/src/3.2.1/icon/usd/index.html @@ -193,7 +193,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/user-md/index.html b/src/3.2.1/icon/user-md/index.html index e8850dc3e..2b9984955 100644 --- a/src/3.2.1/icon/user-md/index.html +++ b/src/3.2.1/icon/user-md/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/user/index.html b/src/3.2.1/icon/user/index.html index 4fe72a21e..672dcb613 100644 --- a/src/3.2.1/icon/user/index.html +++ b/src/3.2.1/icon/user/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/vk/index.html b/src/3.2.1/icon/vk/index.html index 3c8f4e8c0..e9178e986 100644 --- a/src/3.2.1/icon/vk/index.html +++ b/src/3.2.1/icon/vk/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/volume-down/index.html b/src/3.2.1/icon/volume-down/index.html index 8c538de50..ecc475f74 100644 --- a/src/3.2.1/icon/volume-down/index.html +++ b/src/3.2.1/icon/volume-down/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/volume-off/index.html b/src/3.2.1/icon/volume-off/index.html index f00e21634..b5b33e44b 100644 --- a/src/3.2.1/icon/volume-off/index.html +++ b/src/3.2.1/icon/volume-off/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/volume-up/index.html b/src/3.2.1/icon/volume-up/index.html index 8157eddf2..f8d27f277 100644 --- a/src/3.2.1/icon/volume-up/index.html +++ b/src/3.2.1/icon/volume-up/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/warning-sign/index.html b/src/3.2.1/icon/warning-sign/index.html index 31cd8eede..8432f0d3c 100644 --- a/src/3.2.1/icon/warning-sign/index.html +++ b/src/3.2.1/icon/warning-sign/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/weibo/index.html b/src/3.2.1/icon/weibo/index.html index f76ed2a62..553829ee4 100644 --- a/src/3.2.1/icon/weibo/index.html +++ b/src/3.2.1/icon/weibo/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/windows/index.html b/src/3.2.1/icon/windows/index.html index 7513f5ac1..c646a8fda 100644 --- a/src/3.2.1/icon/windows/index.html +++ b/src/3.2.1/icon/windows/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/wrench/index.html b/src/3.2.1/icon/wrench/index.html index 6562caad3..c0677c982 100644 --- a/src/3.2.1/icon/wrench/index.html +++ b/src/3.2.1/icon/wrench/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/xing-sign/index.html b/src/3.2.1/icon/xing-sign/index.html index b2f482f74..685dbed23 100644 --- a/src/3.2.1/icon/xing-sign/index.html +++ b/src/3.2.1/icon/xing-sign/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/xing/index.html b/src/3.2.1/icon/xing/index.html index 68aa1532a..86261629c 100644 --- a/src/3.2.1/icon/xing/index.html +++ b/src/3.2.1/icon/xing/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/youtube-play/index.html b/src/3.2.1/icon/youtube-play/index.html index 60874dd5c..e4afd1323 100644 --- a/src/3.2.1/icon/youtube-play/index.html +++ b/src/3.2.1/icon/youtube-play/index.html @@ -190,7 +190,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/youtube-sign/index.html b/src/3.2.1/icon/youtube-sign/index.html index fe6f624d9..e0c4e4758 100644 --- a/src/3.2.1/icon/youtube-sign/index.html +++ b/src/3.2.1/icon/youtube-sign/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/youtube/index.html b/src/3.2.1/icon/youtube/index.html index 51ec01c8d..a4fe62a50 100644 --- a/src/3.2.1/icon/youtube/index.html +++ b/src/3.2.1/icon/youtube/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/zoom-in/index.html b/src/3.2.1/icon/zoom-in/index.html index 294842c82..63590f5f8 100644 --- a/src/3.2.1/icon/zoom-in/index.html +++ b/src/3.2.1/icon/zoom-in/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icon/zoom-out/index.html b/src/3.2.1/icon/zoom-out/index.html index 2f1f1881c..06cdc9c34 100644 --- a/src/3.2.1/icon/zoom-out/index.html +++ b/src/3.2.1/icon/zoom-out/index.html @@ -188,7 +188,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/icons.yml b/src/3.2.1/icons.yml old mode 100755 new mode 100644 diff --git a/src/3.2.1/icons/index.html b/src/3.2.1/icons/index.html index 779f024fb..be9fd43ed 100644 --- a/src/3.2.1/icons/index.html +++ b/src/3.2.1/icons/index.html @@ -150,6 +150,15 @@
+
+
+
+
+ Heads up! These docs are for v3.2.1, which is no longer officially supported. Check out the latest version of Font Awesome! +
+
+
+
@@ -1182,7 +1191,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/index.html b/src/3.2.1/index.html index 0c296ce5e..a0fc75dee 100644 --- a/src/3.2.1/index.html +++ b/src/3.2.1/index.html @@ -193,16 +193,25 @@
- + +
+
+
+
+ Heads up! These docs are for v3.2.1, which is no longer officially supported. Check out the latest version of Font Awesome! +
+
+
+
- +

Font Awesome gives you scalable vector icons that can instantly be customized — size, color, drop shadow, and anything that can be done with the power of CSS.

- +
@@ -273,7 +282,7 @@

- Thanks to MaxCDN for providing the excellent + Thanks to MaxCDN for providing the excellent BootstrapCDN, the fastest and easiest way to get started with Font Awesome.

@@ -300,7 +309,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/license/index.html b/src/3.2.1/license/index.html index d58cf5ea8..bf2d88726 100644 --- a/src/3.2.1/license/index.html +++ b/src/3.2.1/license/index.html @@ -150,6 +150,15 @@
+
+
+
+
+ Heads up! These docs are for v3.2.1, which is no longer officially supported. Check out the latest version of Font Awesome! +
+
+
+
@@ -241,7 +250,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/test/index.html b/src/3.2.1/test/index.html index 29c535fbd..7c63bebd3 100644 --- a/src/3.2.1/test/index.html +++ b/src/3.2.1/test/index.html @@ -1036,7 +1036,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/3.2.1/whats-new/index.html b/src/3.2.1/whats-new/index.html index fe0f5549a..307a1b632 100644 --- a/src/3.2.1/whats-new/index.html +++ b/src/3.2.1/whats-new/index.html @@ -118,7 +118,7 @@
- +
@@ -149,11 +149,20 @@
- + +
+
+
+
+ Heads up! These docs are for v3.2.1, which is no longer officially supported. Check out the latest version of Font Awesome! +
+
+
+
- +

Font Awesome is always getting a little awesome-er. So here's what's new in the latest version, Font Awesome 3.2. Have some ideas for new features? @@ -249,147 +258,147 @@

- +
You asked, Font Awesome delivers with 58 shiny new icons in version 3.2. Want to request new icons? Here's how.
- +
@@ -413,7 +422,7 @@ Documentation licensed under CC BY 3.0
- Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/src/Makefile b/src/Makefile index 4cdb734c6..bd98b53a2 100644 --- a/src/Makefile +++ b/src/Makefile @@ -17,20 +17,22 @@ SITE_LESS_DIRECTORY = assets/less SITE_CSS_DIRECTORY = assets/css SITE_LESS = ${SITE_LESS_DIRECTORY}/site.less -SITE_CSS_MIN = ${SITE_CSS_DIRECTORY}/site.css +SITE_CSS = ${SITE_CSS_DIRECTORY}/site.css build: @echo "Compiling Less files" @mkdir -p ${FA_CSS_DIRECTORY} - lessc ${FA_LESS_MODERN} > ${FA_CSS_MODERN} - lessc --yui-compress ${FA_LESS_MODERN} > ${FA_CSS_MODERN_MIN} + bundle exec lessc ${FA_LESS_MODERN} > ${FA_CSS_MODERN} + bundle exec lessc --compress ${FA_LESS_MODERN} > ${FA_CSS_MODERN_MIN} # sass ${FA_SCSS_MODERN} ${FA_CSS_MODERN} - lessc --compress ${SITE_LESS} > ${SITE_CSS_MIN} + bundle exec lessc --yui-compress ${SITE_LESS} > ${SITE_CSS} cp -r ${FA_ROOT_DIRECTORY}/* ../ + mv README.md-nobuild ../README.md cd assets && mv font-awesome font-awesome-{{ site.fontawesome.version }} && zip -r9 font-awesome-{{ site.fontawesome.version }}.zip font-awesome-{{ site.fontawesome.version }} && mv font-awesome-{{ site.fontawesome.version }} font-awesome + find .. -type f ! -perm 644 -exec chmod 644 {} \; default: build diff --git a/src/README.md-nobuild b/src/README.md-nobuild new file mode 100644 index 000000000..a181bb735 --- /dev/null +++ b/src/README.md-nobuild @@ -0,0 +1,102 @@ +--- +--- +# [Font Awesome v{{ site.fontawesome.version }}]({{ site.fontawesome.url }}) +### The iconic font and CSS framework + +Font Awesome is a full suite of {{ icons | size }} pictographic icons for easy scalable vector graphics on websites, +created and maintained by [{{ site.fontawesome.author.name }}](https://twitter.com/{{ site.fontawesome.author.twitter }}). +Stay up to date with the latest release and announcements on Twitter: +[@{{ site.fontawesome.twitter }}](http://twitter.com/{{ site.fontawesome.twitter }}). + +Get started at {{ site.fontawesome.url }}! + +## License +- The Font Awesome font is licensed under the SIL OFL 1.1: + - http://scripts.sil.org/OFL +- Font Awesome CSS, LESS, and Sass files are licensed under the MIT License: + - https://opensource.org/licenses/mit-license.html +- The Font Awesome documentation is licensed under the CC BY 3.0 License: + - http://creativecommons.org/licenses/by/3.0/ +- Attribution is no longer required as of Font Awesome 3.0, but much appreciated: + - `Font Awesome by Dave Gandy - http://fontawesome.io` +- Full details: http://fontawesome.io/license/ + +## Changelog +- [v4.5.0 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?q=milestone%3A4.5.0+is%3Aclosed) +- [v4.4.0 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?q=milestone%3A4.4.0+is%3Aclosed) +- [v4.3.0 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?q=milestone%3A4.3.0+is%3Aclosed) +- [v4.2.0 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=12&page=1&state=closed) +- [v4.1.0 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=6&page=1&state=closed) +- [v4.0.3 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=9&page=1&state=closed) +- [v4.0.2 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=8&page=1&state=closed) +- [v4.0.1 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=7&page=1&state=closed) +- [v4.0.0 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=2&page=1&state=closed) +- [v3.2.1 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=5&page=1&state=closed) +- [v3.2.0 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=3&page=1&state=closed) +- [v3.1.1 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=4&page=1&state=closed) +- v3.1.0 - Added 54 icons, icon stacking styles, flipping and rotating icons, removed Sass support +- v3.0.2 - much improved rendering and alignment in IE7 +- v3.0.1 - much improved rendering in webkit, various bug fixes +- v3.0.0 - all icons redesigned from scratch, optimized for Bootstrap's 14px default + +## Contributing + +Please read through our [contributing guidelines](https://github.com/FortAwesome/Font-Awesome/blob/master/CONTRIBUTING.md). +Included are directions for opening issues, coding standards, and notes on development. + +## Versioning + +Font Awesome will be maintained under the Semantic Versioning guidelines as much as possible. Releases will be numbered +with the following format: + +`..` + +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 +- Email: {{ site.fontawesome.author.email }} +- Twitter: http://twitter.com/{{ site.fontawesome.author.twitter }} +- GitHub: https://github.com/{{ site.fontawesome.author.github }} + +## Component +To include as a [component](https://github.com/componentjs/component), just run + + $ component install FortAwesome/Font-Awesome + +Or add + + "FortAwesome/Font-Awesome": "*" + +to the `dependencies` in your `component.json`. + +## Hacking on Font Awesome + +**Before you can build the project**, you must first have the following installed: + +- [Ruby](https://www.ruby-lang.org/en/) +- Ruby Development Headers + - **Ubuntu:** `sudo apt-get install ruby-dev` *(Only if you're __NOT__ using `rbenv` or `rvm`)* + - **Windows:** [DevKit](http://rubyinstaller.org/) +- [Bundler](http://bundler.io/) (Run `gem install bundler` to install). +- [Node Package Manager (AKA NPM)](https://docs.npmjs.com/getting-started/installing-node) +- [Less](http://lesscss.org/) (Run `npm install -g less` to install). +- [Less Plugin: Clean CSS](https://github.com/less/less-plugin-clean-css) (Run `npm install -g less-plugin-clean-css` to install). + +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 -w serve diff --git a/src/_includes/ads/carbon-dark-vertical.html b/src/_includes/ads/carbon-dark-vertical.html deleted file mode 100644 index 15804e73a..000000000 --- a/src/_includes/ads/carbon-dark-vertical.html +++ /dev/null @@ -1 +0,0 @@ -
diff --git a/src/_includes/ads/carbon-light-horizontal.html b/src/_includes/ads/carbon-light-horizontal.html deleted file mode 100644 index 8dcfb61b6..000000000 --- a/src/_includes/ads/carbon-light-horizontal.html +++ /dev/null @@ -1 +0,0 @@ -
diff --git a/src/_includes/ads/carbon-light-vertical.html b/src/_includes/ads/carbon-light-vertical.html deleted file mode 100644 index e6fce26a9..000000000 --- a/src/_includes/ads/carbon-light-vertical.html +++ /dev/null @@ -1 +0,0 @@ -
diff --git a/src/_includes/ads/fusion.html b/src/_includes/ads/fusion.html new file mode 100644 index 000000000..c49a9f42c --- /dev/null +++ b/src/_includes/ads/fusion.html @@ -0,0 +1 @@ + diff --git a/src/_includes/brand-adblock-warning.html b/src/_includes/brand-adblock-warning.html new file mode 100644 index 000000000..eb6ee670f --- /dev/null +++ b/src/_includes/brand-adblock-warning.html @@ -0,0 +1,5 @@ +

Warning!

+Apparently, Adblock Plus can remove Font Awesome brand icons with their "Remove Social +Media Buttons" setting. We will not use hacks to force them to display. Please +report an issue with Adblock Plus if you believe this to be +an error. To work around this, you'll need to modify the social icon class names. diff --git a/src/_includes/brand-license.html b/src/_includes/brand-license.html index 33001834b..79696801e 100644 --- a/src/_includes/brand-license.html +++ b/src/_includes/brand-license.html @@ -1,4 +1,5 @@
  • All brand icons are trademarks of their respective owners.
  • The use of these trademarks does not indicate endorsement of the trademark holder by Font Awesome, nor vice versa.
  • +
  • Brand icons should only be used to represent the company or product to which they refer.
diff --git a/src/_includes/code/core.less b/src/_includes/code/core.less new file mode 100644 index 000000000..cbd0d1ae7 --- /dev/null +++ b/src/_includes/code/core.less @@ -0,0 +1,6 @@ + display: inline-block; + font: normal normal normal @fa-font-size-base/@fa-line-height-base FontAwesome; // shortening font declaration + font-size: inherit; // can't have font-size inherit on line above, so need to override + text-rendering: auto; // optimizelegibility throws things off #1094 + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; diff --git a/src/_includes/code/core.scss b/src/_includes/code/core.scss new file mode 100644 index 000000000..c7ea6e0e3 --- /dev/null +++ b/src/_includes/code/core.scss @@ -0,0 +1,6 @@ + display: inline-block; + font: normal normal normal #{$fa-font-size-base}/#{$fa-line-height-base} FontAwesome; // shortening font declaration + font-size: inherit; // can't have font-size inherit on line above, so need to override + text-rendering: auto; // optimizelegibility throws things off #1094 + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; diff --git a/src/_includes/license-code.less b/src/_includes/code/license.css similarity index 100% rename from src/_includes/license-code.less rename to src/_includes/code/license.css diff --git a/src/_includes/community/project-milestones.html b/src/_includes/community/project-milestones.html index ba2a4e493..598569981 100644 --- a/src/_includes/community/project-milestones.html +++ b/src/_includes/community/project-milestones.html @@ -2,6 +2,6 @@

Want to keep up with what's planned for Font Awesome? Check out our - milestones on the GitHub project. + milestones on the GitHub project.

diff --git a/src/_includes/community/requesting-new-icons.html b/src/_includes/community/requesting-new-icons.html index 1b723dea5..e342f2868 100644 --- a/src/_includes/community/requesting-new-icons.html +++ b/src/_includes/community/requesting-new-icons.html @@ -7,21 +7,23 @@

  1. Please be nice. Font Awesome is a happy place.
  2. -
  3. Please search to see if your icon request already exists.
  4. +
  5. Please search to see if your icon request already exists. If a request is found, please +1 that one.
  6. +
  7. + Please make requests for single icons, unless you are requesting a couple of strictly related icons (e.g., thumbs-up/thumbs-down). +
  8. Please and thank you if you include the following:
    • - Title your new issue - Icon request: icon-name. + Title your new issue + Icon request: icon-name (e.g., Icon request: icon-car).
    • Include a few use cases for your requested icon. How do you plan on using it?
    • Attach a single color image or two that represent the idea you're going for.
  9. - Concrete objects make good icons, since abstract concepts are, well, abstract. It's harder to make an icon - to represent happiness. It's easier to make a smiley face. + Request concrete objects: it's harder to make an icon to represent happiness, it's easier to make a smiley face.
diff --git a/src/_includes/community/submitting-pull-requests.html b/src/_includes/community/submitting-pull-requests.html index de79930e6..1a55aba7b 100644 --- a/src/_includes/community/submitting-pull-requests.html +++ b/src/_includes/community/submitting-pull-requests.html @@ -2,8 +2,9 @@ Found a way to solve a bug in Font Awesome? Want to contribute new features? Here are a few things to remember:
    +
  1. Please do not submit new icons.
  2. Please submit all pull requests against *-wip branches.
  3. -
  4. All pull requests submitted against master will be sumarily closed and this guide referenced.
  5. +
  6. All pull requests submitted against master will be summarily closed and this guide referenced.
  7. After doing everything above, feel free to submit a pull request. diff --git a/src/_includes/examples/animated.html b/src/_includes/examples/animated.html new file mode 100644 index 000000000..a5f61ca5c --- /dev/null +++ b/src/_includes/examples/animated.html @@ -0,0 +1,42 @@ +
    + +
    +
    +

    + + + + + +

    +
    +
    +

    + Use the fa-spin class to get any icon to rotate, and use fa-pulse to have it rotate + with 8 steps. Works well with fa-spinner, fa-refresh, and fa-cog. +

    +{% highlight html %} + + + + + +{% endhighlight %} +

    + + Some browsers on some platforms have issues with animated icons resulting in a jittery wobbling effect. See + issue #671 + for examples and possible workarounds. +

    +

    + CSS3 animations aren't supported in IE8 - IE9. +

    +
    +
    +
    diff --git a/src/_includes/examples/basic.html b/src/_includes/examples/basic.html new file mode 100644 index 000000000..d672ffd57 --- /dev/null +++ b/src/_includes/examples/basic.html @@ -0,0 +1,36 @@ +
    + + +
    +
    +

    + fa-camera-retro +

    +
    +
    +

    + You can place Font Awesome icons just about anywhere using the CSS Prefix fa and the icon's + name. Font Awesome is designed to be used with inline elements (we like the <i> tag for + brevity, but using a <span> is more semantically correct). +

    +{% highlight html %} + fa-camera-retro +{% endhighlight %} +
    +
      +
    • + + If you change the font-size of the icon's container, the icon gets bigger. Same things goes for color, + drop shadow, and anything else that gets inherited using CSS. +
    • +
    +
    +
    +
    +
    diff --git a/src/_includes/examples/bordered-pulled.html b/src/_includes/examples/bordered-pulled.html index f22ee8e35..4eb596da1 100644 --- a/src/_includes/examples/bordered-pulled.html +++ b/src/_includes/examples/bordered-pulled.html @@ -1,20 +1,29 @@
    - +

    - - Use a few styles together and you'll have easy pull quotes or a great introductory article icon. + + …tomorrow we will run faster, stretch out our arms farther… And then one fine morning— + So we beat on, boats against the current, borne back ceaselessly into the past.

    - Use fa-border and pull-right or pull-left for easy pull quotes or - article graphics. + Use fa-border and fa-pull-right or fa-pull-left for easy pull quotes or + article icons.

    {% highlight html %} - -Use a few styles together and you'll have easy pull quotes or a great introductory article icon. + +...tomorrow we will run faster, stretch out our arms farther... +And then one fine morning— So we beat on, boats against the +current, borne back ceaselessly into the past. {% endhighlight %}
    diff --git a/src/_includes/examples/fixed-width.html b/src/_includes/examples/fixed-width.html index f14e7e43b..87e72db82 100644 --- a/src/_includes/examples/fixed-width.html +++ b/src/_includes/examples/fixed-width.html @@ -1,26 +1,32 @@
    - +

    - Use fa-fw to set icons at a fixed width. Great to use when variable icon widths throw off alignment. - Especially useful in things like nav lists. + Use fa-fw to set icons at a fixed width. Great to use when different icon widths throw off alignment. + Especially useful in things like nav lists & list groups.

    {% highlight html %} - + {% endhighlight %}
    diff --git a/src/_includes/examples/inline.html b/src/_includes/examples/inline.html deleted file mode 100644 index 93f302458..000000000 --- a/src/_includes/examples/inline.html +++ /dev/null @@ -1,17 +0,0 @@ -
    - -
    -
    -

    - fa-camera-retro -

    -
    -
    -

    Place Font Awesome icons just about anywhere with the <i> tag.

    -{% highlight html %} - fa-camera-retro -{% endhighlight %} -
    Icon classes are echoed via CSS :before.
    -
    -
    -
    diff --git a/src/_includes/examples/larger.html b/src/_includes/examples/larger.html index 8c5e24636..526a62c2f 100644 --- a/src/_includes/examples/larger.html +++ b/src/_includes/examples/larger.html @@ -1,12 +1,18 @@
    - +
    -

    fa-camera-retro

    -

    fa-camera-retro

    -

    fa-camera-retro

    -

    fa-camera-retro

    -

    fa-camera-retro

    +

    fa-lg

    +

    fa-2x

    +

    fa-3x

    +

    fa-4x

    +

    fa-5x

    @@ -14,15 +20,20 @@ fa-3x, fa-4x, or fa-5x classes.

    {% highlight html %} -

    fa-camera-retro

    -

    fa-camera-retro

    -

    fa-camera-retro

    -

    fa-camera-retro

    -

    fa-camera-retro

    + fa-lg + fa-2x + fa-3x + fa-4x + fa-5x {% endhighlight %}
    - If your icons are getting chopped off on top and bottom, make sure you have - sufficient line-height. +
      +
    • + + If your icons are getting chopped off on top and bottom, make sure you have + sufficient line-height. +
    • +
    diff --git a/src/_includes/examples/list.html b/src/_includes/examples/list.html index 5cbc17585..1c7f3008f 100644 --- a/src/_includes/examples/list.html +++ b/src/_includes/examples/list.html @@ -1,22 +1,28 @@
    - +
      -
    • List icons (like these)
    • +
    • List icons
    • can be used
    • -
    • to easily replace
    • -
    • default bullets in lists
    • +
    • as bullets
    • +
    • in lists

    Use fa-ul and fa-li to easily replace default bullets in unordered lists.

    {% highlight html %}
      -
    • List icons (like these)
    • +
    • List icons
    • can be used
    • -
    • to replace
    • -
    • default bullets in lists
    • +
    • as bullets
    • +
    • in lists
    {% endhighlight %}
    diff --git a/src/_includes/examples/rotated-flipped.html b/src/_includes/examples/rotated-flipped.html index ff55f2c1c..f499252ef 100644 --- a/src/_includes/examples/rotated-flipped.html +++ b/src/_includes/examples/rotated-flipped.html @@ -1,5 +1,11 @@
    - +

    @@ -16,12 +22,12 @@ To arbitrarily rotate and flip icons, use the fa-rotate-* and fa-flip-* classes.

    {% highlight html %} -  normal
    -  fa-rotate-90
    -  fa-rotate-180
    -  fa-rotate-270
    -  fa-flip-horizontal
    -  icon-flip-vertical + normal
    + fa-rotate-90
    + fa-rotate-180
    + fa-rotate-270
    + fa-flip-horizontal
    + fa-flip-vertical {% endhighlight %}
    diff --git a/src/_includes/examples/spinning.html b/src/_includes/examples/spinning.html deleted file mode 100644 index 4bdb3d0ed..000000000 --- a/src/_includes/examples/spinning.html +++ /dev/null @@ -1,26 +0,0 @@ -
    - -
    -
    -

    - - - -

    -
    -
    -

    - Use the fa-spin class to get any icon to rotate. Works well with fa-spinner, - fa-refresh, and fa-cog. -

    -{% highlight html %} - - - -{% endhighlight %} -

    - CSS3 animations aren't supported in IE8 - IE9. -

    -
    -
    -
    diff --git a/src/_includes/examples/stacked.html b/src/_includes/examples/stacked.html index 0a34c5c26..7781701ca 100644 --- a/src/_includes/examples/stacked.html +++ b/src/_includes/examples/stacked.html @@ -1,5 +1,11 @@
    - +
    diff --git a/src/_includes/footer.html b/src/_includes/footer.html index 7cdc852b0..cf0422896 100644 --- a/src/_includes/footer.html +++ b/src/_includes/footer.html @@ -1,9 +1,26 @@
    diff --git a/src/_includes/icons/gender.html b/src/_includes/icons/gender.html new file mode 100644 index 000000000..27b23e333 --- /dev/null +++ b/src/_includes/icons/gender.html @@ -0,0 +1,12 @@ +
    + + +
    + {% assign icons_gender = icons | expand_aliases | category:"Gender Icons" | sort_by:'class' %} + + {% for icon in icons_gender %} + + {% endfor %} +
    + +
    diff --git a/src/_includes/icons/hand.html b/src/_includes/icons/hand.html new file mode 100644 index 000000000..48c09af09 --- /dev/null +++ b/src/_includes/icons/hand.html @@ -0,0 +1,12 @@ +
    + + +
    + {% assign icons_hand = icons | expand_aliases | category:"Hand Icons" | sort_by:'class' %} + + {% for icon in icons_hand %} + + {% endfor %} +
    + +
    diff --git a/src/_includes/icons/medical.html b/src/_includes/icons/medical.html index 9fbe1e9f8..b29e43332 100644 --- a/src/_includes/icons/medical.html +++ b/src/_includes/icons/medical.html @@ -5,7 +5,7 @@ {% assign icons_medical = icons | expand_aliases | category:"Medical Icons" | sort_by:'class' %} {% for icon in icons_medical %} - + {% endfor %}
    diff --git a/src/_includes/icons/new.html b/src/_includes/icons/new.html index 595391693..eed47ccdd 100644 --- a/src/_includes/icons/new.html +++ b/src/_includes/icons/new.html @@ -1,4 +1,4 @@ -<{% if page.navbar_active == "icons" %}div{% else %}section{% endif %} id="new"> +
    {% if page.navbar_active != "icons" %}
    @@ -8,11 +8,11 @@ {% endif %}
    - {% assign icons_new = icons | expand_aliases | version:site.fontawesome.minor_version %} + {% assign icons_new = icons | expand_aliases | version:site.fontawesome.minor_version | sort_by:'class' %} {% for icon in icons_new %} - + {% endfor %}
    - +
    diff --git a/src/_includes/icons/payment.html b/src/_includes/icons/payment.html new file mode 100644 index 000000000..9ee0f988b --- /dev/null +++ b/src/_includes/icons/payment.html @@ -0,0 +1,12 @@ +
    + + +
    + {% assign icons_payment = icons | expand_aliases | category:"Payment Icons" | sort_by:'class' %} + + {% for icon in icons_payment %} + + {% endfor %} +
    + +
    diff --git a/src/_includes/icons/spinner.html b/src/_includes/icons/spinner.html new file mode 100644 index 000000000..c39ffc764 --- /dev/null +++ b/src/_includes/icons/spinner.html @@ -0,0 +1,21 @@ +
    + + +
    + +
    + +
    + {% assign icons_spinner = icons | expand_aliases | category:"Spinner Icons" | sort_by:'class' %} + + {% for icon in icons_spinner %} + + {% endfor %} +
    +
    diff --git a/src/_includes/icons/text-editor.html b/src/_includes/icons/text-editor.html index 4e2ea0315..347d66c12 100644 --- a/src/_includes/icons/text-editor.html +++ b/src/_includes/icons/text-editor.html @@ -5,7 +5,7 @@ {% assign icons_text_editor = icons | expand_aliases | category:"Text Editor Icons" | sort_by:'class' %} {% for icon in icons_text_editor %} - + {% endfor %}
diff --git a/src/_includes/icons/transportation.html b/src/_includes/icons/transportation.html new file mode 100644 index 000000000..5cc3dd729 --- /dev/null +++ b/src/_includes/icons/transportation.html @@ -0,0 +1,12 @@ +
+ + +
+ {% assign icons_transportation = icons | expand_aliases | category:"Transportation Icons" | sort_by:'class' %} + + {% for icon in icons_transportation %} + + {% endfor %} +
+ +
diff --git a/src/_includes/icons/video-player.html b/src/_includes/icons/video-player.html index b06679c53..0ca598fd6 100644 --- a/src/_includes/icons/video-player.html +++ b/src/_includes/icons/video-player.html @@ -5,7 +5,7 @@ {% assign icons_video_player = icons | expand_aliases | category:"Video Player Icons" | sort_by:'class' %} {% for icon in icons_video_player %} - + {% endfor %}
diff --git a/src/_includes/icons/web-application.html b/src/_includes/icons/web-application.html index 5b37b466e..f71ec17a6 100644 --- a/src/_includes/icons/web-application.html +++ b/src/_includes/icons/web-application.html @@ -5,7 +5,7 @@ {% assign icons_web_application = icons | expand_aliases | category:"Web Application Icons" | sort_by:'class' %} {% for icon in icons_web_application %} - + {% endfor %}
diff --git a/src/_includes/jumbotron-carousel.html b/src/_includes/jumbotron-carousel.html index 49ef1cf9f..6767780b3 100644 --- a/src/_includes/jumbotron-carousel.html +++ b/src/_includes/jumbotron-carousel.html @@ -3,11 +3,11 @@
diff --git a/src/_includes/navbar.html b/src/_includes/navbar.html index ae5696f2f..cc8c95690 100644 --- a/src/_includes/navbar.html +++ b/src/_includes/navbar.html @@ -1,3 +1,35 @@ + + + + diff --git a/src/_includes/new-features.html b/src/_includes/new-features.html index d357dd417..2400e375b 100644 --- a/src/_includes/new-features.html +++ b/src/_includes/new-features.html @@ -1,11 +1,3 @@ -{% capture stripe_ad_content %} -

- Font Awesome is always getting a little awesome-er. So here's what's new in the latest version, Font Awesome - {{ site.fontawesome.minor_version }}. Have some ideas for new features? - Help contribute. -

-{% endcapture %} -{% include stripe-ad.html %}
diff --git a/src/_includes/stripe-ad.html b/src/_includes/stripe-ad.html index 8ff6bbf2f..8aa93e971 100644 --- a/src/_includes/stripe-ad.html +++ b/src/_includes/stripe-ad.html @@ -1,6 +1,6 @@
- {% include ads/carbon-light-horizontal.html %} + {% include ads/fusion.html %} {{ stripe_ad_content }}
diff --git a/src/_includes/stripe-social.html b/src/_includes/stripe-social.html index a8c0a5478..d4b39270d 100644 --- a/src/_includes/stripe-social.html +++ b/src/_includes/stripe-social.html @@ -1,17 +1,34 @@
+
+
+
+
+ +
+
+
+ +
+
+
+
diff --git a/src/_includes/tests/stacked-inside-anchor.html b/src/_includes/tests/stacked-inside-anchor.html index 58a2dc8ea..c62dfbb73 100644 --- a/src/_includes/tests/stacked-inside-anchor.html +++ b/src/_includes/tests/stacked-inside-anchor.html @@ -9,7 +9,7 @@ - + Facebook Icon @@ -32,7 +32,7 @@ - + Facebook Icon @@ -55,7 +55,7 @@ - + Facebook Icon diff --git a/src/_includes/tests/stacked-with-text.html b/src/_includes/tests/stacked-with-text.html new file mode 100644 index 000000000..6dd9ea81b --- /dev/null +++ b/src/_includes/tests/stacked-with-text.html @@ -0,0 +1,4 @@ + + + 27 + diff --git a/src/_includes/tests/stacked.html b/src/_includes/tests/stacked.html index 9a2ebb88a..83ff20599 100644 --- a/src/_includes/tests/stacked.html +++ b/src/_includes/tests/stacked.html @@ -13,7 +13,7 @@ Twitter Icon - + Facebook Icon @@ -30,7 +30,7 @@ Twitter Icon - + Facebook Icon @@ -47,7 +47,7 @@ Twitter Icon - + Facebook Icon @@ -55,4 +55,4 @@ GitHub Icon -

\ No newline at end of file +

diff --git a/src/_includes/thanks-to.html b/src/_includes/thanks-to.html index b442a62f8..aebcb3d47 100644 --- a/src/_includes/thanks-to.html +++ b/src/_includes/thanks-to.html @@ -17,8 +17,8 @@

- Thanks to  MaxCDN for providing the excellent - BootstrapCDN, the fastest and easiest way to + Thanks to  MaxCDN for providing the excellent + BootstrapCDN, the fastest and easiest way to get started with Font Awesome.

diff --git a/src/_includes/why.html b/src/_includes/why.html index 5ff610ad1..499829384 100644 --- a/src/_includes/why.html +++ b/src/_includes/why.html @@ -25,8 +25,8 @@ Font Awesome icons are vectors, which mean they're gorgeous on high-resolution displays.
-

Made for Bootstrap

- Designed from scratch to be fully compatible with Bootstrap {{ site.bootstrap.version }}. +

Plays Well with Others

+ Originally designed for Bootstrap, Font Awesome works great with all frameworks.

Desktop Friendly

diff --git a/src/_layouts/base.html b/src/_layouts/base.html index 55c547adb..a679afbc1 100644 --- a/src/_layouts/base.html +++ b/src/_layouts/base.html @@ -4,9 +4,10 @@ - - + + + {% if page.title %}{{ page.title }}{% endif %} @@ -22,34 +23,47 @@ - - + - -
- {% include navbar.html %} + +
+ {% include navbar.html %} - {{ content }} -
-{% include footer.html %} + {{ content }} - - - - - +
+ {% include footer.html %} - + + + + + + + + + + + diff --git a/src/_layouts/icon.html b/src/_layouts/icon.html index 6e5bf21ca..0ff016c43 100644 --- a/src/_layouts/icon.html +++ b/src/_layouts/icon.html @@ -32,12 +32,12 @@ relative_path: ../../ fa-{{ alias }}{% unless forloop.last %},{% endunless %} {% endfor %} {% endif %} + {% if page.icon.url %}· {{ page.icon.url }}{% endif %}
-
@@ -49,13 +49,13 @@ relative_path: ../../
{% highlight html %} - fa-{{ page.icon.id }} + {% endhighlight %}
Looking for more? Check out the examples.
-
{% include ads/carbon-light-vertical.html %}
+
{% include ads/fusion.html %}
diff --git a/src/_layouts/survey.html b/src/_layouts/survey.html new file mode 100644 index 000000000..2af18f38e --- /dev/null +++ b/src/_layouts/survey.html @@ -0,0 +1,47 @@ + + + + + + + + + + + + {% if page.title %}{{ page.title }}{% endif %} + + + + + + + {{content}} + + diff --git a/src/_plugins/flatten_icon_filters.rb b/src/_plugins/flatten_icon_filters.rb new file mode 100644 index 000000000..1e3daff80 --- /dev/null +++ b/src/_plugins/flatten_icon_filters.rb @@ -0,0 +1,38 @@ +## +# Flattens the icons object to a one-dimensional array of possible search terms. + +require 'set' + +module Jekyll + module FlattenArray + def flattenIconFilters(icons) + flattened = Set.new + icons.each do |icon| + toAdd = [] + + toAdd.push(icon["class"].downcase) # Add class as a filter value + + # Add any existing aliases as a filter value + if not icon["aliases"].nil? + icon["aliases"].each do |iconAlias| + toAdd.push(iconAlias.downcase) + end + end + + # Add any existing filters as a filter value + if not icon["filter"].nil? + icon["filter"].each do |iconFilter| + toAdd.push(iconFilter.downcase) + end + end + flattened.merge(toAdd) + + print toAdd if toAdd.include? true + print toAdd if toAdd.include? false + end + return flattened.to_a # .to_a because we can't jsonify a + end + end +end + +Liquid::Template.register_filter(Jekyll::FlattenArray) diff --git a/src/_plugins/icon_page_generator.rb b/src/_plugins/icon_page_generator.rb index 51475e540..32b7cd428 100644 --- a/src/_plugins/icon_page_generator.rb +++ b/src/_plugins/icon_page_generator.rb @@ -2,7 +2,6 @@ # Create individual pages for each icon in the FontAwesome set require 'yaml' -require 'debugger' module Jekyll @@ -23,7 +22,7 @@ module Jekyll self.read_yaml(File.join(base, site.config['layouts']), site.config['icon_layout']) self.data['icon'] = icon - self.data['title'] = "icon-#{icon.id}: " + self.data['title_suffix'] + self.data['title'] = "fa-#{icon.id}: " + self.data['title_suffix'] end end diff --git a/src/assets/css/prettify.css b/src/assets/css/prettify.css old mode 100755 new mode 100644 diff --git a/src/assets/font-awesome/HELP-US-OUT.txt b/src/assets/font-awesome/HELP-US-OUT.txt new file mode 100644 index 000000000..cfd9d9f3c --- /dev/null +++ b/src/assets/font-awesome/HELP-US-OUT.txt @@ -0,0 +1,7 @@ +I hope you love Font Awesome. If you've found it useful, please do me a favor and check out my latest project, +Fonticons (https://fonticons.com). It makes it easy to put the perfect icons on your website. Choose from our awesome, +comprehensive icon sets or copy and paste your own. + +Please. Check it out. + +-Dave Gandy diff --git a/src/assets/font-awesome/fonts/FontAwesome.otf b/src/assets/font-awesome/fonts/FontAwesome.otf index 8b0f54e47..3ed7f8b48 100644 Binary files a/src/assets/font-awesome/fonts/FontAwesome.otf and b/src/assets/font-awesome/fonts/FontAwesome.otf differ diff --git a/src/assets/font-awesome/fonts/fontawesome-webfont.eot b/src/assets/font-awesome/fonts/fontawesome-webfont.eot old mode 100755 new mode 100644 index 7c79c6a6b..9b6afaedc Binary files a/src/assets/font-awesome/fonts/fontawesome-webfont.eot and b/src/assets/font-awesome/fonts/fontawesome-webfont.eot differ diff --git a/src/assets/font-awesome/fonts/fontawesome-webfont.svg b/src/assets/font-awesome/fonts/fontawesome-webfont.svg old mode 100755 new mode 100644 index 45fdf3383..d05688e9e --- a/src/assets/font-awesome/fonts/fontawesome-webfont.svg +++ b/src/assets/font-awesome/fonts/fontawesome-webfont.svg @@ -14,10 +14,11 @@ + - + - + @@ -30,7 +31,7 @@ - + @@ -52,7 +53,7 @@ - + @@ -77,11 +78,11 @@ - - - - - + + + + + @@ -109,8 +110,8 @@ - - + + @@ -143,17 +144,17 @@ - - + + - + - + - + @@ -176,14 +177,14 @@ - + - + @@ -218,8 +219,8 @@ - - + + @@ -247,10 +248,10 @@ - + - + @@ -274,7 +275,7 @@ - + @@ -345,8 +346,8 @@ - - + + @@ -361,14 +362,14 @@ - + - - + + @@ -379,7 +380,7 @@ - + @@ -398,17 +399,257 @@ - + - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/assets/font-awesome/fonts/fontawesome-webfont.ttf b/src/assets/font-awesome/fonts/fontawesome-webfont.ttf old mode 100755 new mode 100644 index e89738de5..26dea7951 Binary files a/src/assets/font-awesome/fonts/fontawesome-webfont.ttf and b/src/assets/font-awesome/fonts/fontawesome-webfont.ttf differ diff --git a/src/assets/font-awesome/fonts/fontawesome-webfont.woff b/src/assets/font-awesome/fonts/fontawesome-webfont.woff old mode 100755 new mode 100644 index 8c1748aab..dc35ce3c2 Binary files a/src/assets/font-awesome/fonts/fontawesome-webfont.woff and b/src/assets/font-awesome/fonts/fontawesome-webfont.woff differ diff --git a/src/assets/font-awesome/fonts/fontawesome-webfont.woff2 b/src/assets/font-awesome/fonts/fontawesome-webfont.woff2 new file mode 100644 index 000000000..500e51725 Binary files /dev/null and b/src/assets/font-awesome/fonts/fontawesome-webfont.woff2 differ diff --git a/src/assets/font-awesome/less/animated.less b/src/assets/font-awesome/less/animated.less new file mode 100644 index 000000000..e489ea318 --- /dev/null +++ b/src/assets/font-awesome/less/animated.less @@ -0,0 +1,37 @@ +--- +--- + +// Animated Icons +// -------------------------- + +.@{fa-css-prefix}-spin { + -webkit-animation: fa-spin 2s infinite linear; + animation: fa-spin 2s infinite linear; +} + +.@{fa-css-prefix}-pulse { + -webkit-animation: fa-spin 1s infinite steps(8); + animation: fa-spin 1s infinite steps(8); +} + +@-webkit-keyframes fa-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} + +@keyframes fa-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} diff --git a/src/assets/font-awesome/less/bordered-pulled.less b/src/assets/font-awesome/less/bordered-pulled.less index 7b5bf77a9..cd14a68a1 100644 --- a/src/assets/font-awesome/less/bordered-pulled.less +++ b/src/assets/font-awesome/less/bordered-pulled.less @@ -10,6 +10,15 @@ border-radius: .1em; } +.@{fa-css-prefix}-pull-left { float: left; } +.@{fa-css-prefix}-pull-right { float: right; } + +.@{fa-css-prefix} { + &.@{fa-css-prefix}-pull-left { margin-right: .3em; } + &.@{fa-css-prefix}-pull-right { margin-left: .3em; } +} + +/* Deprecated as of 4.4.0 */ .pull-right { float: right; } .pull-left { float: left; } diff --git a/src/assets/font-awesome/less/core.less b/src/assets/font-awesome/less/core.less index 33b20d6f2..d299d0d03 100644 --- a/src/assets/font-awesome/less/core.less +++ b/src/assets/font-awesome/less/core.less @@ -5,11 +5,5 @@ // ------------------------- .@{fa-css-prefix} { - display: inline-block; - font-family: FontAwesome; - font-style: normal; - font-weight: normal; - line-height: 1; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; +{% include code/core.less %} } diff --git a/src/assets/font-awesome/less/font-awesome.less b/src/assets/font-awesome/less/font-awesome.less index 28bfc296b..abf74e140 100644 --- a/src/assets/font-awesome/less/font-awesome.less +++ b/src/assets/font-awesome/less/font-awesome.less @@ -1,16 +1,16 @@ --- --- -{% include license-code.less %} +{% include code/license.css %} -@import "variables"; -@import "mixins"; -@import "path"; -@import "core"; -@import "larger"; -@import "fixed-width"; -@import "list"; -@import "bordered-pulled"; -@import "spinning"; -@import "rotated-flipped"; -@import "stacked"; -@import "icons"; +@import "variables.less"; +@import "mixins.less"; +@import "path.less"; +@import "core.less"; +@import "larger.less"; +@import "fixed-width.less"; +@import "list.less"; +@import "bordered-pulled.less"; +@import "animated.less"; +@import "rotated-flipped.less"; +@import "stacked.less"; +@import "icons.less"; diff --git a/src/assets/font-awesome/less/list.less b/src/assets/font-awesome/less/list.less index ffcae1df7..e32bc0d2e 100644 --- a/src/assets/font-awesome/less/list.less +++ b/src/assets/font-awesome/less/list.less @@ -17,6 +17,6 @@ top: (2em / 14); text-align: center; &.@{fa-css-prefix}-lg { - left: -@fa-li-width + (4em / 14); + left: (-@fa-li-width + (4em / 14)); } } diff --git a/src/assets/font-awesome/less/mixins.less b/src/assets/font-awesome/less/mixins.less index 25ca842ca..064f6bc0b 100644 --- a/src/assets/font-awesome/less/mixins.less +++ b/src/assets/font-awesome/less/mixins.less @@ -3,20 +3,20 @@ // Mixins // -------------------------- +.fa-icon() { +{% include code/core.less %} +} + .fa-icon-rotate(@degrees, @rotation) { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=@rotation); -webkit-transform: rotate(@degrees); - -moz-transform: rotate(@degrees); -ms-transform: rotate(@degrees); - -o-transform: rotate(@degrees); transform: rotate(@degrees); } .fa-icon-flip(@horiz, @vert, @rotation) { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=@rotation, mirror=1); -webkit-transform: scale(@horiz, @vert); - -moz-transform: scale(@horiz, @vert); -ms-transform: scale(@horiz, @vert); - -o-transform: scale(@horiz, @vert); transform: scale(@horiz, @vert); } diff --git a/src/assets/font-awesome/less/path.less b/src/assets/font-awesome/less/path.less index c5a691246..9211e6659 100644 --- a/src/assets/font-awesome/less/path.less +++ b/src/assets/font-awesome/less/path.less @@ -5,6 +5,7 @@ font-family: 'FontAwesome'; src: url('@{fa-font-path}/fontawesome-webfont.eot?v=@{fa-version}'); src: url('@{fa-font-path}/fontawesome-webfont.eot?#iefix&v=@{fa-version}') format('embedded-opentype'), + url('@{fa-font-path}/fontawesome-webfont.woff2?v=@{fa-version}') format('woff2'), url('@{fa-font-path}/fontawesome-webfont.woff?v=@{fa-version}') format('woff'), url('@{fa-font-path}/fontawesome-webfont.ttf?v=@{fa-version}') format('truetype'), url('@{fa-font-path}/fontawesome-webfont.svg?v=@{fa-version}#fontawesomeregular') format('svg'); diff --git a/src/assets/font-awesome/less/rotated-flipped.less b/src/assets/font-awesome/less/rotated-flipped.less index 5bfad90dd..bf7a0b423 100644 --- a/src/assets/font-awesome/less/rotated-flipped.less +++ b/src/assets/font-awesome/less/rotated-flipped.less @@ -10,3 +10,14 @@ .@{fa-css-prefix}-flip-horizontal { .fa-icon-flip(-1, 1, 0); } .@{fa-css-prefix}-flip-vertical { .fa-icon-flip(1, -1, 2); } + +// Hook for IE8-9 +// ------------------------- + +:root .@{fa-css-prefix}-rotate-90, +:root .@{fa-css-prefix}-rotate-180, +:root .@{fa-css-prefix}-rotate-270, +:root .@{fa-css-prefix}-flip-horizontal, +:root .@{fa-css-prefix}-flip-vertical { + filter: none; +} diff --git a/src/assets/font-awesome/less/spinning.less b/src/assets/font-awesome/less/spinning.less deleted file mode 100644 index 2f3ad634d..000000000 --- a/src/assets/font-awesome/less/spinning.less +++ /dev/null @@ -1,33 +0,0 @@ ---- ---- - -// Spinning Icons -// -------------------------- - -.@{fa-css-prefix}-spin { - -webkit-animation: spin 2s infinite linear; - -moz-animation: spin 2s infinite linear; - -o-animation: spin 2s infinite linear; - animation: spin 2s infinite linear; -} - -@-moz-keyframes spin { - 0% { -moz-transform: rotate(0deg); } - 100% { -moz-transform: rotate(359deg); } -} -@-webkit-keyframes spin { - 0% { -webkit-transform: rotate(0deg); } - 100% { -webkit-transform: rotate(359deg); } -} -@-o-keyframes spin { - 0% { -o-transform: rotate(0deg); } - 100% { -o-transform: rotate(359deg); } -} -@-ms-keyframes spin { - 0% { -ms-transform: rotate(0deg); } - 100% { -ms-transform: rotate(359deg); } -} -@keyframes spin { - 0% { transform: rotate(0deg); } - 100% { transform: rotate(359deg); } -} diff --git a/src/assets/font-awesome/less/variables.less b/src/assets/font-awesome/less/variables.less index c19c461d9..83207e414 100644 --- a/src/assets/font-awesome/less/variables.less +++ b/src/assets/font-awesome/less/variables.less @@ -4,6 +4,8 @@ // -------------------------- @fa-font-path: "../fonts"; +@fa-font-size-base: 14px; +@fa-line-height-base: 1; //@fa-font-path: "//netdna.bootstrapcdn.com/font-awesome/{{site.fontawesome.version}}/fonts"; // for referencing Bootstrap CDN font files directly @fa-css-prefix: {{ site.fontawesome.css_prefix }}; @fa-version: "{{ site.fontawesome.version }}"; @@ -11,5 +13,5 @@ @fa-inverse: #fff; @fa-li-width: (30em / 14); -{% for icon in icons %}@fa-var-{{ icon.id }}: "\{{ icon.unicode }}"; +{% assign sorted_icons = icons | expand_aliases | sort_by:'class' %}{% for icon in sorted_icons %}@fa-var-{{ icon.class }}: "\{{ icon.unicode }}"; {% endfor %} diff --git a/src/assets/font-awesome/scss/_animated.scss b/src/assets/font-awesome/scss/_animated.scss new file mode 100644 index 000000000..fed5a987f --- /dev/null +++ b/src/assets/font-awesome/scss/_animated.scss @@ -0,0 +1,37 @@ +--- +--- + +// Spinning Icons +// -------------------------- + +.#{$fa-css-prefix}-spin { + -webkit-animation: fa-spin 2s infinite linear; + animation: fa-spin 2s infinite linear; +} + +.#{$fa-css-prefix}-pulse { + -webkit-animation: fa-spin 1s infinite steps(8); + animation: fa-spin 1s infinite steps(8); +} + +@-webkit-keyframes fa-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} + +@keyframes fa-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} diff --git a/src/assets/font-awesome/scss/_bordered-pulled.scss b/src/assets/font-awesome/scss/_bordered-pulled.scss index 39e3a1b83..40bafcba9 100644 --- a/src/assets/font-awesome/scss/_bordered-pulled.scss +++ b/src/assets/font-awesome/scss/_bordered-pulled.scss @@ -10,6 +10,15 @@ border-radius: .1em; } +.#{$fa-css-prefix}-pull-left { float: left; } +.#{$fa-css-prefix}-pull-right { float: right; } + +.#{$fa-css-prefix} { + &.#{$fa-css-prefix}-pull-left { margin-right: .3em; } + &.#{$fa-css-prefix}-pull-right { margin-left: .3em; } +} + +/* Deprecated as of 4.4.0 */ .pull-right { float: right; } .pull-left { float: left; } diff --git a/src/assets/font-awesome/scss/_core.scss b/src/assets/font-awesome/scss/_core.scss index 50dfbd384..45e548bac 100644 --- a/src/assets/font-awesome/scss/_core.scss +++ b/src/assets/font-awesome/scss/_core.scss @@ -5,11 +5,5 @@ // ------------------------- .#{$fa-css-prefix} { - display: inline-block; - font-family: FontAwesome; - font-style: normal; - font-weight: normal; - line-height: 1; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; +{% include code/core.scss %} } diff --git a/src/assets/font-awesome/scss/_mixins.scss b/src/assets/font-awesome/scss/_mixins.scss index b25e71762..500659b7b 100644 --- a/src/assets/font-awesome/scss/_mixins.scss +++ b/src/assets/font-awesome/scss/_mixins.scss @@ -3,20 +3,20 @@ // Mixins // -------------------------- +@mixin fa-icon() { +{% include code/core.scss %} +} + @mixin fa-icon-rotate($degrees, $rotation) { - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation); + filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=#{$rotation}); -webkit-transform: rotate($degrees); - -moz-transform: rotate($degrees); -ms-transform: rotate($degrees); - -o-transform: rotate($degrees); transform: rotate($degrees); } @mixin fa-icon-flip($horiz, $vert, $rotation) { - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation); + filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=#{$rotation}); -webkit-transform: scale($horiz, $vert); - -moz-transform: scale($horiz, $vert); -ms-transform: scale($horiz, $vert); - -o-transform: scale($horiz, $vert); transform: scale($horiz, $vert); } diff --git a/src/assets/font-awesome/scss/_path.scss b/src/assets/font-awesome/scss/_path.scss index fd21c3515..bb457c23a 100644 --- a/src/assets/font-awesome/scss/_path.scss +++ b/src/assets/font-awesome/scss/_path.scss @@ -5,10 +5,11 @@ font-family: 'FontAwesome'; src: url('#{$fa-font-path}/fontawesome-webfont.eot?v=#{$fa-version}'); src: url('#{$fa-font-path}/fontawesome-webfont.eot?#iefix&v=#{$fa-version}') format('embedded-opentype'), + url('#{$fa-font-path}/fontawesome-webfont.woff2?v=#{$fa-version}') format('woff2'), url('#{$fa-font-path}/fontawesome-webfont.woff?v=#{$fa-version}') format('woff'), url('#{$fa-font-path}/fontawesome-webfont.ttf?v=#{$fa-version}') format('truetype'), url('#{$fa-font-path}/fontawesome-webfont.svg?v=#{$fa-version}#fontawesomeregular') format('svg'); - //src: url('#{$fa-font-path}/FontAwesome.otf') format('opentype'); // used when developing fonts +// src: url('#{$fa-font-path}/FontAwesome.otf') format('opentype'); // used when developing fonts font-weight: normal; font-style: normal; } diff --git a/src/assets/font-awesome/scss/_rotated-flipped.scss b/src/assets/font-awesome/scss/_rotated-flipped.scss index 243502112..6e95eb46a 100644 --- a/src/assets/font-awesome/scss/_rotated-flipped.scss +++ b/src/assets/font-awesome/scss/_rotated-flipped.scss @@ -10,3 +10,14 @@ .#{$fa-css-prefix}-flip-horizontal { @include fa-icon-flip(-1, 1, 0); } .#{$fa-css-prefix}-flip-vertical { @include fa-icon-flip(1, -1, 2); } + +// Hook for IE8-9 +// ------------------------- + +:root .#{$fa-css-prefix}-rotate-90, +:root .#{$fa-css-prefix}-rotate-180, +:root .#{$fa-css-prefix}-rotate-270, +:root .#{$fa-css-prefix}-flip-horizontal, +:root .#{$fa-css-prefix}-flip-vertical { + filter: none; +} diff --git a/src/assets/font-awesome/scss/_spinning.scss b/src/assets/font-awesome/scss/_spinning.scss deleted file mode 100644 index b7fa99c95..000000000 --- a/src/assets/font-awesome/scss/_spinning.scss +++ /dev/null @@ -1,33 +0,0 @@ ---- ---- - -// Spinning Icons -// -------------------------- - -.#{$fa-css-prefix}-spin { - -webkit-animation: spin 2s infinite linear; - -moz-animation: spin 2s infinite linear; - -o-animation: spin 2s infinite linear; - animation: spin 2s infinite linear; -} - -@-moz-keyframes spin { - 0% { -moz-transform: rotate(0deg); } - 100% { -moz-transform: rotate(359deg); } -} -@-webkit-keyframes spin { - 0% { -webkit-transform: rotate(0deg); } - 100% { -webkit-transform: rotate(359deg); } -} -@-o-keyframes spin { - 0% { -o-transform: rotate(0deg); } - 100% { -o-transform: rotate(359deg); } -} -@-ms-keyframes spin { - 0% { -ms-transform: rotate(0deg); } - 100% { -ms-transform: rotate(359deg); } -} -@keyframes spin { - 0% { transform: rotate(0deg); } - 100% { transform: rotate(359deg); } -} diff --git a/src/assets/font-awesome/scss/_variables.scss b/src/assets/font-awesome/scss/_variables.scss index 2ddd8bbf5..9dfa9018d 100644 --- a/src/assets/font-awesome/scss/_variables.scss +++ b/src/assets/font-awesome/scss/_variables.scss @@ -4,12 +4,14 @@ // -------------------------- $fa-font-path: "../fonts" !default; +$fa-font-size-base: 14px !default; +$fa-line-height-base: 1 !default; //$fa-font-path: "//netdna.bootstrapcdn.com/font-awesome/{{site.fontawesome.version}}/fonts" !default; // for referencing Bootstrap CDN font files directly $fa-css-prefix: {{ site.fontawesome.css_prefix }} !default; $fa-version: "{{ site.fontawesome.version }}" !default; $fa-border-color: #eee !default; $fa-inverse: #fff !default; -$fa-li-width: (30em / 14) !default; +$fa-li-width: (30em / 14) !default; -{% for icon in icons %}$fa-var-{{ icon.id }}: "\{{ icon.unicode }}"; +{% assign sorted_icons = icons | expand_aliases | sort_by:'class' %}{% for icon in sorted_icons %}$fa-var-{{ icon.class }}: "\{{ icon.unicode }}"; {% endfor %} diff --git a/src/assets/font-awesome/scss/font-awesome.scss b/src/assets/font-awesome/scss/font-awesome.scss index 28bfc296b..131d2c6cd 100644 --- a/src/assets/font-awesome/scss/font-awesome.scss +++ b/src/assets/font-awesome/scss/font-awesome.scss @@ -1,6 +1,6 @@ --- --- -{% include license-code.less %} +{% include code/license.css %} @import "variables"; @import "mixins"; @@ -10,7 +10,7 @@ @import "fixed-width"; @import "list"; @import "bordered-pulled"; -@import "spinning"; +@import "animated"; @import "rotated-flipped"; @import "stacked"; @import "icons"; diff --git a/src/assets/ico/favicon.ico b/src/assets/ico/favicon.ico index 742243e31..481ac2576 100644 Binary files a/src/assets/ico/favicon.ico and b/src/assets/ico/favicon.ico differ diff --git a/src/assets/img/algolia.png b/src/assets/img/algolia.png new file mode 100644 index 000000000..f5a89619b Binary files /dev/null and b/src/assets/img/algolia.png differ diff --git a/src/assets/img/logo-approveme.png b/src/assets/img/logo-approveme.png new file mode 100644 index 000000000..3d9a0a476 Binary files /dev/null and b/src/assets/img/logo-approveme.png differ diff --git a/src/assets/img/logo-themeisle.png b/src/assets/img/logo-themeisle.png new file mode 100644 index 000000000..6fa5fb0c3 Binary files /dev/null and b/src/assets/img/logo-themeisle.png differ diff --git a/src/assets/img/logo-wpbeginner.png b/src/assets/img/logo-wpbeginner.png new file mode 100644 index 000000000..7a2523f86 Binary files /dev/null and b/src/assets/img/logo-wpbeginner.png differ diff --git a/src/assets/js/ZeroClipboard-1.1.7.min.js b/src/assets/js/ZeroClipboard-1.1.7.min.js old mode 100755 new mode 100644 diff --git a/src/assets/js/ZeroClipboard-1.1.7.swf b/src/assets/js/ZeroClipboard-1.1.7.swf old mode 100755 new mode 100644 diff --git a/src/assets/js/backbone.min.js b/src/assets/js/backbone.min.js deleted file mode 100644 index 5846b325d..000000000 --- a/src/assets/js/backbone.min.js +++ /dev/null @@ -1,37 +0,0 @@ -// Backbone.js 0.9.1 - -// (c) 2010-2012 Jeremy Ashkenas, DocumentCloud Inc. -// Backbone may be freely distributed under the MIT license. -// For all details and documentation: -// http://backbonejs.org -(function(){var i=this,r=i.Backbone,s=Array.prototype.slice,t=Array.prototype.splice,g;g="undefined"!==typeof exports?exports:i.Backbone={};g.VERSION="0.9.1";var f=i._;!f&&"undefined"!==typeof require&&(f=require("underscore"));var h=i.jQuery||i.Zepto||i.ender;g.setDomLibrary=function(a){h=a};g.noConflict=function(){i.Backbone=r;return this};g.emulateHTTP=!1;g.emulateJSON=!1;g.Events={on:function(a,b,c){for(var d,a=a.split(/\s+/),e=this._callbacks||(this._callbacks={});d=a.shift();){d=e[d]||(e[d]= -{});var f=d.tail||(d.tail=d.next={});f.callback=b;f.context=c;d.tail=f.next={}}return this},off:function(a,b,c){var d,e,f;if(a){if(e=this._callbacks)for(a=a.split(/\s+/);d=a.shift();)if(f=e[d],delete e[d],b&&f)for(;(f=f.next)&&f.next;)if(!(f.callback===b&&(!c||f.context===c)))this.on(d,f.callback,f.context)}else delete this._callbacks;return this},trigger:function(a){var b,c,d,e;if(!(d=this._callbacks))return this;e=d.all;for((a=a.split(/\s+/)).push(null);b=a.shift();)e&&a.push({next:e.next,tail:e.tail, -event:b}),(c=d[b])&&a.push({next:c.next,tail:c.tail});for(e=s.call(arguments,1);c=a.pop();){b=c.tail;for(d=c.event?[c.event].concat(e):e;(c=c.next)!==b;)c.callback.apply(c.context||this,d)}return this}};g.Events.bind=g.Events.on;g.Events.unbind=g.Events.off;g.Model=function(a,b){var c;a||(a={});b&&b.parse&&(a=this.parse(a));if(c=j(this,"defaults"))a=f.extend({},c,a);b&&b.collection&&(this.collection=b.collection);this.attributes={};this._escapedAttributes={};this.cid=f.uniqueId("c");if(!this.set(a, -{silent:!0}))throw Error("Can't create an invalid model");delete this._changed;this._previousAttributes=f.clone(this.attributes);this.initialize.apply(this,arguments)};f.extend(g.Model.prototype,g.Events,{idAttribute:"id",initialize:function(){},toJSON:function(){return f.clone(this.attributes)},get:function(a){return this.attributes[a]},escape:function(a){var b;if(b=this._escapedAttributes[a])return b;b=this.attributes[a];return this._escapedAttributes[a]=f.escape(null==b?"":""+b)},has:function(a){return null!= -this.attributes[a]},set:function(a,b,c){var d,e;f.isObject(a)||null==a?(d=a,c=b):(d={},d[a]=b);c||(c={});if(!d)return this;d instanceof g.Model&&(d=d.attributes);if(c.unset)for(e in d)d[e]=void 0;if(!this._validate(d,c))return!1;this.idAttribute in d&&(this.id=d[this.idAttribute]);var b=this.attributes,k=this._escapedAttributes,n=this._previousAttributes||{},h=this._setting;this._changed||(this._changed={});this._setting=!0;for(e in d)if(a=d[e],f.isEqual(b[e],a)||delete k[e],c.unset?delete b[e]:b[e]= -a,this._changing&&!f.isEqual(this._changed[e],a)&&(this.trigger("change:"+e,this,a,c),this._moreChanges=!0),delete this._changed[e],!f.isEqual(n[e],a)||f.has(b,e)!=f.has(n,e))this._changed[e]=a;h||(!c.silent&&this.hasChanged()&&this.change(c),this._setting=!1);return this},unset:function(a,b){(b||(b={})).unset=!0;return this.set(a,null,b)},clear:function(a){(a||(a={})).unset=!0;return this.set(f.clone(this.attributes),a)},fetch:function(a){var a=a?f.clone(a):{},b=this,c=a.success;a.success=function(d, -e,f){if(!b.set(b.parse(d,f),a))return!1;c&&c(b,d)};a.error=g.wrapError(a.error,b,a);return(this.sync||g.sync).call(this,"read",this,a)},save:function(a,b,c){var d,e;f.isObject(a)||null==a?(d=a,c=b):(d={},d[a]=b);c=c?f.clone(c):{};c.wait&&(e=f.clone(this.attributes));a=f.extend({},c,{silent:!0});if(d&&!this.set(d,c.wait?a:c))return!1;var k=this,h=c.success;c.success=function(a,b,e){b=k.parse(a,e);c.wait&&(b=f.extend(d||{},b));if(!k.set(b,c))return!1;h?h(k,a):k.trigger("sync",k,a,c)};c.error=g.wrapError(c.error, -k,c);b=this.isNew()?"create":"update";b=(this.sync||g.sync).call(this,b,this,c);c.wait&&this.set(e,a);return b},destroy:function(a){var a=a?f.clone(a):{},b=this,c=a.success,d=function(){b.trigger("destroy",b,b.collection,a)};if(this.isNew())return d();a.success=function(e){a.wait&&d();c?c(b,e):b.trigger("sync",b,e,a)};a.error=g.wrapError(a.error,b,a);var e=(this.sync||g.sync).call(this,"delete",this,a);a.wait||d();return e},url:function(){var a=j(this.collection,"url")||j(this,"urlRoot")||o();return this.isNew()? -a:a+("/"==a.charAt(a.length-1)?"":"/")+encodeURIComponent(this.id)},parse:function(a){return a},clone:function(){return new this.constructor(this.attributes)},isNew:function(){return null==this.id},change:function(a){if(this._changing||!this.hasChanged())return this;this._moreChanges=this._changing=!0;for(var b in this._changed)this.trigger("change:"+b,this,this._changed[b],a);for(;this._moreChanges;)this._moreChanges=!1,this.trigger("change",this,a);this._previousAttributes=f.clone(this.attributes); -delete this._changed;this._changing=!1;return this},hasChanged:function(a){return!arguments.length?!f.isEmpty(this._changed):this._changed&&f.has(this._changed,a)},changedAttributes:function(a){if(!a)return this.hasChanged()?f.clone(this._changed):!1;var b,c=!1,d=this._previousAttributes,e;for(e in a)if(!f.isEqual(d[e],b=a[e]))(c||(c={}))[e]=b;return c},previous:function(a){return!arguments.length||!this._previousAttributes?null:this._previousAttributes[a]},previousAttributes:function(){return f.clone(this._previousAttributes)}, -isValid:function(){return!this.validate(this.attributes)},_validate:function(a,b){if(b.silent||!this.validate)return!0;var a=f.extend({},this.attributes,a),c=this.validate(a,b);if(!c)return!0;b&&b.error?b.error(this,c,b):this.trigger("error",this,c,b);return!1}});g.Collection=function(a,b){b||(b={});b.comparator&&(this.comparator=b.comparator);this._reset();this.initialize.apply(this,arguments);a&&this.reset(a,{silent:!0,parse:b.parse})};f.extend(g.Collection.prototype,g.Events,{model:g.Model,initialize:function(){}, -toJSON:function(){return this.map(function(a){return a.toJSON()})},add:function(a,b){var c,d,e,g,h,i={},j={};b||(b={});a=f.isArray(a)?a.slice():[a];for(c=0,d=a.length;c=b))this.iframe=h(' + diff --git a/src/test.html b/src/test.html index 0384f8a77..09a9536e7 100644 --- a/src/test.html +++ b/src/test.html @@ -509,28 +509,28 @@ relative_path: ../

- + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus.

- + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus.

- + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus.
- + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus.
- + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus.
@@ -729,6 +729,10 @@ relative_path: ../
{% include tests/stacked-inside-anchor.html %}
+

Stacked icon background with text foreground

+
+ {% include tests/stacked-with-text.html %} +

Mirrored and rotated icons

@@ -758,4 +762,39 @@ relative_path: ../
+

Animation Wobble #671

+
+ + + + + + +
+
+ + + + + + +
+
+ + + + + + +
+
+ + + + + + +
+ +
diff --git a/src/thanks.html b/src/thanks.html new file mode 100644 index 000000000..3a0ab1c36 --- /dev/null +++ b/src/thanks.html @@ -0,0 +1,29 @@ +--- +layout: base +title: Thanks for subscribing! +relative_path: ../ +--- + +
+
+
+
+

You're all set!

+

+ Thanks for signing up! + We'll send you email updates on new Font Awesome releases, icons, and other stuff that we're working on. + We won't spam you. Scout's honor! +

+ +

What's next?

+

+ Want to see what we're working on next? Check out Fonticons! We're making it easy to put the perfect icons + on your website. Pick from gorgeous, comprehensive icon sets or copy and paste your own vector icons. +

+ + Check out Fonticons! + +
+
+
+
diff --git a/src/whats-new.html b/src/whats-new.html index 088502573..cd2e9a33e 100644 --- a/src/whats-new.html +++ b/src/whats-new.html @@ -11,8 +11,15 @@ relative_path: ../ {% include stripe-social.html %}
- {% include new-features.html %} - {% include new-naming.html %} - {% include new-upgrading.html %} + {% capture stripe_ad_content %} +

+ Font Awesome is always getting a little awesome-er. So here's what's new in the latest version, Font Awesome + {{ site.fontawesome.minor_version }}. Have some ideas for new features? + Help contribute. +

+ {% endcapture %} + {% include stripe-ad.html %} + {% include icons/new.html %} + {% include new-upgrading.html %}