VSCode-Anywhere
  • Introduction
  • Installation
    • Requirements
      • Windows requirements
      • Linux requirements
      • MacOS requirements
    • Quickstart
    • Advanced
      • Windows installation
      • Linux installation
      • MacOS installation
  • Modules
    • Module installation
    • Module update
    • Module settings
      • Global settings
        • brew settings
        • chocolatey settings
        • env settings
        • msys2 settings
        • nix settings
        • scoop settings
        • vscode settings
        • zeal settings
    • Modules list
      • Ansible
      • Bash
      • C / C++
      • C#
      • Custom
      • Deepcode
      • Docker
      • Fonts
      • Git
      • Go
      • HTML
      • Java
      • JavaScript / TypeScript
      • Markdown
      • Perl
      • PHP
      • Platformio
      • PowerShell
      • Puppet
      • Python2
      • Python3
      • Remote
      • Rest
      • ReStructuredText
      • Ruby
      • Saltstack
      • VSCode
    • Custom modules
  • Structure
    • apps
    • conf
      • saltstack
        • conf-offline
        • conf
        • pillar
        • states
    • tools
      • env
      • install
      • link
      • update
      • vscode
      • vscode-anywhere
  • Tutorials
    • Youtube tutorials
  • Release notes
    • V2
      • V2.0.0
    • V1
  • FAQ
Powered by GitBook
On this page
  • About
  • Installation
  • Requirements
  • VSCode
  • VSCode extensions
  • VSCode settings
  • VSCode keybindings
  • Software
  • Documentation
  • VSCode-Anywhere
  • Environment
  • Specific settings
  • fonts

Was this helpful?

  1. Modules
  2. Modules list

Fonts

Fira Code

PreviousDockerNextGit

Last updated 4 years ago

Was this helpful?

About

This module installs the fonts and configure VSCode to use these fonts and enable ligatures.

Installation

vscode-anywhere:
    fonts:
        enabled: True

Requirements

No requirements.

VSCode

VSCode extensions

VSCode settings

{
      "editor.fontLigatures": true,
      "editor.fontFamily:" "Fira Code"
}

VSCode 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 (only git at the moment)

  • url: where to download the fonts (depending on the provider)

  • 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

is an extension of the Fira Mono font containing a set of ligatures for common programming multi-character combinations.

Change enable from False to True in the fonts section (cf ).

You can also take a look at the .

No .

No .

Fira Code
module installation
VSCode-Anywhere fonts module configuration
extensions
keybindings
Fira Code