From fdb9219aeba47860ba877b5bd44cdf96619d9cb1 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Fri, 23 Jan 2026 15:12:16 +0100 Subject: 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 --- roles/font/vars/debian.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'roles/font') 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" -- cgit v1.2.3