You are not logged in.
Pages: 1
hello all, i recently updated my system with pacman -Syu and yay -Syu this morning and ever since the font i have been using for i3, alacritty, and polybar (jet brains mono nerd font) have been very messed up. the words are wrapping everywhere, my icons that i had on polybar are not showing up anymore. im wondering if anybody knows what is happening here and what the issue could be?
switching to another font like Source Code Pro works just fine but my icons work with jet brains mono nerd which is why im trying to fix it
here is what the text looks like on my terminal
Last edited by oklixm (2023-11-22 01:59:15)
Offline
I experienced something similar, change Nerd Font in your configurations to NF and it should work. Seems like they changed the names. :]
Offline
thank you for your help!
that makes sense haha, may I ask you where you found that information that they changed it for my troubleshooting in the future?
Offline
I used
ffc-list : family style | grep "JetBrains"to search for the JetBrains font names.
Offline
yeah nerd fonts got messed up after yesterday, you will have to change the name, eg in vscode:
from:
"editor.fontFamily": "'JetBrainsMonoNL Nerd Font', monospace",
to
"editor.fontFamily": "JetBrainsMono NF",Offline
Pages: 1