#font #stack #noto #tells

bin+lib notoize

A crate that tells you what Noto font stack you need

24 stable releases

new 2.9.2 May 20, 2024
2.9.1 May 19, 2024
2.7.0 Apr 23, 2024
2.3.0 Mar 22, 2024
1.5.0 Feb 18, 2024

#1 in #noto

Download history 218/week @ 2024-02-10 535/week @ 2024-02-17 22/week @ 2024-02-24 363/week @ 2024-03-02 248/week @ 2024-03-09 205/week @ 2024-03-16 95/week @ 2024-03-23 18/week @ 2024-03-30 167/week @ 2024-04-06 558/week @ 2024-04-13 160/week @ 2024-04-20 13/week @ 2024-04-27 2/week @ 2024-05-04 160/week @ 2024-05-11

364 downloads per month

MIT/Apache

285KB
521 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
  • Sometimes outputs FangsongKSSRotated instead of CJK.
  • Fetches CJK when encountering emoji

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

~4–19MB
~264K SLoC