Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Font Awesome Free 5.10.2 #186

Merged
merged 1 commit into from
Sep 19, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.9.0'
gem 'font-awesome-sass', '~> 5.10.2'
```

And then execute:
Expand Down
Binary file modified assets/fonts/font-awesome/fa-brands-400.eot
Binary file not shown.
47 changes: 27 additions & 20 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.
6 changes: 3 additions & 3 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.
6 changes: 3 additions & 3 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.9.0 by @fontawesome - https://fontawesome.com
* Font Awesome Free 5.10.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.9.0 by @fontawesome - https://fontawesome.com
* Font Awesome Free 5.10.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
1 change: 1 addition & 0 deletions assets/stylesheets/font-awesome/_core.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
.fas,
.far,
.fal,
.fad,
.fab {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
Expand Down
1 change: 1 addition & 0 deletions assets/stylesheets/font-awesome/_icons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ readers do not read off random characters that represent icons */
.#{$fa-css-prefix}-cookie-bite:before { content: fa-content($fa-var-cookie-bite); }
.#{$fa-css-prefix}-copy:before { content: fa-content($fa-var-copy); }
.#{$fa-css-prefix}-copyright:before { content: fa-content($fa-var-copyright); }
.#{$fa-css-prefix}-cotton-bureau:before { content: fa-content($fa-var-cotton-bureau); }
.#{$fa-css-prefix}-couch:before { content: fa-content($fa-var-couch); }
.#{$fa-css-prefix}-cpanel:before { content: fa-content($fa-var-cpanel); }
.#{$fa-css-prefix}-creative-commons:before { content: fa-content($fa-var-creative-commons); }
Expand Down
7 changes: 4 additions & 3 deletions assets/stylesheets/font-awesome/_shims.scss
Original file line number Diff line number Diff line change
Expand Up @@ -626,15 +626,15 @@

.#{$fa-css-prefix}.#{$fa-css-prefix}-sort-alpha-asc:before { content: fa-content($fa-var-sort-alpha-down); }

.#{$fa-css-prefix}.#{$fa-css-prefix}-sort-alpha-desc:before { content: fa-content($fa-var-sort-alpha-up); }
.#{$fa-css-prefix}.#{$fa-css-prefix}-sort-alpha-desc:before { content: fa-content($fa-var-sort-alpha-down-alt); }

.#{$fa-css-prefix}.#{$fa-css-prefix}-sort-amount-asc:before { content: fa-content($fa-var-sort-amount-down); }

.#{$fa-css-prefix}.#{$fa-css-prefix}-sort-amount-desc:before { content: fa-content($fa-var-sort-amount-up); }
.#{$fa-css-prefix}.#{$fa-css-prefix}-sort-amount-desc:before { content: fa-content($fa-var-sort-amount-down-alt); }

.#{$fa-css-prefix}.#{$fa-css-prefix}-sort-numeric-asc:before { content: fa-content($fa-var-sort-numeric-down); }

.#{$fa-css-prefix}.#{$fa-css-prefix}-sort-numeric-desc:before { content: fa-content($fa-var-sort-numeric-up); }
.#{$fa-css-prefix}.#{$fa-css-prefix}-sort-numeric-desc:before { content: fa-content($fa-var-sort-numeric-down-alt); }

.#{$fa-css-prefix}.#{$fa-css-prefix}-youtube-square {
font-family: 'Font Awesome 5 Brands';
Expand Down Expand Up @@ -2059,3 +2059,4 @@
font-family: 'Font Awesome 5 Brands';
font-weight: 400;
}

19 changes: 11 additions & 8 deletions assets/stylesheets/font-awesome/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,16 @@ $fa-sass-asset-helper: false !default;

$fa-font-path: if($fa-sass-asset-helper, "font-awesome", "../fonts/font-awesome") !default;

$fa-font-size-base: 16px !default;
$fa-font-display: auto !default;
$fa-css-prefix: fa !default;
$fa-version: "5.9.0" !default;
$fa-border-color: #eee !default;
$fa-inverse: #fff !default;
$fa-li-width: 2em !default;
$fa-fw-width: (20em / 16);
$fa-font-size-base: 16px !default;
$fa-font-display: auto !default;
$fa-css-prefix: fa !default;
$fa-version: "5.10.2" !default;
$fa-border-color: #eee !default;
$fa-inverse: #fff !default;
$fa-li-width: 2em !default;
$fa-fw-width: (20em / 16);
$fa-primary-opacity: 1 !default;
$fa-secondary-opacity: .4 !default;

// Convenience function used to set content property
@function fa-content($fa-var) {
Expand Down Expand Up @@ -319,6 +321,7 @@ $fa-var-cookie: \f563;
$fa-var-cookie-bite: \f564;
$fa-var-copy: \f0c5;
$fa-var-copyright: \f1f9;
$fa-var-cotton-bureau: \f89e;
$fa-var-couch: \f4b8;
$fa-var-cpanel: \f388;
$fa-var-creative-commons: \f25e;
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.9.0'.freeze
VERSION = '5.10.2'.freeze
end
end