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
684 downloads per month
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 aVec<Font>
.
Font
filename
,bytes
: for writing the font file elsewherefontname
: for CSS
Dependencies
~5–16MB
~224K SLoC