Skip to content

Latest commit

 

History

History

Comic_Mono

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Comic Mono

Repo/Website dtinth/comic-mono-font
Font Name Comic Mono IF
Font Version 0.1.1
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/ComicMonoIF-Bold.ttf https://raw.githubusercontent.com/iconicFonts/if/main/fonts/patched/Comic_Mono/fonts/ComicMonoIF-Bold.ttf
curl -o ~/.local/share/fonts/ComicMonoIF-Regular.ttf https://raw.githubusercontent.com/iconicFonts/if/main/fonts/patched/Comic_Mono/fonts/ComicMonoIF-Regular.ttf

MacOS

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

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

curl -o /mnt/c/Windows/Fonts/ComicMonoIF-Bold.ttf https://raw.githubusercontent.com/iconicFonts/if/main/fonts/patched/Comic_Mono/fonts/ComicMonoIF-Bold.ttf
curl -o /mnt/c/Windows/Fonts/ComicMonoIF-Regular.ttf https://raw.githubusercontent.com/iconicFonts/if/main/fonts/patched/Comic_Mono/fonts/ComicMonoIF-Regular.ttf