particle-os-modules/modules/fonts
2023-10-13 15:18:15 +00:00
..
sources feat: fonts module (#52) 2023-10-01 13:14:54 +00:00
download.sh fix: not specifying a nerd-font makes the module fail. (#63) 2023-10-13 15:18:15 +00:00
fonts.sh feat: fonts module (#52) 2023-10-01 13:14:54 +00:00
README.md docs: enhacements to module documentation (#54) 2023-10-01 08:41:01 -07:00

fonts Module for Startingpoint

The fonts module can be used to install nerd-fonts or google-fonts. This module will always download the latest version and properly configure fonts.

Example configuration

- type: fonts
  fonts:
    nerd-fonts:
      - FiraCode # don't add "Nerd Font" suffix.
      - Hack
      - SourceCodePro
      - Terminus
      - JetBrainsMono
      - NerdFontsSymbolsOnly
    google-fonts:
      - Roboto
      - Open Sans