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