F5F Stay Refreshed Software Operating Systems Updated Pop!OS 22.04 to adjust fonts for a particular language.

Updated Pop!OS 22.04 to adjust fonts for a particular language.

Updated Pop!OS 22.04 to adjust fonts for a particular language.

C
Cyanstrophic
Senior Member
668
07-02-2023, 05:54 AM
#1
You can adjust the default font for a particular language without altering it for all languages. It’s possible to select a different font when you open the content, so you can use a more readable Thai font if needed.
C
Cyanstrophic
07-02-2023, 05:54 AM #1

You can adjust the default font for a particular language without altering it for all languages. It’s possible to select a different font when you open the content, so you can use a more readable Thai font if needed.

K
Kute_Kirby
Member
50
07-02-2023, 08:52 AM
#2
Hi! A few days ago i finished the configuration of swaywm in a PC with Debian 12 and I had to specify a fallback font for the foot terminal emulator, maybe there is a configuration similar to this for the one you are using.
K
Kute_Kirby
07-02-2023, 08:52 AM #2

Hi! A few days ago i finished the configuration of swaywm in a PC with Debian 12 and I had to specify a fallback font for the foot terminal emulator, maybe there is a configuration similar to this for the one you are using.

F
Fireano
Junior Member
45
07-03-2023, 06:10 PM
#3
I don't think this applies to my situation. Most of what I do in my terminal is in English, so changing the UI font is straightforward. For browsers it was simple, but some apps like Discord don't allow font changes, so I have to adjust the system's default font.
F
Fireano
07-03-2023, 06:10 PM #3

I don't think this applies to my situation. Most of what I do in my terminal is in English, so changing the UI font is straightforward. For browsers it was simple, but some apps like Discord don't allow font changes, so I have to adjust the system's default font.

T
TwiceCritical
Member
110
07-04-2023, 03:04 AM
#4
Which desktop environment are you running? We can look up details and check if any files can be edited to adjust the font. I noticed recently that PopOs adopts a custom UI akin to GNOME, which likely means a path exists to switch it.
T
TwiceCritical
07-04-2023, 03:04 AM #4

Which desktop environment are you running? We can look up details and check if any files can be edited to adjust the font. I noticed recently that PopOs adopts a custom UI akin to GNOME, which likely means a path exists to switch it.

R
rexyy360
Junior Member
13
07-12-2023, 11:20 AM
#5
PopOS relies on gnome as its default environment. I found a discussion on the SUSE subreddit about changing fontconfig settings in ~/.config/fontconfig, though that path isn’t available on my machine.
R
rexyy360
07-12-2023, 11:20 AM #5

PopOS relies on gnome as its default environment. I found a discussion on the SUSE subreddit about changing fontconfig settings in ~/.config/fontconfig, though that path isn’t available on my machine.

B
Blank_M
Junior Member
3
07-12-2023, 09:00 PM
#6
The Cosmic desktop setup remains in Alpha. Since you're using Gnome, install Gnome Tweaks with sudo apt install gnome-tweaks. Launch Tweaks and you'll find a font adjustment option available.
B
Blank_M
07-12-2023, 09:00 PM #6

The Cosmic desktop setup remains in Alpha. Since you're using Gnome, install Gnome Tweaks with sudo apt install gnome-tweaks. Launch Tweaks and you'll find a font adjustment option available.

M
Mrmojorisin47
Member
60
07-20-2023, 05:48 AM
#7
I attempted it, but it alters the font for English as well, which isn’t what I wanted.
M
Mrmojorisin47
07-20-2023, 05:48 AM #7

I attempted it, but it alters the font for English as well, which isn’t what I wanted.

I
Invoc_Fatal
Member
57
07-21-2023, 08:24 PM
#8
You can adjust the font settings by opening the configuration file at ~/.config/gtk-3.0/settings.ini. It suggests using your preferred text editor to modify the gtk-font-name and other details, such as font name and size. Keep in mind that this method may not be reliable, and I don’t have a Gnome system to test it directly.
I
Invoc_Fatal
07-21-2023, 08:24 PM #8

You can adjust the font settings by opening the configuration file at ~/.config/gtk-3.0/settings.ini. It suggests using your preferred text editor to modify the gtk-font-name and other details, such as font name and size. Keep in mind that this method may not be reliable, and I don’t have a Gnome system to test it directly.

R
renliff
Member
240
07-22-2023, 03:57 AM
#9
Figured it out: Set up the folder ~/.config/fontconfig/conf.d, add a file named according to the format NN-name.conf and edit it using your preferred text editor. The numbers show priority. nano ~/.config/fontconfig/conf.d/50-thai.conf
Paste the XML snippet provided, adjusting the language family and font names as needed. Thanks @paex for the guidance.
R
renliff
07-22-2023, 03:57 AM #9

Figured it out: Set up the folder ~/.config/fontconfig/conf.d, add a file named according to the format NN-name.conf and edit it using your preferred text editor. The numbers show priority. nano ~/.config/fontconfig/conf.d/50-thai.conf
Paste the XML snippet provided, adjusting the language family and font names as needed. Thanks @paex for the guidance.