#font #stack #noto #tells

bin+lib notoize

A crate that tells you what Noto font stack you need

20 stable releases

new 2.7.0 Apr 23, 2024
2.6.1 Apr 17, 2024
2.3.0 Mar 22, 2024
2.1.0 Feb 18, 2024
1.5.0 Feb 18, 2024

#49 in Data formats

Download history 554/week @ 2024-02-12 207/week @ 2024-02-19 14/week @ 2024-02-26 459/week @ 2024-03-04 163/week @ 2024-03-11 289/week @ 2024-03-18 168/week @ 2024-04-01 19/week @ 2024-04-08 580/week @ 2024-04-15

777 downloads per month

MIT/Apache

15KB
306 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–18MB
~264K SLoC