-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Icons not displaying even though font is installed #107
Comments
I've the same error. Microsoft Windows 11 Pro 10.0.22621 |
I can confirm, I have the same issue. Font Awesome is correctly installed for all users. |
Same issue, Windows 11 Home 22H3, build 22631.2715. |
Same issue for me but I ended up changing to JetBrainsMonoNL Nerd Font and it works |
Confirming this is the same for me on a fresh install of everything; Windows 11, Bars, Font Awesome 5 Free and no errors. In my testing I found that if I reorder line 4 of the style.css as such ** Update - After some more tinkering with the style.css file I was able to get everything working by setting the * element font-family to just Font Awesome and then setting the font-family for each other element that was affected. |
I was getting this bug, but installing the FontAwesome 5 Solid variant fixed it for me, for the disk space widget at least. The network widget is still not showing its icons. |
Like Wizarth: * {
desktop/setup/getting-started */
font-family:'Font Awesome 5 Free Solid', 'Courier New' ;
font-size: 16px;
color: #f2e5bc;
} solved it. No other Font Awesome Font works (Regular or FA6). The Wifi symbol also doesn't work. but can be changed in the config.yaml and replaced with one of font-awesome's icons (https://fontawesome.com/v5/search?m=free). |
Expected Behavior
yasb should be displaying icons correctly with the widgets
Current Behavior
Although i have the font family installed and haven't changed anything in the styling the icons won't show
Context (Environment)
Fresh install of yasb, both bars and font awesome fonts installed. Everything set up correctly with no errors and none of my icons are being displayed. Ran with python 3.10 like it suggests so
The text was updated successfully, but these errors were encountered: