Skip to content

Commit

Permalink
✨ Support font-awesome 6
Browse files Browse the repository at this point in the history
  • Loading branch information
cprodhomme committed Apr 1, 2023
1 parent e696c17 commit 2f8cc61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/arctic_admin/variables/_icons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// you need to use unicode of the icon font
// the unicode of fontawesome can be found here : https://fontawesome.com/

$font-icon: 'Font Awesome 5 Free', 'Font Awesome 5 Pro' !default;
$font-icon: 'Font Awesome 6 Free', 'Font Awesome 6 Pro' !default;

$icon-user: "\f007" !default;
$icon-logout: "\f2f5" !default;
Expand Down

0 comments on commit 2f8cc61

Please sign in to comment.