Skip to content

Commit

Permalink
Merge pull request #991 from Codeinwp/bugfix/824
Browse files Browse the repository at this point in the history
Fixed icons font family issue with japanese/chinese lang
  • Loading branch information
selul authored Jul 11, 2024
2 parents 53c0174 + f23f30c commit c49e9ba
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions assets/css/rop_core.css
Original file line number Diff line number Diff line change
Expand Up @@ -4835,3 +4835,10 @@ padding: 0 20px;
#rop_core .uppercase {
text-transform: uppercase;
}

#rop_core i.fa {
font-family: 'FontAwesome';
}
#rop_core span.dashicons {
font-family: 'dashicons';
}

0 comments on commit c49e9ba

Please sign in to comment.