Skip to content

Commit

Permalink
MDL-81661 theme: Update FontAwesome to 6.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sarjona committed Jul 5, 2024
1 parent 7d7a871 commit 86b2a79
Show file tree
Hide file tree
Showing 20 changed files with 40 additions and 490 deletions.
Binary file modified lib/fonts/fa-brands-400.ttf
Binary file not shown.
Binary file modified lib/fonts/fa-brands-400.woff2
Binary file not shown.
Binary file modified lib/fonts/fa-regular-400.ttf
Binary file not shown.
Binary file modified lib/fonts/fa-regular-400.woff2
Binary file not shown.
Binary file modified lib/fonts/fa-solid-900.ttf
Binary file not shown.
Binary file modified lib/fonts/fa-solid-900.woff2
Binary file not shown.
Binary file modified lib/fonts/fa-v4compatibility.ttf
Binary file not shown.
Binary file modified lib/fonts/fa-v4compatibility.woff2
Binary file not shown.
4 changes: 2 additions & 2 deletions theme/boost/scss/fontawesome/LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ as SVG and JS file types.
In the Font Awesome Free download, the SIL OFL license applies to all icons
packaged as web and desktop font files.

Copyright (c) 2023 Fonticons, Inc. (https://fontawesome.com)
Copyright (c) 2024 Fonticons, Inc. (https://fontawesome.com)
with Reserved Font Name: "Font Awesome".

This Font Software is licensed under the SIL Open Font License, Version 1.1.
Expand Down Expand Up @@ -123,7 +123,7 @@ OTHER DEALINGS IN THE FONT SOFTWARE.
In the Font Awesome Free download, the MIT license applies to all non-font and
non-icon files.

Copyright 2023 Fonticons, Inc.
Copyright 2024 Fonticons, Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in the
Expand Down
1 change: 0 additions & 1 deletion theme/boost/scss/fontawesome/_animated.scss
Original file line number Diff line number Diff line change
Expand Up @@ -150,4 +150,3 @@
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}

4 changes: 2 additions & 2 deletions theme/boost/scss/fontawesome/_bordered-pulled.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
padding: var(--#{$fa-css-prefix}-border-padding, #{$fa-border-padding});
}

.#{$fa-css-prefix}-pull-left {
.#{$fa-css-prefix}-pull-left {
float: left;
margin-right: var(--#{$fa-css-prefix}-pull-margin, #{$fa-pull-margin});
}

.#{$fa-css-prefix}-pull-right {
.#{$fa-css-prefix}-pull-right {
float: right;
margin-left: var(--#{$fa-css-prefix}-pull-margin, #{$fa-pull-margin});
}
3 changes: 0 additions & 3 deletions theme/boost/scss/fontawesome/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
content: unquote("\"#{ $fa-var }\"");
}
}

@mixin fa-icon-regular($fa-var) {
@extend %fa-icon;
@extend .fa-regular;
Expand All @@ -63,7 +62,6 @@
content: unquote("\"#{ $fa-var }\"");
}
}

@mixin fa-icon-brands($fa-var) {
@extend %fa-icon;
@extend .fa-brands;
Expand All @@ -72,4 +70,3 @@
content: unquote("\"#{ $fa-var }\"");
}
}

4 changes: 2 additions & 2 deletions theme/boost/scss/fontawesome/_rotated-flipped.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
}

.#{$fa-css-prefix}-flip-both,
.#{$fa-css-prefix}-flip-horizontal.#{$fa-css-prefix}-flip-vertical {
.#{$fa-css-prefix}-flip-horizontal.#{$fa-css-prefix}-flip-vertical {
transform: scale(-1, -1);
}

.#{$fa-css-prefix}-rotate-by {
transform: rotate(var(--#{$fa-css-prefix}-rotate-angle, none));
transform: rotate(var(--#{$fa-css-prefix}-rotate-angle, 0));
}
Loading

0 comments on commit 86b2a79

Please sign in to comment.