Import the fonts role.

This commit is contained in:
Tom Alexander
2022-10-17 15:22:46 -04:00
parent 1f408202f1
commit ad8fc734f6
10 changed files with 159 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
- name: Install packages
pacman:
name:
- adobe-source-code-pro-fonts
- adobe-source-sans-fonts
# - ttf-cascadia-code # ttf existing at all breaks fonts in emacs
- otf-cascadia-code # ttf cascadia broken in emacs
- noto-fonts
- noto-fonts-cjk
- noto-fonts-emoji
- noto-fonts-extra
state: present
update_cache: true