Skip to content

Commit

Permalink
updated to 5.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Guite committed Jul 16, 2020
1 parent 7689f74 commit 75afe9b
Show file tree
Hide file tree
Showing 44 changed files with 2,132 additions and 2,110 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,24 @@
Font Awesome
============
# Font Awesome

Shim repository for Font Awesome.

The full suite of pictographic icons, examples, and documentation can be found at:
http://fortawesome.github.com/Font-Awesome/


Package Managers
----------------
## Package Managers

* [npm](http://npmjs.org): `components-font-awesome`
* [Bower](http://bower.io): `components-font-awesome`
* [Component](https://github.com/component/component): `components/font-awesome`
* [Composer](http://packagist.org/packages/components/font-awesome): `components/font-awesome`

Installation
------------
## Installation

### Gulp

##### Re-compile bower

If using bower, do not forget to re-compile bower using `gulp bower`. Here is the sample code if you do not have one.

``` javascript
Expand All @@ -29,11 +28,14 @@ gulp.task('bower', function() {
.pipe(gulp.dest('vendor/'))
});
```

##### Combine css

With gulp, usually there is a function to combine all *scss* to *css* file for faster page loads.
In the sample case we run function `gulp style` to combine all scss to css file under **./assets/css/**

##### Move font font folder

Here is the **important part**, the default *font folder* is on different path with the compiled bower file. We need to move the font from default *font folder* to the *compiled bower folder* (In the example `vendor` is the compiled folder).

``` javascript
Expand All @@ -44,8 +46,7 @@ gulp.task('icons', function() {
});
```

License
-------
## License

- The Font Awesome font is licensed under the SIL Open Font License - 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
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "font-awesome",
"repo": "components/font-awesome",
"version": "5.13.1",
"version": "5.14.0",
"description": "Font Awesome, the iconic SVG, font, and CSS framework.",
"styles": [
"css/all.css"
Expand Down
Loading

0 comments on commit 75afe9b

Please sign in to comment.