Skip to content

Commit

Permalink
Fix casing in family name
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelhas committed Apr 4, 2024
1 parent 3fefb3e commit 5b20f1b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Komisch Mono

[Comic Mono](https://github.com/dtinth/comic-mono-font) fork using
[Comic Shanns v2](https://github.com/shannpersand/comic-shanns) as base with [ligatures](https://github.com/ToxicFrog/Ligaturizer), umlauts, diacritics and most [Nerdfont symbols](https://github.com/ryanoasis/nerd-fonts/).
[Comic Shanns v2](https://github.com/shannpersand/comic-shanns) as base with
[ligatures](https://github.com/ToxicFrog/Ligaturizer), umlauts, diacritics and most [Nerdfont symbols](https://github.com/ryanoasis/nerd-fonts/).

The font family is called `Komisch Mono`.

## Preview

Expand Down
3 changes: 1 addition & 2 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
inputs = {
nixpkgs.url = github:NixOS/nixpkgs/nixos-23.11;
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11";
};

outputs = { self, nixpkgs, flake-utils }:
Expand Down Expand Up @@ -78,7 +78,6 @@
fontforge -lang py -script ligaturize.py "$file_name" \
--output-dir="$pwd/output" \
--output-name='komisch-mono' \
--prefix=""
}
pwd=$(pwd)
Expand Down

0 comments on commit 5b20f1b

Please sign in to comment.