Skip to content

Instantly share code, notes, and snippets.

@fearthecowboy
Created May 4, 2015 21:40
Show Gist options
  • Save fearthecowboy/ff05b744df1916349d04 to your computer and use it in GitHub Desktop.
Save fearthecowboy/ff05b744df1916349d04 to your computer and use it in GitHub Desktop.
Add Inconsolata font as an option in console windows
# 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
@jbonhag
Copy link

jbonhag commented Dec 9, 2015

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!

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