* feat: add initial module.yml for rpm-ostree * chore: add shortdesc to module.yml * feat: add missing module.ymls * feat: add website rebuild action for module reference updates * chore: remove old readme in modules dir * refactor: switch to a hybrid module.yml + README arrangement * chore: switch docs to use starlight aside syntax
16 lines
No EOL
447 B
YAML
16 lines
No EOL
447 B
YAML
name: fonts
|
|
shortdesc: The `fonts` module can be used to install fonts from Nerd Fonts or Google Fonts.
|
|
readme: https://raw.githubusercontent.com/ublue-os/bling/moduleyml/modules/fonts/README.md
|
|
example: |
|
|
type: fonts
|
|
fonts:
|
|
nerd-fonts:
|
|
- FiraCode # don't add "Nerd Font" suffix.
|
|
- Hack
|
|
- SourceCodePro
|
|
- Terminus
|
|
- JetBrainsMono
|
|
- NerdFontsSymbolsOnly
|
|
google-fonts:
|
|
- Roboto
|
|
- Open Sans |