Add og:image
[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 <p class="website-hidden">
5   <a href="https://dtinth.github.io/comic-mono-font/">
6     <img src="https://repository-images.githubusercontent.com/164606802/cd83d680-894c-11e9-83f7-c353c70df1cb" alt="Screenshot">
7   </a>
8 </p>
9
10 ## Download
11 - [ComicMono.ttf](https://dtinth.github.io/comic-mono-font/ComicMono.ttf)
12 - [ComicMono-Bold.ttf](https://dtinth.github.io/comic-mono-font/ComicMono-Bold.ttf)
13
14 ## Differences from Comic Shanns
15 1. All glyphs have been adjusted to have exactly the same width (using code based on [monospacifier](https://github.com/cpitclaudel/monospacifier)).
16 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.
17 3. The name is changed to `Comic Mono`.
18 4. A bold version of the font is generated using [FontForge’s Embolden](https://fontforge.github.io/Styles.html#Embolden) operation.
19
20 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).
21
22 ## What does it look like?
23 <p class="website-hidden">
24   <a href="https://dtinth.github.io/comic-mono-font/#what-does-it-look-like">
25     Check it out!
26   </a>
27 </p>
28
29 ```python
30 {% include_relative generate.py %}
31 ```
32
33 ## License
34 It is licensed under the [MIT License](LICENSE).