Skip to content

Commit

Permalink
Revert "Update to version 6.6.0 (#233)"
Browse files Browse the repository at this point in the history
This reverts commit 5eceeec.
  • Loading branch information
robmadole committed Jun 17, 2024
1 parent 5eceeec commit 9fea882
Show file tree
Hide file tree
Showing 11 changed files with 10 additions and 12 deletions.
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.woff2
Binary file not shown.
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.woff2
Binary file not shown.
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.woff2
Binary file not shown.
2 changes: 1 addition & 1 deletion assets/stylesheets/font-awesome/_brands.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com
* Font Awesome Free 6.5.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)
* Copyright 2024 Fonticons, Inc.
*/
Expand Down
12 changes: 6 additions & 6 deletions assets/stylesheets/font-awesome/_core.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
font-weight: var(--#{$fa-css-prefix}-style, #{$fa-style});
}

.#{$fa-css-prefix}-solid,
.#{$fa-css-prefix}-regular,
.#{$fa-css-prefix}-brands,
.#{$fa-css-prefix},
.#{$fa-css-prefix}-classic,
.#{$fa-css-prefix}-sharp,
.fas,
.#{$fa-css-prefix}-solid,
.far,
.#{$fa-css-prefix}-regular,
.fab,
.#{$fa-css-prefix}-sharp-solid,
.#{$fa-css-prefix}-classic,
.#{$fa-css-prefix} {
.#{$fa-css-prefix}-brands {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: var(--#{$fa-css-prefix}-display, #{$fa-display});
Expand Down
3 changes: 1 addition & 2 deletions assets/stylesheets/font-awesome/_regular.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com
* Font Awesome Free 6.5.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)
* Copyright 2024 Fonticons, Inc.
*/
Expand All @@ -11,7 +11,6 @@
--#{$fa-css-prefix}-font-regular: normal 400 1em/1 '#{ $fa-style-family }';
}


@font-face {
font-family: 'Font Awesome 6 Free';
font-style: normal;
Expand Down
3 changes: 1 addition & 2 deletions assets/stylesheets/font-awesome/_solid.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com
* Font Awesome Free 6.5.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)
* Copyright 2024 Fonticons, Inc.
*/
Expand All @@ -11,7 +11,6 @@
--#{$fa-css-prefix}-font-solid: normal 900 1em/1 '#{ $fa-style-family }';
}


@font-face {
font-family: 'Font Awesome 6 Free';
font-style: normal;
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 = "6.6.0".freeze
VERSION = "6.5.2".freeze
end
end

0 comments on commit 9fea882

Please sign in to comment.