diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-01-23 15:12:16 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-01-23 15:20:43 +0100 |
| commit | fdb9219aeba47860ba877b5bd44cdf96619d9cb1 (patch) | |
| tree | d296472c43db750d226ea22f509f28021c85fa46 /roles/font/vars | |
| parent | f5ade99064faaff547df2fd82c7d23908c872a7a (diff) | |
Add PT-Sans font to both debian and archlinux
The PT-Sans is only available using AUR on archlinux, hence implementing
a role for fonts that are installed on arch using AUR
Diffstat (limited to 'roles/font/vars')
| -rw-r--r-- | roles/font/vars/debian.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/font/vars/debian.yml b/roles/font/vars/debian.yml index 019f8e59..06b8ca1b 100644 --- a/roles/font/vars/debian.yml +++ b/roles/font/vars/debian.yml @@ -2,6 +2,7 @@ font_packages: - "fonts-jetbrains-mono" - "fonts-recommended" + - "fonts-paratype" - "fonts-noto" - "fonts-noto-cjk" - "fonts-noto-color-emoji" |
