#font #stack #noto #tells

bin+lib notoize

A crate that tells you what Noto font stack you need

31 stable releases

new 2.13.0 Nov 22, 2024
2.12.2 Nov 11, 2024
2.10.0 Jul 29, 2024
2.9.2 May 20, 2024
1.5.0 Feb 18, 2024

#1 in #noto

Download history 14/week @ 2024-08-02 5/week @ 2024-08-23 21/week @ 2024-08-30 7/week @ 2024-09-06 21/week @ 2024-09-13 41/week @ 2024-09-20 34/week @ 2024-09-27 9/week @ 2024-10-04 6/week @ 2024-10-11 2/week @ 2024-10-18 259/week @ 2024-11-01 383/week @ 2024-11-08 42/week @ 2024-11-15

684 downloads per month

MIT/Apache

23KB
537 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
~224K SLoC