Skip to content

Commit

Permalink
Merge pull request #188 from FortAwesome/5.11.2-wip
Browse files Browse the repository at this point in the history
Font Awesome Free 5.11.2
  • Loading branch information
supercodepoet authored Sep 23, 2019
2 parents 4a0ce8a + 89fcbb5 commit 4c4d2fe
Show file tree
Hide file tree
Showing 20 changed files with 29 additions and 20 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Please see the appropriate guide for your environment of choice:
In your Gemfile include:

```ruby
gem 'font-awesome-sass', '~> 5.11.1'
gem 'font-awesome-sass', '~> 5.11.2'
```

And then execute:
Expand Down
Binary file modified assets/fonts/font-awesome/fa-brands-400.eot
Binary file not shown.
31 changes: 20 additions & 11 deletions assets/fonts/font-awesome/fa-brands-400.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/fonts/font-awesome/fa-brands-400.ttf
Binary file not shown.
Binary file modified assets/fonts/font-awesome/fa-brands-400.woff
Binary file not shown.
Binary file modified assets/fonts/font-awesome/fa-brands-400.woff2
Binary file not shown.
Binary file modified assets/fonts/font-awesome/fa-regular-400.eot
Binary file not shown.
4 changes: 2 additions & 2 deletions assets/fonts/font-awesome/fa-regular-400.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/fonts/font-awesome/fa-regular-400.ttf
Binary file not shown.
Binary file modified assets/fonts/font-awesome/fa-regular-400.woff
Binary file not shown.
Binary file modified assets/fonts/font-awesome/fa-regular-400.woff2
Binary file not shown.
Binary file modified assets/fonts/font-awesome/fa-solid-900.eot
Binary file not shown.
4 changes: 2 additions & 2 deletions assets/fonts/font-awesome/fa-solid-900.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/fonts/font-awesome/fa-solid-900.ttf
Binary file not shown.
Binary file modified assets/fonts/font-awesome/fa-solid-900.woff
Binary file not shown.
Binary file modified assets/fonts/font-awesome/fa-solid-900.woff2
Binary file not shown.
2 changes: 1 addition & 1 deletion assets/stylesheets/_font-awesome.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Font Awesome Free 5.11.1 by @fontawesome - https://fontawesome.com
* Font Awesome Free 5.11.2 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
*/
@import "font-awesome/variables";
Expand Down
2 changes: 1 addition & 1 deletion assets/stylesheets/_v4-shims.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Font Awesome Free 5.11.1 by @fontawesome - https://fontawesome.com
* Font Awesome Free 5.11.2 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
*/
@import "font-awesome/variables";
Expand Down
2 changes: 1 addition & 1 deletion assets/stylesheets/font-awesome/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ $fa-font-path: if($fa-sass-asset-helper, "font-awesome", "../fonts/font-awesome"
$fa-font-size-base: 16px !default;
$fa-font-display: auto !default;
$fa-css-prefix: fa !default;
$fa-version: "5.11.1" !default;
$fa-version: "5.11.2" !default;
$fa-border-color: #eee !default;
$fa-inverse: #fff !default;
$fa-li-width: 2em !default;
Expand Down
2 changes: 1 addition & 1 deletion lib/font_awesome/sass/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module FontAwesome
module Sass
VERSION = '5.11.1'.freeze
VERSION = '5.11.2'.freeze
end
end

0 comments on commit 4c4d2fe

Please sign in to comment.