Fonts
Fira Code

About
This module installs the Fira Code fonts and configure VSCode to use these fonts and enable ligatures.
Fira Code is an extension of the Fira Mono font containing a set of ligatures for common programming multi-character combinations.

Installation
Change enable
from False
to True
in the fonts
section (cf module installation).
vscode-anywhere:
fonts:
enabled: True
Requirements
No requirements.
VSCode
VSCode extensions
No extensions.
VSCode settings
{
"editor.fontLigatures": true,
"editor.fontFamily:" "Fira Code"
}
VSCode keybindings
No keybindings.
Software
No software.
Documentation
No documentation.
VSCode-Anywhere
Environment
No environment.
Specific settings
fonts
The setting fonts
allow installing some fonts.
FiraCode
is the name of the font to install and it takes some params:
provider
: mechanism to download the fonts (onlygit
at the moment)url
: where to download the fonts (depending on theprovider
)files
: list of files that must be synchronized
vscode-anywhare:
fonts:
enabled: False
fonts:
FiraCode:
provider: git
url: https://github.com/tonsky/FiraCode.git
files:
- distr/ttf/FiraCode-Bold.ttf
- distr/ttf/FiraCode-Light.ttf
- distr/ttf/FiraCode-Medium.ttf
- distr/ttf/FiraCode-Regular.ttf
- distr/ttf/FiraCode-Retina.ttf
- distr/ttf/FiraCode-SemiBold.ttf
Last updated
Was this helpful?