mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-20 19:02:33 +00:00
Fix font family (#910)
This commit is contained in:
parent
0259a4f44a
commit
bcd927663b
@ -106,7 +106,7 @@ font-family-icons($icon = '') {
|
|||||||
if ($icon) {
|
if ($icon) {
|
||||||
content: $icon;
|
content: $icon;
|
||||||
}
|
}
|
||||||
font-family: 'Font Awesome 6 Free';
|
font-family: 'Font Awesome 7 Free';
|
||||||
font-weight: 900;
|
font-weight: 900;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user