--- - name: Ensure workstation fonts are installed community.general.pacman: name: # Primary UI font (Inter brand font) - inter-font # Code editor fonts - otf-cascadia-code - ttf-fira-code - otf-fira-mono # Sans-serif families - otf-fira-sans - adobe-source-sans-fonts # Serif fallback - tex-gyre-fonts state: present tags: [fonts, typography]