summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorThai Pangsakulyanont <dtinth@spacet.me>2020-11-14 11:57:29 +0700
committerGitHub <noreply@github.com>2020-11-14 11:57:29 +0700
commit66db8873f6e3219abb7924f0926947e00fec7448 (patch)
treebe3cddb5b1507a960d0422b4f6c66fbd20c611fa /README.md
parent03b5ad8293650a63624342786f6a1d3e763d7fef (diff)
downloadneo-comic-mono-font-66db8873f6e3219abb7924f0926947e00fec7448.tar.gz
neo-comic-mono-font-66db8873f6e3219abb7924f0926947e00fec7448.tar.bz2
neo-comic-mono-font-66db8873f6e3219abb7924f0926947e00fec7448.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6bf3b33..c007420 100644
--- a/README.md
+++ b/README.md
@@ -30,5 +30,17 @@ 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
+This package is [published to npm](https://www.npmjs.com/package/comic-mono).
+
+## Packages published by third parties
+- 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).
Software created with 💖