Created
May 4, 2015 21:40
-
-
Save fearthecowboy/ff05b744df1916349d04 to your computer and use it in GitHub Desktop.
Add Inconsolata font as an option in console windows
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
# Get the incosolata font from https://github.com/google/fonts/tree/master/ofl/inconsolata | |
Set-ItemProperty 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Console\TrueTypeFont' -Name 000 -value Inconsolata |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is great! I had the .otf version of Inconsolata from http://levien.com/type/myfonts/inconsolata.html and it wasn't showing up as an option, but the version from the Google Fonts repo above works. Thanks!