-
|
Is it possible to install multiple fonts to It is a bit of a pain uploading a new collection one-by one; and since |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Answering myself, for posterity. Yes it's indeed possible, and quite simple at that:
You should see them if you visit the above-mentioned page on your Nextcloud instance. |
Beta Was this translation helpful? Give feedback.
Answering myself, for posterity.
Yes it's indeed possible, and quite simple at that:
nextcloudServer via SSH (you could probably do this some other way, but I wouldn't know./fonts_for_richdocsin this examplenextcloud_aio_nextcloud):cp ./fonts_for_richdocs/* /var/lib/docker/volumes/nextcloud_aio_nextcloud/_data/custom_apps/richdocuments/fonts/occ richdocuments:install-fontsto install them intohttps://nextcloud.mydom.com/settings/admin/richdocumentsYou should see them if you visit the above-mentioned page on your Nextcloud instance.