Skip to content
Snippets Groups Projects
Commit 362e11dd authored by Pierre Ozoux's avatar Pierre Ozoux
Browse files

Adds font instructions.

parent 1944ddf2
No related branches found
No related tags found
No related merge requests found
# onlyoffice
## Fonts
If you want to add fonts, place the font folder in ttf, and then add a file called `docker-compose.override.yml`:
```
version: '2'
services:
onlyoffice:
volumes:
- ./ttf/Cairo:/usr/share/fonts/truetype/Cairo
- ./ttf/Roboto_Slab:/usr/share/fonts/truetype/Roboto_Slab
```
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment