#stack #noto #font-stack

bin+lib notoize

A crate that tells you what Noto font stack you need

32 stable releases

2.14.0 Feb 21, 2025
2.13.0 Nov 22, 2024
2.10.0 Jul 29, 2024
2.9.2 May 20, 2024
1.5.0 Feb 18, 2024

#2 in #noto

Download history 73/week @ 2024-11-23 15/week @ 2024-11-30 109/week @ 2024-12-07 7/week @ 2024-12-14 4/week @ 2025-01-04 5/week @ 2025-01-11 4/week @ 2025-02-01 5/week @ 2025-02-08 101/week @ 2025-02-15 40/week @ 2025-02-22 15/week @ 2025-03-01 1/week @ 2025-03-08

158 downloads per month

MIT/Apache

24KB
547 lines

notoize

A crate that tells you what Noto font stack you need.

This is not "not oize". what's oize

Beware:

  • no config options yet

notoize()

Takes a &str and returns a FontStack.

FontStack

A Vec<font names>.

  • files() returns a Vec<Font>.

Font

  • filename, bytes: for writing the font file elsewhere
  • fontname: for CSS

Dependencies

~5–16MB
~227K SLoC