Skip to content

Commit

Permalink
[Core] Fix more broken FontAwesome icons
Browse files Browse the repository at this point in the history
  • Loading branch information
bitWolfy committed Feb 2, 2023
1 parent 3fbf94d commit fc9ff35
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/scss/components/_form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ form-section > form-input {

&:before {
content: unicode("f12a");
font-family: 'Font Awesome 5 Free';
@include FontAwesomeFamily;
font-weight: 900;
color: coral;
}
Expand Down Expand Up @@ -148,7 +148,7 @@ form-section > form-input {
padding: 0.125rem 0.25rem;
outline: 0;

font-family: 'Font Awesome 5 Free';
@include FontAwesomeFamily;
font-weight: 900;

border: 1px dashed #666666;
Expand Down
2 changes: 1 addition & 1 deletion src/scss/modules/_better-search.scss
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ search-content > post {

span::before {
content: " ";
font-family: 'Font Awesome 5 Free';
@include FontAwesomeFamily;
font-weight: 900;
}

Expand Down
2 changes: 1 addition & 1 deletion src/scss/modules/_header-customizer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ header#top nav#nav {

li > a.tab-has-updates::after {
content: unicode('f111');
font-family: 'Font Awesome 5 Free';
@include FontAwesomeFamily;
font-weight: 900;
font-size: 0.5em;
color: red;
Expand Down
2 changes: 1 addition & 1 deletion src/scss/modules/_image-scaler.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ section#image-container {

&::after {
content: unicode("f1ce");
font-family: 'Font Awesome 5 Free';
@include FontAwesomeFamily;
font-weight: 900;
font-size: 3rem;

Expand Down
2 changes: 1 addition & 1 deletion src/scss/modules/_structure-utilities.scss
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ body[data-hide-blacklist=true] section#blacklist-box {
.update-notification:not([data-updates="0"]) {
&::after {
content: unicode('f111');
font-family: 'Font Awesome 5 Free';
@include FontAwesomeFamily;
font-weight: 900;
font-size: 0.5em;
color: red;
Expand Down

0 comments on commit fc9ff35

Please sign in to comment.