ONLYOFFICE / Docker-DocumentServer

ONLYOFFICE Document Server is an online office suite comprising viewers and editors for texts, spreadsheets and presentations, fully compatible with Office Open XML formats: .docx, .xlsx, .pptx and enabling collaborative editing in real time.
GNU Affero General Public License v3.0
1.43k stars 494 forks source link

Add new fonts #594

Closed talesam closed 1 year ago

talesam commented 1 year ago

I want to add some fonts such as lato and Beezee so I set it up as follows:

- /home/tales/Docker/OnlyOffice/fonts:/usr/share/fonts

All the fonts I want are on the host mounts, and if I access the container they are there, but when I access Onllyoffce, these fonts don't appear there, what should I do?

I used this link as an example: https://helpcenter.onlyoffice.com/installation/docs-community-install-fonts-linux.aspx

However, I verified that when the container is mounted, the command to include the fonts is executed.

talesam commented 1 year ago

Solved it, it's browser cache.