Replies: 1 comment
|
You'll have to manually update each individual icon. For the "Home" icon in the sidebar, you'll have to go to Line 24 in <i class="fa-fw fas fa-home"></i>To: <i class="fa-fw far fa-house"></i>Important The FontAwesome icon you want to use must be part of the Free version (i.e. not Pro or Pro+) If you want to update an icon in a sidebar tab, edit the ---
# the default layout is 'page'
icon: fas fa-info-circle
order: 4
---To: ---
# the default layout is 'page'
icon: fas fa-info
order: 4
---If you want to change the icon of a link in the sidebar, update the - type: email
icon: "fas fa-envelope"
noblank: true # open link in current tabTo: - type: email
icon: "far fa-envelope"
noblank: true # open link in current tab |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Checklist
How did you create the site?
Generated from
chirpy-starterDescription
This theme renders the fonts to the "tick" version like .
I perfer to have the "thin" versions like
How do I do this?
Operations you have already tried
search the docu
Anything else?
No response
All reactions