Skip to content

Instantly share code, notes, and snippets.

@ChanderG
Created January 29, 2018 13:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ChanderG/add9235d9aadde84f0fbedde8025e433 to your computer and use it in GitHub Desktop.
Save ChanderG/add9235d9aadde84f0fbedde8025e433 to your computer and use it in GitHub Desktop.
Custom fonts for use with urxvt

Getting the font

  1. Get fonts folder. Put the TTF subfolder into ~/.local/share/fonts/
  2. Run : fc-cache -f -v
  3. Check: fc-list | grep "name of font"

Instructions obtained from https://github.com/source-foundry/Hack

Using with URXVT

Be sure to use the prefix xft for the font entry even for these custom fonts. URxvt.font: xft:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment