particle-os-modules/modules/fonts
Nick Saika 17bacbe3da
fix: Fix flag ordering in set calls in scripts (#99)
The README for scripts has an incorrect use of the `set`. Where it says
to use:

	set -oue pipefail

it should be:

	set -euo pipefail

since `pipefail` is an option consumed by `set -o`.

More information: https://www.gnu.org/software/bash/manual/html_node/The-Set-Builtin.html
2024-01-16 06:12:08 +00:00
..
sources fix: Fix flag ordering in set calls in scripts (#99) 2024-01-16 06:12:08 +00:00
download.sh fix: Fix flag ordering in set calls in scripts (#99) 2024-01-16 06:12:08 +00:00
fonts.sh fix: Fix flag ordering in set calls in scripts (#99) 2024-01-16 06:12:08 +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