Icons missing in YASB #15
-
How can i install or download missing icons? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
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
to:
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! |
Beta Was this translation helpful? Give feedback.
-
thanks! this also worked for me |
Beta Was this translation helpful? Give feedback.
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 yourstyles.css
from:to:
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!