#font #notoize #font-stack #oize

bin+lib notoize

A crate that tells you what Noto font stack you need

34 stable releases

new 2.16.0 May 5, 2025
2.14.0 Feb 21, 2025
2.13.0 Nov 22, 2024
2.10.0 Jul 29, 2024
1.5.0 Feb 18, 2024

#759 in Web programming

Download history 8/week @ 2025-01-07 1/week @ 2025-01-14 8/week @ 2025-02-04 4/week @ 2025-02-11 123/week @ 2025-02-18 23/week @ 2025-02-25 7/week @ 2025-03-04 1/week @ 2025-03-11

1,904 downloads per month

MIT/Apache

24KB
561 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–20MB
~233K SLoC