diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/README.md b/README.md index a80773ec8420..12771f96019e 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,8 @@ Spleen is a monospaced bitmap font available in 6 sizes: Each size is provided in the Glyph Bitmap Distribution Format (BDF), and release tarballs contain the fonts in the following formats: `PCF`, `PSF` -(for the Linux console), `OTB`, `OTF`, `.dfont` for macOS users, and `FON` -for Windows users. +(for the Linux console), `OTB`, `OTF`, `WOFF`, `WOFF2`, `.dfont` for macOS +users, and `FON` for Windows users. All font sizes contain all ISO/IEC 8859-1 characters (Basic Latin and Latin-1 Supplement Unicode block), Latin Extended-A characters, as well as Box Drawing, @@ -198,6 +198,15 @@ disabled. - Spleen 16x32: 24 Pt (32 pixels) - Spleen 32x64: 48 Pt (64 pixels) +### Web Fonts + +Release tarballs provide WOFF and WOFF2 versions suitable for use on the Web. + +As with the OpenType versions from which they are generated, WOFF and WOFF2 +fonts should be used at their native pixel sizes, with font smoothing and +anti-aliasing disabled when possible, to preserve the original bitmap +appearance. + ## License Spleen is released under the BSD 2-Clause license. See `LICENSE` file for @@ -246,7 +255,7 @@ GitHub: https://github.com/fcambus/spleen [11]: https://www.freshports.org/x11-fonts/spleen/ [12]: https://aur.archlinux.org/packages/spleen-font/ [13]: https://github.com/void-linux/void-packages/tree/master/srcpkgs/font-spleen -[14]: https://github.com/NixOS/nixpkgs/tree/master/pkgs/data/fonts/spleen +[14]: https://github.com/NixOS/nixpkgs/tree/master/pkgs/by-name/sp/spleen [15]: https://packages.debian.org/search?keywords=spleen [16]: https://packages.ubuntu.com/search?keywords=spleen [17]: https://ports.macports.org/port/font-spleen/ |
