comic-mono

comic-mono-font 2020-12-28

Legible monospace font that looks like Comic Sans

<rendered-html><p>A legible monospace font… the very typeface you’ve been trained to recognize since childhood. This font is a fork of Shannon Miwa’s Comic Shanns (version 1).</p> </rendered-html>

https://dtinth.github.io/comic-mono-font/
MIT License
programs: -
Platforms (79)
aarch64-freebsdx86_64-cygwinaarch64-genodemips-nonem68k-netbsdarc-linuxriscv32-netbsdriscv64-none
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  comic-mono
];
Ad-hoc shell
nix-shell -p comic-mono
Flake (nix run)
nix run nixpkgs#comic-mono