diamondburned / dissent

Tiny native Discord app
https://flathub.org/apps/details/so.libdb.dissent
GNU General Public License v3.0
1.25k stars 40 forks source link

How do I change the font size? #135

Closed avdb13 closed 1 year ago

avdb13 commented 1 year ago

All my other programs still depend on gtk3 which let's you change this easily with a program like lxappearance. I think it would be handy if the default keybindings (ctrl++/ctrl+-) allowed for this behavior unless there's a way to change the font size for all gtk4 programs like with gtk3.

diamondburned commented 1 year ago

You can probably do

window {
  font-size: 1.2em;
}

?

You can override the CSS at ~/.config/gtkcord4/user.css.