font-libertinus 7.051
Font family based on Linux Libertine
The Libertinus font family is a fork of Linux Libertine that addresses many bugs in the unmaintained original and adds a new mathematical companion font for use with OpenType math-capable applications like LuaTex or XeTeX.
The unified Libertinus family consists of:
Libertinus Serif, forked from Linux Libertine;
Libertinus Sans Serif, forked from Linux Biolinum;
Libertinus Mono, forked from Linux Libertine Mono; and
Libertinus Math, an original matching OpenType math font.
- Outputs:
out
,ttf
,woff
- Website: https://github.com/alerque/libertinus
- Licenses: SIL OFL 1.1
- Package source: gnu/packages/fonts.scm
- Builds: See build status
- Issues: See known issues
Installation
Install font-libertinus 7.051
as follows:
guix install font-libertinus@7.051
Or install the latest version:
guix install font-libertinus
The font-libertinus
package provides more outputs besides the default (out
). You can install them by appending :output-name
to the package specification. For example:
guix install font-libertinus:ttf
guix install font-libertinus:woff
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.