* docs: chore: rn ":" from "Example configuration" * docs: correct title casing for fonts module title * docs: document OS_VERSION in example,... non-copr example for rpmrepos * docs: remove bling fonts option from bling example * docs: start yafti README the same way as others "The yafti module..."
20 lines
528 B
Markdown
20 lines
528 B
Markdown
# `fonts` Module for Startingpoint
|
|
|
|
The `fonts` module can be used to install [nerd-fonts](https://www.nerdfonts.com/) or [google-fonts](https://fonts.google.com/). This module will always download the latest version and properly configure fonts.
|
|
|
|
## Example configuration
|
|
|
|
```yaml
|
|
- type: fonts
|
|
fonts:
|
|
nerd-fonts:
|
|
- FiraCode # don't add "Nerd Font" suffix.
|
|
- Hack
|
|
- SourceCodePro
|
|
- Terminus
|
|
- JetBrainsMono
|
|
- NerdFontsSymbolsOnly
|
|
google-fonts:
|
|
- Roboto
|
|
- Open Sans
|
|
```
|