Delete ComicMono.ttf
[proportionaltomonofont] / README.md
index e935440a4a0267b668dee76ee42a617711ce709a..94c11d0c1af644c73c1f29dab704f1ab2da6adeb 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,28 +1,8 @@
-# Comic Mono
-A legible monospace font based on [Shannon Miwa](https://github.com/shannpersand)’s [Comic Shanns](https://github.com/shannpersand/comic-shanns).
+# This project is a fork of dtinth/comic-mono-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)
+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.
 
-## Differences from Comic Shanns
-1. All glyphs have been adjusted 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](https://github.com/shannpersand/comic-shanns), using a Python script, [`generate.py`](generate.py).
-
-## What does it look like?
-<p class="website-hidden">
-  <a href="https://dtinth.github.io/comic-mono-font/#what-does-it-look-like">
-    Check it out!
-  </a>
-</p>
-
-```python
-{% include_relative generate.py %}
-```
+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).