Skip to content

Instantly share code, notes, and snippets.

@curipha
Created May 7, 2017 06:32
Show Gist options
  • Save curipha/225cbaac4266eb9a0a3f0215e866673b to your computer and use it in GitHub Desktop.
Save curipha/225cbaac4266eb9a0a3f0215e866673b to your computer and use it in GitHub Desktop.
Font modifier script for Ubuntu 11.10 w/ Unity (UbuntuTweak can also modify these font settings)
#!/usr/bin/env bash
gsettings set org.gnome.desktop.interface font-name 'MigMix 2P 10'
gsettings set org.gnome.desktop.interface document-font-name 'MigMix 2P 10'
gsettings set org.gnome.desktop.interface monospace-font-name 'MigMix 2M 10'
gconftool-2 --type string --set /apps/metacity/general/titlebar_font "MigMix 2P Bold 10"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment