From f989497f3fe359f7e93c71987366b544e35c1b6e Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 21 Aug 2020 20:59:35 +0000 Subject: libertinus-fonts (21aug20) git-svn-id: svn://tug.org/texlive/trunk@56148 c570f23f-e606-0410-a88d-b1316a301751 --- .../doc/fonts/libertinus-fonts/AUTHORS.txt | 4 +- .../doc/fonts/libertinus-fonts/CONTRIBUTING.md | 91 +- .../doc/fonts/libertinus-fonts/CONTRIBUTORS.txt | 5 +- .../doc/fonts/libertinus-fonts/FONTLOG.txt | 17 +- .../doc/fonts/libertinus-fonts/README.md | 61 +- .../doc/fonts/libertinus-fonts/preview.svg | 2148 ++++++++++---------- .../LibertinusKeyboard-Regular.otf | Bin 53956 -> 53964 bytes .../libertinus-fonts/LibertinusMath-Regular.otf | Bin 512780 -> 512784 bytes .../libertinus-fonts/LibertinusMono-Regular.otf | Bin 58296 -> 58300 bytes .../libertinus-fonts/LibertinusSans-Bold.otf | Bin 272824 -> 272832 bytes .../libertinus-fonts/LibertinusSans-Italic.otf | Bin 286132 -> 286140 bytes .../libertinus-fonts/LibertinusSans-Regular.otf | Bin 254428 -> 254436 bytes .../libertinus-fonts/LibertinusSerif-Bold.otf | Bin 279816 -> 279824 bytes .../LibertinusSerif-BoldItalic.otf | Bin 237260 -> 237268 bytes .../libertinus-fonts/LibertinusSerif-Italic.otf | Bin 315896 -> 315904 bytes .../libertinus-fonts/LibertinusSerif-Regular.otf | Bin 298224 -> 298236 bytes .../libertinus-fonts/LibertinusSerif-Semibold.otf | Bin 274692 -> 274696 bytes .../LibertinusSerif-SemiboldItalic.otf | Bin 328124 -> 328128 bytes .../LibertinusSerifDisplay-Regular.otf | Bin 254740 -> 254748 bytes .../LibertinusSerifInitials-Regular.otf | Bin 84312 -> 84320 bytes 20 files changed, 1146 insertions(+), 1180 deletions(-) diff --git a/Master/texmf-dist/doc/fonts/libertinus-fonts/AUTHORS.txt b/Master/texmf-dist/doc/fonts/libertinus-fonts/AUTHORS.txt index 14795ff46dd..fe6fed0a1b6 100644 --- a/Master/texmf-dist/doc/fonts/libertinus-fonts/AUTHORS.txt +++ b/Master/texmf-dist/doc/fonts/libertinus-fonts/AUTHORS.txt @@ -5,7 +5,7 @@ # Names should be added to this file as: # Name or Organization -Philipp H. Poll +Caleb Maclennan Gyuris Gellért Héctor M. Monacci Ivo Straka @@ -14,7 +14,9 @@ Jonathan Washington Khaled Hosny Maurizio M. Gavioli Nicolas Semrau +Philipp H. Poll Stefan Peev + Elsevier, Inc Skef Iterum STI Pub Companies diff --git a/Master/texmf-dist/doc/fonts/libertinus-fonts/CONTRIBUTING.md b/Master/texmf-dist/doc/fonts/libertinus-fonts/CONTRIBUTING.md index 976cdf9d30c..5a61d8c11b6 100644 --- a/Master/texmf-dist/doc/fonts/libertinus-fonts/CONTRIBUTING.md +++ b/Master/texmf-dist/doc/fonts/libertinus-fonts/CONTRIBUTING.md @@ -1,86 +1,23 @@ -Contributing ------------- +# Contributing -To build the fonts, you need [GNU Make][make] and [Python 3.6+][python], as well -as [a few Python packages](requirements.txt). The cleanest way to install the -Python dependencies is to use a [virtual environment][venv]: +The source files are under the `sources` subdirectory. +The `.sfd` files are FontForge source font format and should be edited with [FontForge][fontforge]. +The `.fea` files are [OpenType feature files][fea] and should be edited by a plain text editor. - python3 -m venv libertinus-env - . libertinus-env/bin/activate - pip install -r requirements.txt +To build the fonts locally, you will need to install [Fontship][fontship]. +Regenerate the fonts at any time using: -(There are also [optional dependencies](#optional-dependencies) which are not -required for the basic contribution flow.) + fontship make -The source files are under the `sources` subdirectory. The `.sfd` files are -FontForge source font format and should be edited with [FontForge][fontforge]. -The `.fea` files are [OpenType feature files][fea] and should be edited by a -plain text editor. +A remote CI runner will also automatically run `fontship` for all PRs on this repository, so in some cases you may not need to install it at all. +You can even download and review the fonts it builds after each push. +Hovever this is cumbersome for actual font development and we recomend checking your work with local feedback. -After modifying the `.sfd` files, and before committing the changes, they must -be normalized with: +Note that FontForge adds unnessesary clutter to its source files on each save that **must** be removed before committing. +After modifying the `.sfd` files, and before committing the changes, you can automatically clean them up with: - make normalize + fontship make normalize -We keep the generated fonts under version control, so the last step is to run: - - make - -Which will build the `.otf` font files that should be committed as well. - -Fonts must be generated for each commit that changes the source files. The -build tools are smart enough to not change the binary fonts if the sources were -not changed. - -### Optional dependencies - -The build process, besides generating the `.otf` font files, also updates the -SVG and PDF preview documents. For that, additional tools are needed: `xelatex` -from [xetex][], and `mutool` from [mupdf][] (version 1.15.0 or above). The -`make` command will emit errors if these are not present, but as long as the -font generation stages finish correctly, these errors can be ignored. However, -if you do wish to update the preview files, these tools must also be installed. - -#### Linux - -On most Linux distros, the `xelatex` binary is provided by the -[`texlive-xetex` package][repology-xetex], and the `mutool` binary by -[`mupdf-tools` or `mupdf`][repology-mupdf]. -In Ubuntu, for example, these packages can be installed with: - - sudo apt install texlive-xetex mupdf-tools - -**Note:** the command example above installs an unsupported version of -`mupdf-tools` in Ubuntu versions older than 19.10 (Eoan Ermine), which is the -first one that [included][ubuntu-mupdf] the 1.15.0 release of `mupdf-tools`. -If your distro has an older version, you may consider using the [Linuxbrew][] -package manager instead to install `mupdf-tools`: - - brew install mupdf-tools - -#### macOS - -On macOS, [Homebrew][] can be used to install `mupdf-tools`: - - brew install mupdf-tools - -On the other hand, `xelatex` is not provided as a stand-alone formula. The -simplest way to obtain it is to install the [basictex][] cask, and then link -the `xelatex` binary within it from a location accessible in the `PATH`: - - brew cask install basictex - ln -s /usr/local/texlive/*/bin/x86_64-darwin/xelatex /usr/local/bin/xelatex - -[make]: https://www.gnu.org/software/make/ -[python]: https://www.python.org -[venv]: https://packaging.python.org/guides/installing-using-pip-and-virtual-environments/ +[fontship]: https://github.com/theleagueof/fontship [fontforge]: https://fontforge.org [fea]: https://adobe-type-tools.github.io/afdko/OpenTypeFeatureFileSpecification.html -[xetex]: http://xetex.sourceforge.net -[mupdf]: https://mupdf.com -[repology-xetex]: https://repology.org/project/texlive:xetex/versions -[repology-mupdf]: https://repology.org/project/mupdf/versions -[ubuntu-mupdf]: https://packages.ubuntu.com/eoan/mupdf-tools -[linuxbrew]: https://docs.brew.sh/Homebrew-on-Linux -[homebrew]: https://brew.sh -[basictex]: https://formulae.brew.sh/cask/basictex diff --git a/Master/texmf-dist/doc/fonts/libertinus-fonts/CONTRIBUTORS.txt b/Master/texmf-dist/doc/fonts/libertinus-fonts/CONTRIBUTORS.txt index 30b4ed5c046..ed0b221e28f 100644 --- a/Master/texmf-dist/doc/fonts/libertinus-fonts/CONTRIBUTORS.txt +++ b/Master/texmf-dist/doc/fonts/libertinus-fonts/CONTRIBUTORS.txt @@ -9,7 +9,7 @@ # Names should be added to this file as: # Name -Philipp H. Poll +Caleb Maclennan Gyuris Gellért Ivo Straka jco @@ -17,5 +17,6 @@ Jonathan Washington Khaled Hosny Maurizio M. Gavioli Nicolas Semrau -Stefan Peev +Philipp H. Poll Skef Iterum +Stefan Peev diff --git a/Master/texmf-dist/doc/fonts/libertinus-fonts/FONTLOG.txt b/Master/texmf-dist/doc/fonts/libertinus-fonts/FONTLOG.txt index 8baa8fe050e..9b3c3ef3191 100644 --- a/Master/texmf-dist/doc/fonts/libertinus-fonts/FONTLOG.txt +++ b/Master/texmf-dist/doc/fonts/libertinus-fonts/FONTLOG.txt @@ -22,7 +22,7 @@ The family consists of: applications like LuaTeX, XeTeX or MS Word 2007+. Libertinus development is currently hosted on: -https://github.com/alif-type/libertinus +https://github.com/alerque/libertinus Feature requests, bug reports and patches should be directed to our issue tracker. @@ -39,12 +39,18 @@ various recommendations regarding why you would want to contribute to the project or make your own version of the font. See the project website for the current development version: -https://github.com/alif-type/libertinus +https://github.com/alerque/libertinus ChangeLog --------- +16 August 2020 (Caleb Maclennan) Version 7.000 +- Adopt maintenance of project and update foundry, docs, URLs, etc. +- Change version scheme to be OpenFV compatible with 3 digit minor version. +- Use Fontship to build all fonts and generate release packages. +- Filter out generated font artifacts from source repository. + 28 June 2020 (Khaled Hosny) Version 6.12 - Increase right side bearing of math italic R’s (#304). - Add glyph variants for floor and ceiling, to make their sizing consistent @@ -53,7 +59,7 @@ ChangeLog other non-keycap glyphs from Libertinus Keyboard font. - Fix size and shape of U+2639, U+263A and U+263B (frowning & smiling faces). - Add “smcp”/“c2sc” variants for letters with macron (#303). -- Make U+2223-2226 the same hight as bar (#324). +- Make U+2223-2226 the same height as bar (#324). - Drop “sinf” feature, it just duplicates “subs” feature. - Improve sizing and spacing of math over accents. - Building the fonts no longer use FontForge. @@ -284,6 +290,11 @@ E: khaledhosny@eglug.org W: https://github.com/alif-type D: Libertinus fork author +N: Caleb Maclennan +E: caleb@alerque.com +W: https://github.com/alerque +D: Libertinus maintainer + N: Philipp Poll E: gillian@linuxlibertine.org W: http://www.linuxlibertine.org diff --git a/Master/texmf-dist/doc/fonts/libertinus-fonts/README.md b/Master/texmf-dist/doc/fonts/libertinus-fonts/README.md index 2cec8ddceed..feb3988ceec 100644 --- a/Master/texmf-dist/doc/fonts/libertinus-fonts/README.md +++ b/Master/texmf-dist/doc/fonts/libertinus-fonts/README.md @@ -1,35 +1,50 @@ -[![Build Status](https://travis-ci.com/alif-type/libertinus.svg?branch=main)](https://travis-ci.com/alif-type/libertinus) +# Libertinus Font Family -Libertinus fonts -================ +[![Fontship Build Status](https://img.shields.io/github/workflow/status/alerque/libertinus/Fontship?label=Fontship&logo=Github)](https://github.com/alerque/libertinus/actions?workflow=Fontship) -![Sample of Libertinus fonts](preview.svg) +![Sample of Libertinus Font Family](preview.svg) -The Libertinus fonts project is a fork of the [Linux Libertine][1] and Linux -Biolinum fonts. It started as an OpenType math companion of the Libertine font -family, and has grown to a full fork to address some of the bugs in the fonts. -Thanks to Frédéric Wang for coming up with the name Libertinus. +The Libertinus family consists of: -Libertinus was forked from the [5.3.0 (2012-07-02) release][2] of Linux -Libertine fonts. +* **Libertinus Serif**: forked from *Linux Libertine*. +* **Libertinus Sans**: forked from *Linux Biolinum*. +* **Libertinus Mono**: forked from *Linux Libertine Mono*. +* **Libertinus Math**: an OpenType math font for use in OpenType math-capable applications (such as LuaTeX, XeTeX, or MS Word 2007+). -The family consists of: +## Download -* Libertinus Serif: forked from *Linux Libertine*. -* Libertinus Sans: forked from *Linux Biolinum*. -* Libertinus Mono: forked from *Linux Libertine Mono*. -* Libertinus Math: an OpenType math font for use in OpenType math-capable - applications (like LuaTeX, XeTeX or MS Word 2007+). +Downloads containing all the font files and documentation can be found on the [Releases][3] page of the project on GitHub. -Libertinus fonts are available under the terms of the Open Font License version -1.1. +*Note*: This repository's default branch has been filtered after the v6.12 release to remove all of the binary OTF and other generated files from the commit history. +If you are cloning this repository just for the sources and don't wish to download ~300MB worth of every font version released, please add `--single-branch` to your Git clone command. -A zip file containing the font files can be downloaded from the “[Releases][3]” -page of the project on GitHub. +## Contributing -See the [`CONTRIBUTING.md`](CONTRIBUTING.md) file -for instructions on how to build the fonts and contribute any changes. +Community contributions are welcome. +See the file [CONTRIBUTING.md](CONTRIBUTING.md) for instructions on how to build the fonts and contribute changes. + +## History + +The Libertinus font project began as a fork of the [Linux Libertine][1] and Linux Biolinum fonts. +Libertinus was forked from the [5.3.0 (2012-07-02) release][2] of Linux Libertine fonts. +The original impetus was to add an OpenType math companion to the Libertine font family. +Over time it grew into to a full-fledged fork addressing many of the bugs in the Libertine fonts. + +Hat-tip to [Frédéric Wang][fred-wang] for coming up with the name "Libertinus". + +Thanks to [Khaled Hosny][khaledhosny] who was the primary contributor and maintainer from 2012–2020. +If you like this font please thank and even consider sponsoring him! + +In 2020, Khaled passed the role of maintainer on to [Caleb Maclennan][alerque]. + +## License + +All fonts in the Libertinus family are available under the terms of the Open Font License, version 1.1. +See the file [OFL.txt](OFL.txt) for details. [1]: https://en.wikipedia.org/wiki/Linux_Libertine [2]: https://sourceforge.net/projects/linuxlibertine/files/linuxlibertine/ -[3]: https://github.com/alif-type/libertinus/releases +[3]: https://github.com/alerque/libertinus/releases +[khaledhosny]: https://github.com/khaledhosny +[alerque]: https://github.com/alerque +[fred-wang]: https://github.com/fred-wang diff --git a/Master/texmf-dist/doc/fonts/libertinus-fonts/preview.svg b/Master/texmf-dist/doc/fonts/libertinus-fonts/preview.svg index d070c7c1211..1102a699fa0 100644 --- a/Master/texmf-dist/doc/fonts/libertinus-fonts/preview.svg +++ b/Master/texmf-dist/doc/fonts/libertinus-fonts/preview.svg @@ -2,614 +2,614 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + - + - + - + - + - + - + - + - + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + - + - + - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + @@ -619,7 +619,7 @@ - + @@ -694,834 +694,834 @@ - + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + - + - + - + - + - + - + - + - + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + @@ -1622,293 +1622,293 @@ - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + - - + + - - + + - - - + + + - + - - - + + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - + - + - + - + - - - - - - + + + + + + - - + + - - - + + + - - + + - + - - - - + + + + - + - - - - - - - - + + + + + + + + - - - - + + + + - + - + - + - + - + - + - + - + - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + - - + + - - - - - - - + + + + + + + - + - - - - - - - + + + + + + + - + - - - - + + + + - - + + - + - - - - - - + + + + + + - + - - - - - - - + + + + + + + - + - - - - - - - + + + + + + + - + - - - - - + + + + + - - - - - - - - - + + + + + + + + + - - - - - + + + + + - - - - - - - + + + + + + + - + - - - - + + + + - + diff --git a/Master/texmf-dist/fonts/opentype/public/libertinus-fonts/LibertinusKeyboard-Regular.otf b/Master/texmf-dist/fonts/opentype/public/libertinus-fonts/LibertinusKeyboard-Regular.otf index d551e6ad6cd..a06fccf6a99 100644 Binary files a/Master/texmf-dist/fonts/opentype/public/libertinus-fonts/LibertinusKeyboard-Regular.otf and b/Master/texmf-dist/fonts/opentype/public/libertinus-fonts/LibertinusKeyboard-Regular.otf differ diff --git a/Master/texmf-dist/fonts/opentype/public/libertinus-fonts/LibertinusMath-Regular.otf b/Master/texmf-dist/fonts/opentype/public/libertinus-fonts/LibertinusMath-Regular.otf index 4e3c668fe92..8d67dd17f20 100644 Binary files a/Master/texmf-dist/fonts/opentype/public/libertinus-fonts/LibertinusMath-Regular.otf and b/Master/texmf-dist/fonts/opentype/public/libertinus-fonts/LibertinusMath-Regular.otf differ diff --git a/Master/texmf-dist/fonts/opentype/public/libertinus-fonts/LibertinusMono-Regular.otf b/Master/texmf-dist/fonts/opentype/public/libertinus-fonts/LibertinusMono-Regular.otf index 5cf805fe5d3..df4b5fe035a 100644 Binary files a/Master/texmf-dist/fonts/opentype/public/libertinus-fonts/LibertinusMono-Regular.otf and b/Master/texmf-dist/fonts/opentype/public/libertinus-fonts/LibertinusMono-Regular.otf differ diff --git a/Master/texmf-dist/fonts/opentype/public/libertinus-fonts/LibertinusSans-Bold.otf b/Master/texmf-dist/fonts/opentype/public/libertinus-fonts/LibertinusSans-Bold.otf index cae08b86542..3231d48dffc 100644 Binary files a/Master/texmf-dist/fonts/opentype/public/libertinus-fonts/LibertinusSans-Bold.otf and b/Master/texmf-dist/fonts/opentype/public/libertinus-fonts/LibertinusSans-Bold.otf differ diff --git a/Master/texmf-dist/fonts/opentype/public/libertinus-fonts/LibertinusSans-Italic.otf b/Master/texmf-dist/fonts/opentype/public/libertinus-fonts/LibertinusSans-Italic.otf index 5131cf2bf9f..0ee098c9a33 100644 Binary files a/Master/texmf-dist/fonts/opentype/public/libertinus-fonts/LibertinusSans-Italic.otf and b/Master/texmf-dist/fonts/opentype/public/libertinus-fonts/LibertinusSans-Italic.otf differ diff --git a/Master/texmf-dist/fonts/opentype/public/libertinus-fonts/LibertinusSans-Regular.otf b/Master/texmf-dist/fonts/opentype/public/libertinus-fonts/LibertinusSans-Regular.otf index d88c11379bf..be5f5788566 100644 Binary files a/Master/texmf-dist/fonts/opentype/public/libertinus-fonts/LibertinusSans-Regular.otf and b/Master/texmf-dist/fonts/opentype/public/libertinus-fonts/LibertinusSans-Regular.otf differ diff --git a/Master/texmf-dist/fonts/opentype/public/libertinus-fonts/LibertinusSerif-Bold.otf b/Master/texmf-dist/fonts/opentype/public/libertinus-fonts/LibertinusSerif-Bold.otf index 39a8ee5e1f1..412f60c18c4 100644 Binary files a/Master/texmf-dist/fonts/opentype/public/libertinus-fonts/LibertinusSerif-Bold.otf and b/Master/texmf-dist/fonts/opentype/public/libertinus-fonts/LibertinusSerif-Bold.otf differ diff --git a/Master/texmf-dist/fonts/opentype/public/libertinus-fonts/LibertinusSerif-BoldItalic.otf b/Master/texmf-dist/fonts/opentype/public/libertinus-fonts/LibertinusSerif-BoldItalic.otf index d63f36e2e96..68769f4ef28 100644 Binary files a/Master/texmf-dist/fonts/opentype/public/libertinus-fonts/LibertinusSerif-BoldItalic.otf and b/Master/texmf-dist/fonts/opentype/public/libertinus-fonts/LibertinusSerif-BoldItalic.otf differ diff --git a/Master/texmf-dist/fonts/opentype/public/libertinus-fonts/LibertinusSerif-Italic.otf b/Master/texmf-dist/fonts/opentype/public/libertinus-fonts/LibertinusSerif-Italic.otf index ddf1996b4a7..ff0566a81a7 100644 Binary files a/Master/texmf-dist/fonts/opentype/public/libertinus-fonts/LibertinusSerif-Italic.otf and b/Master/texmf-dist/fonts/opentype/public/libertinus-fonts/LibertinusSerif-Italic.otf differ diff --git a/Master/texmf-dist/fonts/opentype/public/libertinus-fonts/LibertinusSerif-Regular.otf b/Master/texmf-dist/fonts/opentype/public/libertinus-fonts/LibertinusSerif-Regular.otf index e42f25c544f..154f958addf 100644 Binary files a/Master/texmf-dist/fonts/opentype/public/libertinus-fonts/LibertinusSerif-Regular.otf and b/Master/texmf-dist/fonts/opentype/public/libertinus-fonts/LibertinusSerif-Regular.otf differ diff --git a/Master/texmf-dist/fonts/opentype/public/libertinus-fonts/LibertinusSerif-Semibold.otf b/Master/texmf-dist/fonts/opentype/public/libertinus-fonts/LibertinusSerif-Semibold.otf index 4d3a0268b42..9ae7b2f6cd6 100644 Binary files a/Master/texmf-dist/fonts/opentype/public/libertinus-fonts/LibertinusSerif-Semibold.otf and b/Master/texmf-dist/fonts/opentype/public/libertinus-fonts/LibertinusSerif-Semibold.otf differ diff --git a/Master/texmf-dist/fonts/opentype/public/libertinus-fonts/LibertinusSerif-SemiboldItalic.otf b/Master/texmf-dist/fonts/opentype/public/libertinus-fonts/LibertinusSerif-SemiboldItalic.otf index df0e632794d..8045fc9c258 100644 Binary files a/Master/texmf-dist/fonts/opentype/public/libertinus-fonts/LibertinusSerif-SemiboldItalic.otf and b/Master/texmf-dist/fonts/opentype/public/libertinus-fonts/LibertinusSerif-SemiboldItalic.otf differ diff --git a/Master/texmf-dist/fonts/opentype/public/libertinus-fonts/LibertinusSerifDisplay-Regular.otf b/Master/texmf-dist/fonts/opentype/public/libertinus-fonts/LibertinusSerifDisplay-Regular.otf index 9972f95394c..3b239eba9c0 100644 Binary files a/Master/texmf-dist/fonts/opentype/public/libertinus-fonts/LibertinusSerifDisplay-Regular.otf and b/Master/texmf-dist/fonts/opentype/public/libertinus-fonts/LibertinusSerifDisplay-Regular.otf differ diff --git a/Master/texmf-dist/fonts/opentype/public/libertinus-fonts/LibertinusSerifInitials-Regular.otf b/Master/texmf-dist/fonts/opentype/public/libertinus-fonts/LibertinusSerifInitials-Regular.otf index 7c1fc436bcd..daab1cb352a 100644 Binary files a/Master/texmf-dist/fonts/opentype/public/libertinus-fonts/LibertinusSerifInitials-Regular.otf and b/Master/texmf-dist/fonts/opentype/public/libertinus-fonts/LibertinusSerifInitials-Regular.otf differ -- cgit v1.2.3