Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,21 @@ The SIL Open Font License Version 1.1 applies to:
Copyright (c) 2021 Alfredo Marco Pradil (https://hanken.co/ | hello@hanken.co)
with Reserved Font Name HK Grotesk

* Cantarell fonts in files/fonts/Cantarell*.otf
Copyright (c) 2009--2019, The Cantarell Authors

* Fraunces fonts in files/fonts/Fraunces*.otf
Copyright 2018 The Fraunces Project Authors
(https://github.com/undercasetype/Fraunces)

* Mona Sans fonts in files/fonts/Mona*.ttf
Copyright 2022 The Mona Sans Project Authors
(https://github.com/github/mona-sans), with Reserved Font Name "Mona"

* Roboto Flex fonts in files/fonts/RobotoFlex*.ttf
Copyright 2017 The Roboto Flex Project Authors
(https://github.com/TypeNetwork/Roboto-Flex)

-----------------------------------------------------------
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
-----------------------------------------------------------
Expand Down
Binary file added files/fonts/Cantarell-VF.otf
Binary file not shown.
Binary file not shown.
Binary file added files/fonts/Fraunces[SOFT,WONK,opsz,wght].ttf
Binary file not shown.
Binary file added files/fonts/MonaSansVF[wdth,wght,opsz,ital].ttf
Binary file not shown.
Binary file not shown.
Binary file added files/fonts/SourceSerif4Variable-Italic.otf
Binary file not shown.
Binary file added files/fonts/SourceSerif4Variable-Roman.otf
Binary file not shown.
7 changes: 7 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,15 @@ files! {
"data/zoo.csv",
"data/zoo.json",
"fonts/Asana-Math.otf",
"fonts/Cantarell-VF.otf",
"fonts/CascadiaCode-Regular.ttf",
"fonts/CascadiaMono-Bold.ttf",
"fonts/CascadiaMono-Regular.ttf",
"fonts/Concrete-Math.otf",
"fonts/DejaVuSans-Oblique.ttf",
"fonts/DejaVuSans.ttf",
"fonts/Fraunces-Italic[SOFT,WONK,opsz,wght].ttf",
"fonts/Fraunces[SOFT,WONK,opsz,wght].ttf",
"fonts/Garamond-Math.otf",
"fonts/HKGrotesk-BlackItalic.ttf",
"fonts/HKGrotesk-Bold.ttf",
Expand Down Expand Up @@ -103,6 +106,7 @@ files! {
"fonts/InriaSerif-Italic.ttf",
"fonts/InriaSerif-Regular.ttf",
"fonts/LibertinusMath-Regular.otf",
"fonts/MonaSansVF[wdth,wght,opsz,ital].ttf",
"fonts/NotoColorEmoji-Regular-COLR.subset.ttf",
"fonts/NotoSans-Regular.ttf",
"fonts/NotoSansArabic-Regular.ttf",
Expand All @@ -120,8 +124,11 @@ files! {
"fonts/PTSans-Regular.ttf",
"fonts/PennstanderMath-Regular.otf",
"fonts/Roboto-Regular.ttf",
"fonts/RobotoFlex-VariableFont_GRAD,XOPQ,XTRA,YOPQ,YTAS,YTDE,YTFI,YTLC,YTUC,opsz,slnt,wdth,wght.ttf",
"fonts/STIXTwoMath-Regular.otf",
"fonts/SourceSerif4-Regular.otf",
"fonts/SourceSerif4Variable-Italic.otf",
"fonts/SourceSerif4Variable-Roman.otf",
"fonts/TwitterColorEmoji.ttf",
"fonts/Ubuntu-Regular.ttf",
"fonts/XITSMath-Regular.otf",
Expand Down
Loading