font-fira-code
Monospaced font with programming ligatures
Fira Code is a monospace font by Nikita Prokopov featuring ligatures for common programming multi-character combinations. It began as an extension of Fira Mono. The ligatures are just a font rendering feature: underlying code remains ASCII-compatible. They are designed to help people to read and understand code faster. For some frequent sequences like ..
or //
, ligatures are used to simulate proportional spacing.
- Versions: 6.2
- Website: https://github.com/tonsky/FiraCode
- Licenses: SIL OFL 1.1
- Package source: gnu/packages/fonts.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of font-fira-code
as follows:
guix install font-fira-code
Or install a particular version:
guix install font-fira-code@6.2
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.
Badge code
You can use the following badge to inform users of font-fira-code about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/font-fira-code'><img src='https://packages.guix.gnu.org/packages/font-fira-code/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/font-fira-code)
Example Org:
[[https://packages.guix.gnu.org/packages/font-fira-code][https://packages.guix.gnu.org/packages/font-fira-code/badges/latest-version.svg]]