Skip to content

Instantly share code, notes, and snippets.

@livingstaccato
Created April 26, 2015 08:46
Show Gist options
  • Save livingstaccato/72a7fcc07f7e18ec05a7 to your computer and use it in GitHub Desktop.
Save livingstaccato/72a7fcc07f7e18ec05a7 to your computer and use it in GitHub Desktop.
Install Input Mono fonts
REG ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts" /v "InputMono BoldIta (TrueType)" /t REG_SZ /d InputMono-BoldItalic.ttf /f
REG ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts" /v "InputMono ExLight (TrueType)" /t REG_SZ /d InputMono-ExtraLight.ttf /f
REG ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts" /v "InputMono ExLightIta (TrueType)" /t REG_SZ /d InputMono-ExtraLightItalic.ttf /f
REG ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts" /v "InputMono Italic (TrueType)" /t REG_SZ /d InputMono-Italic.ttf /f
REG ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts" /v "InputMono Light (TrueType)" /t REG_SZ /d InputMono-Light.ttf /f
REG ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts" /v "InputMono LightIta (TrueType)" /t REG_SZ /d InputMono-LightItalic.ttf /f
REG ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts" /v "InputMono Medium (TrueType)" /t REG_SZ /d InputMono-Medium.ttf /f
REG ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts" /v "InputMono MediumIta (TrueType)" /t REG_SZ /d InputMono-MediumItalic.ttf /f
REG ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts" /v "InputMono (TrueType)" /t REG_SZ /d InputMono-Regular.ttf /f
REG ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts" /v "InputMono Thin (TrueType)" /t REG_SZ /d InputMono-Thin.ttf /f
REG ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts" /v "InputMono ThinIta (TrueType)" /t REG_SZ /d InputMono-ThinItalic.ttf /f
REG ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts" /v "InputMono Black (TrueType)" /t REG_SZ /d InputMono-Black.ttf /f
REG ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts" /v "InputMono BlackIta (TrueType)" /t REG_SZ /d InputMono-BlackItalic.ttf /f
REG ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts" /v "InputMono Bold (TrueType)" /t REG_SZ /d InputMono-Bold.ttf /f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment