Created
February 6, 2012 00:01
-
-
Save cscorley/1748496 to your computer and use it in GitHub Desktop.
Terminus (TTF) for Powerline
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
works best as a secondary font (for me) | |
URxvt.font: xft:Terminus:pixelsize=14:antialias=false:hinting=false:autohint=false, xft:Terminus (TTF) for Powerline:pixelsize=16:antialias=false:hinting=false:autohint=false | |
URxvt.boldFont: xft:Terminus:bold:pixelsize=14:antialias=false:hinting=false:autohint=false, xft:Terminus (TTF) for Powerline:bold:pixelsize=16:antialias=false:hinting=false:autohint=false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am trying to use terminus in chrome's ssh extension.
I used https://everythingfonts.com/ttf-to-woff2 to convert these fonts to woff2. It worked, but I experienced 2 issues:
How did you create these tff files? I would like to follow your process and try for myself, but I don't know how to take the files here https://github.com/powerline/fonts/tree/master/Terminus and make tff files. Thanks!