Change font

This commit is contained in:
Robin C. 2025-01-09 06:04:20 +01:00
parent f4d51e6719
commit 8a2b312f76

View File

@ -60,7 +60,7 @@ xfconf-query -c xsettings -p /Net/IconThemeName -s "Vimix-dark"
echo echo
echo "Setting fonts" echo "Setting fonts"
xfconf-query -c xfwm4 -p /general/title_font -s "Segoe UI Variable Static Small Bold 11.75" xfconf-query -c xfwm4 -p /general/title_font -s "Segoe UI Variable Static Small Bold 11.75"
xfconf-query -c xsettings -p /Gtk/FontName -s "Segoe UI Variable Static Display Regular 11.5" xfconf-query -c xsettings -p /Gtk/FontName -s "Segoe UI Variable Static Text Regular 11.5"
xfconf-query -c xsettings -p /Gtk/MonospaceFontName -s "Hack 12" 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 monospace-font-name 'Hack 12'
gsettings set org.gnome.desktop.interface font-name 'Segoe UI Variable Regular 11.5' gsettings set org.gnome.desktop.interface font-name 'Segoe UI Variable Regular 11.5'