Add website
[proportionaltomonofont] / README.md
1 # Comic Mono
2 A legible monospace font based on [Shannon Miwa](https://github.com/shannpersand)’s [Comic Shanns](https://github.com/shannpersand/comic-shanns).
3
4 ## Download
5 - [ComicMono.ttf](https://dtinth.github.io/comic-mono-font/ComicMono.ttf)
6 - [ComicMono-Bold.ttf](https://dtinth.github.io/comic-mono-font/ComicMono-Bold.ttf)
7
8 ## Differences from Comic Shanns
9 1. All glyphs have been adjusted to have exactly the same width (using code based on [monospacifier](https://github.com/cpitclaudel/monospacifier)).
10 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.
11 3. The name is changed to `Comic Mono`.
12 4. A bold version of the font is generated using [FontForge’s Embolden](https://fontforge.github.io/Styles.html#Embolden) operation.
13
14 I have no font creation skills; I’m just a software developer. This font family is created by patching the original font, [Comic Shanns](https://github.com/shannpersand/comic-shanns), using a Python script, [`generate.py`](generate.py).
15
16 ## What does it look like?
17 <p class="website-hidden">
18   <a href="https://dtinth.github.io/comic-mono-font/#what-does-it-look-like">
19     Check it out!
20   </a>
21 </p>
22
23 ```python
24 {% include_relative generate.py %}
25 ```
26
27 ## License
28 It is licensed under the [MIT License](LICENSE).