Opticos / gwsl

THIS IS THE GWSL WEBSITE SOURCE. Please see https://github.com/Opticos/GWSL-Source
https://opticos.github.io/gwsl/
Other
42 stars 5 forks source link

Fonts #9

Open plakhin opened 2 years ago

plakhin commented 2 years ago

Is there a way to use different font for applications UI? I'd like to have same fonts as on Windows (guess Segoe UI is used).

Pololot64 commented 2 years ago

Yes, it is the same process as changing the font in Linux. Depending on the distro you are using a Google will probably yield helpful results

plakhin commented 2 years ago

I'm using Ubuntu 20.04. Can you help a bit please? I'm a newbie in Linux with GUI, though been using it many years on servers. I've added some ttf fonts to ~/.fonts dir and able to use those fonts inside programs, but I also want to change UI fonts.

Pololot64 commented 2 years ago

I did some digging. After the fonts are installed you can probably add a line like gtk-font-name = "DejaVu Sans 11" (with your font name) to the ~/.profile file.

plakhin commented 2 years ago

Thanks for assistance. Unfortunately, this doesn't work for me :( The only app I'm using with gWSL is Sublime Merge, may be it needs some different settings?

plakhin commented 2 years ago

Also tried Text Editor which seems to be the default app, also no effect.

Pololot64 commented 2 years ago

Can you post what your .profile file looks like? Or at least the end of it?