Import the fonts role.
This commit is contained in:
13
ansible/roles/fonts/tasks/linux.yaml
Normal file
13
ansible/roles/fonts/tasks/linux.yaml
Normal 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
|
||||
Reference in New Issue
Block a user