Skip to content
Discussion options

You must be logged in to vote

To see the icons correctly in YASB, make sure you have a Nerd Font installed and set in your terminal, preferably something like JetBrainsMono Nerd Font

However, in some setups, even after installing the Nerd Font, icons may still not render. A quick workaround that has worked for some users is to change the font-family in your styles.css from:

font-family: 'JetBrainsMono Nerd Font';

to:

font-family: 'JetBrainsMono NF';

Alternatively, if this still doesn’t fix the issue, you can try installing the JetBrainsMono Nerd Font Propo. It seems to render icons better in some environments

Let me know if this helps or if the issue persists!

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by ashish0kumar
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #11 on May 18, 2025 17:55.