diff --git a/NOTICE b/NOTICE index 59932fc..9e4a5f9 100644 --- a/NOTICE +++ b/NOTICE @@ -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 ----------------------------------------------------------- diff --git a/files/fonts/Cantarell-VF.otf b/files/fonts/Cantarell-VF.otf new file mode 100644 index 0000000..7cbb37e Binary files /dev/null and b/files/fonts/Cantarell-VF.otf differ diff --git a/files/fonts/Fraunces-Italic[SOFT,WONK,opsz,wght].ttf b/files/fonts/Fraunces-Italic[SOFT,WONK,opsz,wght].ttf new file mode 100644 index 0000000..67d2984 Binary files /dev/null and b/files/fonts/Fraunces-Italic[SOFT,WONK,opsz,wght].ttf differ diff --git a/files/fonts/Fraunces[SOFT,WONK,opsz,wght].ttf b/files/fonts/Fraunces[SOFT,WONK,opsz,wght].ttf new file mode 100644 index 0000000..26185f6 Binary files /dev/null and b/files/fonts/Fraunces[SOFT,WONK,opsz,wght].ttf differ diff --git a/files/fonts/MonaSansVF[wdth,wght,opsz,ital].ttf b/files/fonts/MonaSansVF[wdth,wght,opsz,ital].ttf new file mode 100644 index 0000000..3eecc2f Binary files /dev/null and b/files/fonts/MonaSansVF[wdth,wght,opsz,ital].ttf differ diff --git a/files/fonts/RobotoFlex-VariableFont_GRAD,XOPQ,XTRA,YOPQ,YTAS,YTDE,YTFI,YTLC,YTUC,opsz,slnt,wdth,wght.ttf b/files/fonts/RobotoFlex-VariableFont_GRAD,XOPQ,XTRA,YOPQ,YTAS,YTDE,YTFI,YTLC,YTUC,opsz,slnt,wdth,wght.ttf new file mode 100644 index 0000000..2e5c2a2 Binary files /dev/null and b/files/fonts/RobotoFlex-VariableFont_GRAD,XOPQ,XTRA,YOPQ,YTAS,YTDE,YTFI,YTLC,YTUC,opsz,slnt,wdth,wght.ttf differ diff --git a/files/fonts/SourceSerif4Variable-Italic.otf b/files/fonts/SourceSerif4Variable-Italic.otf new file mode 100644 index 0000000..7f3fc50 Binary files /dev/null and b/files/fonts/SourceSerif4Variable-Italic.otf differ diff --git a/files/fonts/SourceSerif4Variable-Roman.otf b/files/fonts/SourceSerif4Variable-Roman.otf new file mode 100644 index 0000000..dda52e9 Binary files /dev/null and b/files/fonts/SourceSerif4Variable-Roman.otf differ diff --git a/src/lib.rs b/src/lib.rs index d833738..36bb60c 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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", @@ -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", @@ -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",