added installation of noto fonts for arabic

This commit is contained in:
aminnairi
2024-01-07 12:44:07 +01:00
parent 89885dfc01
commit 6b100562cf
+5
View File
@@ -29,6 +29,11 @@
pacman: pacman:
name: noto-fonts-cjk name: noto-fonts-cjk
state: latest state: latest
- name: Install Noto Fonts AR (for arabic support)
become: true
pacman:
name: noto-fonts-ar
state: latest
- name: Setup Fonts - name: Setup Fonts
synchronize: synchronize:
src: fontconfig src: fontconfig