Aylur / ags

A customizable and extensible shell
GNU General Public License v3.0
1.73k stars 94 forks source link

How to change font used by ags? #426

Closed rafaeljacov closed 1 month ago

rafaeljacov commented 1 month ago

I want to change the font used by ags because some icon doesn't render image

kotontrion commented 1 month ago

you can change the font using css. This will set the font for all widgets:

* {
  font-family: "your font";
}