WhiteSur-gtk-theme icon indicating copy to clipboard operation
WhiteSur-gtk-theme copied to clipboard

Changing the top panel font size

Open jkemp814 opened this issue 1 year ago • 3 comments

Hello Everyone,

How do I change the top panel font size? On a HiDPI monitor, the fonts are way too small. I have found all the posts stating to use

stage {
    font-family: SF Pro Display Medium;
    font-size: 16px;
}

But that does not change anything.

If I create my on theme and import this theme, it works, but breaks a lot of pop-up windows.

@import url("resource:///org/gnome/theme/gnome-shell.css");
stage {
    font-family: SF Pro Display Medium;
    font-size: 16px;
}

It would be nice to have a section already built into the theme, so it could be edited.

What do you suggest I enter into the gnome-shell.css of this theme?

jkemp814 avatar Dec 28 '23 17:12 jkemp814

I've same problem. Do you have any solution?

bredigian avatar Apr 13 '24 15:04 bredigian

Look at this: https://github.com/vinceliuice/WhiteSur-gtk-theme/issues/525 It's worked for me.

bredigian avatar Apr 13 '24 15:04 bredigian

Is your issue still ongoing? If so, please respond, if not, please close your issue! thanks 😉

kernelb00t avatar May 21 '24 16:05 kernelb00t