diff --git a/NOTICE b/NOTICE index 600dc34..00e24bb 100644 --- a/NOTICE +++ b/NOTICE @@ -53,7 +53,7 @@ THE SOFTWARE. ================================================================================ The SIL Open Font License Version 1.1 applies to: -* IBM Plex fonts in files/fonts/IBMPlex*.ttf +* IBM Plex fonts in files/fonts/IBMPlex*.{otf,ttf} Copyright © 2017 IBM Corp. with Reserved Font Name "Plex" (https://github.com/IBM/plex) @@ -65,10 +65,6 @@ The SIL Open Font License Version 1.1 applies to: Copyright (c) 2010, ParaType Ltd. (http://www.paratype.com/public), with Reserved Font Names "PT Sans" and "ParaType". -* Fira Math fonts in files/fonts/FiraMath*.otf - Copyright (C) 2018--2021 by Xiangdong Zeng - (https://github.com/firamath/firamath) - * Inria fonts in files/fonts/Inria*.ttf Copyright 2017 The Inria Sans Project Authors (https://github.com/BlackFoundryCom/InriaFonts) @@ -102,6 +98,28 @@ The SIL Open Font License Version 1.1 applies to: Copyright (c) 2019 - Present, Microsoft Corporation, with Reserved Font Name Cascadia Code. +* Libertinus fonts in files/fonts/Libertinus*.otf + Copyright © 2012-2024 The Libertinus Project Authors, + with Reserved Font Name "Linux Libertine", "Biolinum", "STIX Fonts". + +* Asana Math font in files/fonts/Asana-Math.otf + Copyright (c) 2007-2025, Apostolos Syropoulos (.txt, where is some unique identification +% of the font family. If a separate "readme" file accompanies the Work, +% we recommend a name of the form README-.txt. +% +% The latest version of the LaTeX Project Public License is in +% https://www.latex-project.org/lppl.txt and version 1.3c or later +% is part of all distributions of LaTeX version 2006/05/20 or later. +================================================================================ diff --git a/files/fonts/Asana-Math.otf b/files/fonts/Asana-Math.otf new file mode 100644 index 0000000..ac4defd Binary files /dev/null and b/files/fonts/Asana-Math.otf differ diff --git a/files/fonts/Concrete-Math.otf b/files/fonts/Concrete-Math.otf new file mode 100644 index 0000000..2529929 Binary files /dev/null and b/files/fonts/Concrete-Math.otf differ diff --git a/files/fonts/FiraMath-Regular.otf b/files/fonts/FiraMath-Regular.otf deleted file mode 100644 index f1f9d40..0000000 Binary files a/files/fonts/FiraMath-Regular.otf and /dev/null differ diff --git a/files/fonts/Garamond-Math.otf b/files/fonts/Garamond-Math.otf new file mode 100644 index 0000000..9794e47 Binary files /dev/null and b/files/fonts/Garamond-Math.otf differ diff --git a/files/fonts/IBMPlexMath-Regular.otf b/files/fonts/IBMPlexMath-Regular.otf new file mode 100644 index 0000000..2eb9784 Binary files /dev/null and b/files/fonts/IBMPlexMath-Regular.otf differ diff --git a/files/fonts/LibertinusMath-Regular.otf b/files/fonts/LibertinusMath-Regular.otf new file mode 100644 index 0000000..9f13e5f Binary files /dev/null and b/files/fonts/LibertinusMath-Regular.otf differ diff --git a/files/fonts/PennstanderMath-Regular.otf b/files/fonts/PennstanderMath-Regular.otf new file mode 100644 index 0000000..918798b Binary files /dev/null and b/files/fonts/PennstanderMath-Regular.otf differ diff --git a/files/fonts/texgyrebonum-math.otf b/files/fonts/texgyrebonum-math.otf new file mode 100644 index 0000000..13b9210 Binary files /dev/null and b/files/fonts/texgyrebonum-math.otf differ diff --git a/src/lib.rs b/src/lib.rs index 088cfab..04d0f7d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -65,8 +65,11 @@ files! { "data/yaml-types.yaml", "data/zoo.csv", "data/zoo.json", + "fonts/Asana-Math.otf", "fonts/CascadiaCode-Regular.ttf", - "fonts/FiraMath-Regular.otf", + "fonts/Concrete-Math.otf", + "fonts/Garamond-Math.otf", + "fonts/IBMPlexMath-Regular.otf", "fonts/IBMPlexSans-Bold.ttf", "fonts/IBMPlexSans-Light.ttf", "fonts/IBMPlexSans-Medium.ttf", @@ -78,6 +81,7 @@ files! { "fonts/InriaSerif-BoldItalic.ttf", "fonts/InriaSerif-Italic.ttf", "fonts/InriaSerif-Regular.ttf", + "fonts/LibertinusMath-Regular.otf", "fonts/NotoColorEmoji-Regular-COLR.subset.ttf", "fonts/NotoSansArabic-Regular.ttf", "fonts/NotoSansMath-Regular.ttf", @@ -92,12 +96,14 @@ files! { "fonts/NotoSerifHebrew-Bold.ttf", "fonts/NotoSerifHebrew-Regular.ttf", "fonts/PTSans-Regular.ttf", + "fonts/PennstanderMath-Regular.otf", "fonts/Roboto-Regular.ttf", "fonts/STIXTwoMath-Regular.otf", "fonts/SourceSerif4-Regular.otf", "fonts/TwitterColorEmoji.ttf", "fonts/Ubuntu-Regular.ttf", "fonts/XITSMath-Regular.otf", + "fonts/texgyrebonum-math.otf", "images/bad.svg", "images/base14-fonts.pdf", "images/chart-bad-deuteranopia.png",