You are not logged in.

#1 2023-01-18 17:10:40

MarkGotLasagna
Member
From: Italy
Registered: 2022-01-27
Posts: 19
Website

[SOLVED] Fonts defaulted after logging in and out

Hi, I've got a problem with fonts and I'm not sure how to fix it.

After logging out of my machine (KDE Plasma) and logging back in (i3wm), something totally unexpected happened: many fonts from the majority of my applications, defaulted.

I'm pretty sure the font they defaulted to is 'JetBrains Mono', which has been 2 years since I last used. Right after this, I uninstalled KDE & its applications (which I think doesn't matter since the problem arose way before me changing anything at all).

Examples: Firefox, Xournal++ & Gimp

Could you help me?

Last edited by MarkGotLasagna (2023-01-18 19:16:02)


maruko

Offline

#2 2023-01-18 17:54:14

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,403

Re: [SOLVED] Fonts defaulted after logging in and out

There is no "default" font in archlinux. You're using the fonts you installed and configured.

1. Which font(s) do you expect to use
2. Post the output of

fc-match sans
fc-match serif
fc-match monospace

Online

#3 2023-01-18 18:26:28

MarkGotLasagna
Member
From: Italy
Registered: 2022-01-27
Posts: 19
Website

Re: [SOLVED] Fonts defaulted after logging in and out

1. "Noto Sans" Regular

2.

$ fc-match monospace
NotoSansMono-Regular.ttf: "Noto Sans Mono" "Regular"
$ fc-match serif
NotoSerif-Regular.ttf: "Noto Serif" "Regular"
$ fc-match sans
NotoSans-Regular.ttf: "Noto Sans" "Regular"

maruko

Offline

#4 2023-01-18 18:33:03

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,403

Online

#5 2023-01-18 19:15:45

MarkGotLasagna
Member
From: Italy
Registered: 2022-01-27
Posts: 19
Website

Re: [SOLVED] Fonts defaulted after logging in and out

Thank you for your patience.

By editing .gtkrc-2.0 and .config/gtk-3.0/settings.ini configs, I fixed the "issue".

 gtk-font-name = Noto Sans, 10 

I also commented gtk-theme-name to be sure.


maruko

Offline

Board footer

Powered by FluxBB