Changing GNOME 3 Window Title Font and Size
GNOME 3 removed the GUI option for customizing window title fonts that existed in earlier versions. The setting is still configurable, but you’ll need to access it through command-line tools or configuration editors. Using gsettings (Command Line) The simplest approach is gsettings, which directly modifies the configuration: gsettings set org.gnome.desktop.wm.preferences titlebar-font ‘Sans Bold 10’ To…
