Add fontsource
[proportionaltomonofont] / README.md
index 6bf3b33f25a2ba5ff85a82d93f0c1c5fe62e805c..498ee2623c379d3dab79580116cafa8d20645b41 100644 (file)
--- a/README.md
+++ b/README.md
@@ -30,5 +30,18 @@ I have no font creation skills; I’m just a software developer. This font famil
 {% 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
+<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/comic-mono@0.0.1/index.css">
+```
+
+## 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)
+
 ## License
 It is licensed under the [MIT License](LICENSE).