Skip to content

Latest commit

 

History

History
67 lines (49 loc) · 3.76 KB

README.md

File metadata and controls

67 lines (49 loc) · 3.76 KB

CommitMono

Repo/Website eigilnikolajsen/commit-mono
Font Name CommitMono IF
Font Version 1.143
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/CommitMonoIF-Bold.ttf https://raw.githubusercontent.com/iconicFonts/if/main/fonts/patched/CommitMono/fonts/CommitMonoIF-Bold.ttf
curl -o ~/.local/share/fonts/CommitMonoIF-BoldItalic.ttf https://raw.githubusercontent.com/iconicFonts/if/main/fonts/patched/CommitMono/fonts/CommitMonoIF-BoldItalic.ttf
curl -o ~/.local/share/fonts/CommitMonoIF-Italic.ttf https://raw.githubusercontent.com/iconicFonts/if/main/fonts/patched/CommitMono/fonts/CommitMonoIF-Italic.ttf
curl -o ~/.local/share/fonts/CommitMonoIF-Regular.ttf https://raw.githubusercontent.com/iconicFonts/if/main/fonts/patched/CommitMono/fonts/CommitMonoIF-Regular.ttf

MacOS

  • Drag the fonts from the fonts directory into Font Book.
  • Or, use Curl:
curl -o ~/Library/Fonts/CommitMonoIF-Bold.ttf https://raw.githubusercontent.com/iconicFonts/if/main/fonts/patched/CommitMono/fonts/CommitMonoIF-Bold.ttf
curl -o ~/Library/Fonts/CommitMonoIF-BoldItalic.ttf https://raw.githubusercontent.com/iconicFonts/if/main/fonts/patched/CommitMono/fonts/CommitMonoIF-BoldItalic.ttf
curl -o ~/Library/Fonts/CommitMonoIF-Italic.ttf https://raw.githubusercontent.com/iconicFonts/if/main/fonts/patched/CommitMono/fonts/CommitMonoIF-Italic.ttf
curl -o ~/Library/Fonts/CommitMonoIF-Regular.ttf https://raw.githubusercontent.com/iconicFonts/if/main/fonts/patched/CommitMono/fonts/CommitMonoIF-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\CommitMonoIF-Bold.ttf https://raw.githubusercontent.com/iconicFonts/if/main/fonts/patched/CommitMono/fonts/CommitMonoIF-Bold.ttf
curl -o C:\Windows\Fonts\CommitMonoIF-BoldItalic.ttf https://raw.githubusercontent.com/iconicFonts/if/main/fonts/patched/CommitMono/fonts/CommitMonoIF-BoldItalic.ttf
curl -o C:\Windows\Fonts\CommitMonoIF-Italic.ttf https://raw.githubusercontent.com/iconicFonts/if/main/fonts/patched/CommitMono/fonts/CommitMonoIF-Italic.ttf
curl -o C:\Windows\Fonts\CommitMonoIF-Regular.ttf https://raw.githubusercontent.com/iconicFonts/if/main/fonts/patched/CommitMono/fonts/CommitMonoIF-Regular.ttf

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

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