Skip to content

Commit

Permalink
Change font-family from FA6's back to 'FontAwesome' since we have re-…
Browse files Browse the repository at this point in the history
…merged the FA6's font families into 'FontAwesome', and apply 'ZK85Icons' to other themes (originally only on iceblue)
  • Loading branch information
JamsonChan committed Sep 15, 2023
1 parent 7c4e63d commit 8736bc8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@
// icon font utility
.baseIconFont() {
display: inline-block;
font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands";
font-family: ZK85Icons, FontAwesome;
font-style: normal;
font-weight: normal;
font-size: inherit;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@
// icon font utility
.baseIconFont() {
display: inline-block;
font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands";
font-family: ZK85Icons, FontAwesome;
font-style: normal;
font-weight: normal;
font-size: inherit;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@
// icon font utility
.baseIconFont() {
display: inline-block;
font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands";
font-family: ZK85Icons, FontAwesome;
font-style: normal;
font-weight: normal;
font-size: inherit;
Expand Down

0 comments on commit 8736bc8

Please sign in to comment.