From: Rev. Fr. Robert Bower <39407737+frrobert2@users.noreply.github.com> Date: Mon, 3 May 2021 15:24:46 +0000 (-0400) Subject: Update README.md X-Git-Url: https://software.frrobert.com/proportionaltomonofont/commitdiff_plain/7b8ce444906ca654cf334edca2e4339f2e750067 Update README.md --- diff --git a/README.md b/README.md index 88155ac..94c11d0 100644 --- a/README.md +++ b/README.md @@ -1,47 +1,8 @@ -# Comic Mono -A legible monospace font... the very typeface you’ve been trained to recognize since childhood. This font is a fork of [Shannon Miwa](https://github.com/shannpersand)’s [Comic Shanns](https://github.com/shannpersand/comic-shanns) (version 1). +# This project is a fork of dtinth/comic-mono-font -

- - Screenshot - -

+That project was to create a font. This project is designed to use the generate.py script and use it to take a proportional spaced font and make it a mono spaced font. -## Download -- [ComicMono.ttf](https://dtinth.github.io/comic-mono-font/ComicMono.ttf) -- [ComicMono-Bold.ttf](https://dtinth.github.io/comic-mono-font/ComicMono-Bold.ttf) - -## Differences from Comic Shanns -1. All glyphs have been [adjusted](https://www.reddit.com/r/programming/comments/kj0prs/comic_mono_font/ghc7krt/?utm_source=reddit&utm_medium=web2x&context=3) to have exactly the same width (using code based on [monospacifier](https://github.com/cpitclaudel/monospacifier)). -2. The glyph metrics have been adjusted to make it display better alongside system font, based on [Cousine](https://fonts.google.com/specimen/Cousine)’s metrics. -3. The name is changed to `Comic Mono`. -4. A bold version of the font is generated using [FontForge’s Embolden](https://fontforge.github.io/Styles.html#Embolden) operation. - -I have no font creation skills; I’m just a software developer. This font family is created by patching the original font, [Comic Shanns (v1)](https://github.com/shannpersand/comic-shanns), using a Python script, [`generate.py`](generate.py). - -## What does it look like? -

- - Check it out! - -

- -```python -{% include_relative generate.py %} -``` - -## CDN -You can use this font in your web pages by including the stylesheet. CDN is provided by [jsDelivr](https://www.jsdelivr.com/package/npm/comic-mono). -```html - -``` - -## npm Package -The contents of this package is also [published to npm](https://www.npmjs.com/package/comic-mono), although the font files are not optimized. See fontsource package (below) for a better option. - -## Packages published by third parties -- Fontsource: [@fontsource/comic-mono](https://www.npmjs.com/package/@fontsource/comic-mono) ([thanks @DecliningLotus](https://github.com/fontsource/fontsource/pull/117)) -- Arch Linux AUR: [ttf-comic-mono-git](https://aur.archlinux.org/packages/ttf-comic-mono-git/) (maintained by DBourgeoisat) +This may be a very silly idea. I have got the script to work to generate a mono spaced font from a proportional font. The key is tweaking the height and width so the fonts look nice. ## License It is licensed under the [MIT License](LICENSE).