Hello,
there how install some new police on onlyoffice please ?
i
New police
Re: New police
Hello Issa!
police? what do you mean by this?there how install some new police on onlyoffice please ?
Re: New police
Hello cool :
but on docker version what folder i have to use ??
Bare Bones Instructions
By default Document Server uses embedded free fonts (true type only in .ttf format) from the operating system where Document Server is installed. If you would like to use additional fonts you can do the following:
Install the font by copying it to /usr/share/fonts/ (to the computer with Document Server installed).
Open the /usr/bin folder.
Run the documentserver-generate-allfonts.sh file.
Clear the browser cache and reopen the page
but on docker version what folder i have to use ??
Bare Bones Instructions
By default Document Server uses embedded free fonts (true type only in .ttf format) from the operating system where Document Server is installed. If you would like to use additional fonts you can do the following:
Install the font by copying it to /usr/share/fonts/ (to the computer with Document Server installed).
Open the /usr/bin folder.
Run the documentserver-generate-allfonts.sh file.
Clear the browser cache and reopen the page
Re: New police
Hello Issa,
you can copy the .ttf file inside the docker container:
sudo docker cp font.ttf [container_id]:/usr/share/fonts
and run the script
sudo docker exec -it [container_id] bash documentserver-generate-allfonts.sh
you can copy the .ttf file inside the docker container:
sudo docker cp font.ttf [container_id]:/usr/share/fonts
and run the script
sudo docker exec -it [container_id] bash documentserver-generate-allfonts.sh