Merge branch 'fix-google-fonts' into 'master'

Update google fonts download url

See merge request fablab/labsync!65
This commit is contained in:
jalr 2021-05-15 18:33:43 +00:00
commit ef6d9c5d5c

View file

@ -6,6 +6,6 @@
- name: install google fonts
unarchive:
src: https://github.com/google/fonts/archive/master.tar.gz
src: https://github.com/google/fonts/archive/main.zip
dest: /usr/local/share/fonts/google/
remote_src: yes