Okey so i just update my artix lxqt
and then after update the font suddenly change to roboto
as you can see on attachment i already change font to segoe ui again in lxqt and openbox configuration and restart my laptop
but nothing is happen is just stick with roboto font
any solution?
Nice desktop you've got there!
Do
$ grep -ir roboto ~
and see where else roboto is set. Change it manually and please tell us how you fixed it.
thanks btw, it turns out i need add this line on /home/.gtkrc-2.0
include "/usr/share/themes/Forest-Dark/gtk-2.0/gtkrc"
style "user-font"
{
font_name="Segoe UI"
}
widget_class "*" style "user-font"now is looking good thanks
so, solved, all what you needed before is reading https://wiki.archlinux.org/title/GTK ;) but lxqt have nothing to do with gtk2 toolkit, lxqt is based on QT toolkit... ;) but nevermind...
coz i'm set my lxqt to use GTK theme tho
but that you wrote not as you asked in first topic 8)
we use no crystals balls, you spoke only about lxqt, not about gtk configuration ;)