From 8aef7ac73d56eb8a161835ee0a57f5c7c549df7b Mon Sep 17 00:00:00 2001 From: "Robin C." Date: Thu, 9 Jan 2025 05:04:14 +0100 Subject: [PATCH] Change font --- xfce/setup.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/xfce/setup.sh b/xfce/setup.sh index 3f2d8b0..7e43439 100755 --- a/xfce/setup.sh +++ b/xfce/setup.sh @@ -55,12 +55,13 @@ xfconf-query -c xsettings -p /Net/IconThemeName -s "Vimix-dark" # Fonts echo echo "Setting fonts" -xfconf-query -c xfwm4 -p /general/title_font -s "Segoe UI Variable Bold 14.5" -xfconf-query -c xsettings -p /Gtk/FontName -s "Segoe UI Variable Regular 11.5" +xfconf-query -c xfwm4 -p /general/title_font -s "Segoe UI Variable Static Display Semibold 14" +xfconf-query -c xsettings -p /Gtk/FontName -s "Segoe UI Variable Static Display Regular 11.5" xfconf-query -c xsettings -p /Gtk/MonospaceFontName -s "Hack 12" gsettings set org.gnome.desktop.interface monospace-font-name 'Hack 12' gsettings set org.gnome.desktop.interface font-name 'Segoe UI Variable Regular 11.5' + # Font sub-pixel order # Depends on the monitor? echo