Skip to content

Latest commit

 

History

History

Hack

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Hack

Repo/Website source-foundry/hack
Font Name Hack IF
Font Version 3.003
Download zip - tar.gz

Font preview

If you found this project helpful, give it a ⭐ or share it around.

Installation

Linux

  • Drag the fonts from the fonts directory into ~/.local/share/fonts.
  • Or, use Curl:
curl -o ~/.local/share/fonts/HackIF-Bold.ttf https://raw.githubusercontent.com/iconicFonts/if/main/fonts/patched/Hack/fonts/HackIF-Bold.ttf
curl -o ~/.local/share/fonts/HackIF-BoldItalic.ttf https://raw.githubusercontent.com/iconicFonts/if/main/fonts/patched/Hack/fonts/HackIF-BoldItalic.ttf
curl -o ~/.local/share/fonts/HackIF-Italic.ttf https://raw.githubusercontent.com/iconicFonts/if/main/fonts/patched/Hack/fonts/HackIF-Italic.ttf
curl -o ~/.local/share/fonts/HackIF-Regular.ttf https://raw.githubusercontent.com/iconicFonts/if/main/fonts/patched/Hack/fonts/HackIF-Regular.ttf

MacOS

  • Drag the fonts from the fonts directory into Font Book.
  • Or, use Curl:
curl -o ~/Library/Fonts/HackIF-Bold.ttf https://raw.githubusercontent.com/iconicFonts/if/main/fonts/patched/Hack/fonts/HackIF-Bold.ttf
curl -o ~/Library/Fonts/HackIF-BoldItalic.ttf https://raw.githubusercontent.com/iconicFonts/if/main/fonts/patched/Hack/fonts/HackIF-BoldItalic.ttf
curl -o ~/Library/Fonts/HackIF-Italic.ttf https://raw.githubusercontent.com/iconicFonts/if/main/fonts/patched/Hack/fonts/HackIF-Italic.ttf
curl -o ~/Library/Fonts/HackIF-Regular.ttf https://raw.githubusercontent.com/iconicFonts/if/main/fonts/patched/Hack/fonts/HackIF-Regular.ttf

Windows

  • Drag the fonts from the fonts directory into C:\Windows\Fonts.
  • Or, right-click the desired fonts and click Install.
  • Or, use Curl:

In Windows Command Prompt or PowerShell:

curl -o C:\Windows\Fonts\HackIF-Bold.ttf https://raw.githubusercontent.com/iconicFonts/if/main/fonts/patched/Hack/fonts/HackIF-Bold.ttf
curl -o C:\Windows\Fonts\HackIF-BoldItalic.ttf https://raw.githubusercontent.com/iconicFonts/if/main/fonts/patched/Hack/fonts/HackIF-BoldItalic.ttf
curl -o C:\Windows\Fonts\HackIF-Italic.ttf https://raw.githubusercontent.com/iconicFonts/if/main/fonts/patched/Hack/fonts/HackIF-Italic.ttf
curl -o C:\Windows\Fonts\HackIF-Regular.ttf https://raw.githubusercontent.com/iconicFonts/if/main/fonts/patched/Hack/fonts/HackIF-Regular.ttf

In Unix-like Shells (Git Bash, WSL):

curl -o /mnt/c/Windows/Fonts/HackIF-Bold.ttf https://raw.githubusercontent.com/iconicFonts/if/main/fonts/patched/Hack/fonts/HackIF-Bold.ttf
curl -o /mnt/c/Windows/Fonts/HackIF-BoldItalic.ttf https://raw.githubusercontent.com/iconicFonts/if/main/fonts/patched/Hack/fonts/HackIF-BoldItalic.ttf
curl -o /mnt/c/Windows/Fonts/HackIF-Italic.ttf https://raw.githubusercontent.com/iconicFonts/if/main/fonts/patched/Hack/fonts/HackIF-Italic.ttf
curl -o /mnt/c/Windows/Fonts/HackIF-Regular.ttf https://raw.githubusercontent.com/iconicFonts/if/main/fonts/patched/Hack/fonts/HackIF-Regular.ttf