From e23420162ef907a8632c538e0c7584e14182cbe6 Mon Sep 17 00:00:00 2001 From: Jannik Beyerstedt Date: Fri, 20 Mar 2026 12:16:24 +0100 Subject: [PATCH] devel-darwin: more fonts --- tasks/devel-Darwin.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tasks/devel-Darwin.yml b/tasks/devel-Darwin.yml index a315680..b78d33f 100644 --- a/tasks/devel-Darwin.yml +++ b/tasks/devel-Darwin.yml @@ -3,8 +3,12 @@ - name: Devel - Fonts community.general.homebrew: - name: font-hack + name: "{{ item }}" state: present + loop: + - font-hack + - font-overpass + - font-news-cycle # Install Visual Studio Code and Set Basic Configuration - name: VSCode - Basics