font-ibm-plex 6.4.2
IBM Plex typeface
This package provides the Plex font family. It comes in a Sans, Serif, Mono and Sans Condensed, all with roman and true italics. The fonts have been designed to work well in user interface (UI) environments as well as other mediums.
- Outputs:
out
,ttf
,woff
- Website: https://github.com/IBM/plex
- Licenses: SIL OFL 1.1
- Package source: gnu/packages/fonts.scm
- Builds: See build status
- Issues: See known issues
Installation
Install font-ibm-plex 6.4.2
as follows:
guix install font-ibm-plex@6.4.2
Or install the latest version:
guix install font-ibm-plex
The font-ibm-plex
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-ibm-plex:ttf
guix install font-ibm-plex: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.