i have a different font on the home and calendar widgets on yasb #20
Unanswered
zevrixx
asked this question in
Issues & Help
Replies: 1 comment
-
To fix the fonts inconsistency issue in yasb, you need to update the font-family in Change the global font-family here: * {
font-size: 14px;
color: var(--text);
font-weight: 600;
font-family: "JetBrainsMono Nerd Font";
margin: 0;
padding: 0;
} Also, make sure to update any widget-specific font overrides, for example, the You can quickly find those sections by searching for media-menu and calendar in the file ( This should fix the mismatch across all widgets. |
Beta Was this translation helpful? Give feedback.
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.
-
I remember i had to change the font name somewhere, but i forgot where exactly.
can you remind me how to fix it?
i’m using JetBrainsMono NFP since the regular one doesn’t work , so i want it to be used here too
the rest of the top bar looks normal, i think.
also, maybe the calendar FONT (where it says domingo mayo 25) isn’t right either, I don’t think it’s supposed to look like that.
Beta Was this translation helpful? Give feedback.
All reactions