tkashkin / Adwaita-for-Steam

A skin to make Steam look more like a native GNOME app
MIT License
1.12k stars 25 forks source link

[Feature Request] Allow using custom/system font? #163

Closed qwertychouskie closed 1 year ago

qwertychouskie commented 1 year ago

It would be nice for Steam to use the same font as the rest of my system.

Foldex commented 1 year ago

Already possible. -we accepts any arbitrary css file you want to throw at it, and is capable of overriding our css variables.

The usual warnings apply: Changing the font can wind up causing visual bugs, your favorite font is not officially supported, yadda yadda.

./install.py -we ~/path/to/wherever/custom.css

custom.css

:root
{
    --basefont: "Font Name"
}
Perfection

![image](https://github.com/tkashkin/Adwaita-for-Steam/assets/47908676/1607653f-bf68-4641-b07e-e1ac2a09c5dc)

qwertychouskie commented 1 year ago

Perfection!

image

(Comic Sans gets way more hate than it deserves. I set it as a meme originally but now I've been using it for like a year unironically.)

Foldex commented 1 year ago

A casualty of it coming preinstalled and getting used in one too many bad applications.

Since we're good here, Mind closing the issue?

qwertychouskie commented 1 year ago

It's probably be good to document this in https://github.com/tkashkin/Adwaita-for-Steam/blob/master/README.md before closing this issue.