Fonts
Collabora Online comes with a large variety of free fonts, see the list below:
Metric-compatible free fallback fonts for various proprietary fonts used in Office Open XML documents
Fallback font |
Proprietary font |
---|---|
Agdasima |
Agency FB |
Bacasime Antique |
Baskerville Old Face |
Belanosima |
Berlin Sans FB |
Caladea |
Cambria |
Caprasimo |
Cooper Black |
Carlito |
Calibri |
Liberation Sans |
Arial |
Liberation Serif |
Times New Roman |
Lugrasimo |
Lucida Calligraphy |
Lumanosimo |
Lucida Handwriting |
Lunasima |
Lucida Grande |
Other free bundled fonts
Font name |
Reason to bundle |
---|---|
DejaVu |
broad Unicode coverage |
Gentium |
for Latin, Cyrillic, and Greek scripts |
Noto |
full Unicode coverage |
OpenDyslexic |
by customer request |
Open Sans |
by customer request |
Karla |
used by Collabora internally |
Linux Libertine G and Linux Biolinum G |
rich typographic features, see https://www.numbertext.org/linux/ |
Source Sans Pro |
by customer request |
Alef, David Libre, Frank Ruhl Hofshi, Miriam Libre, Rubik |
for Hebrew script |
Amiri, Reem Kufi, Scheherazade |
for Arabic script |
When you install coolwsd package, the post-install script will look for additional fonts on your system, and install them for Collabora Online (in the systemplate). If you install fonts to your system after installing coolwsd, you need to update the systemplate manually and restart coolwsd service.
You have the option to let Collabora online download fonts. This method does not require restart of the coolwsd service, remote fonts become available for new editing sessions within a minute. See the details in Remote configuration chapter.
If you use docker you can also share fonts installed on the system using docker volumes, where /opt/local/my-fonts
is where the fonts to share are, in the docker-compose section for Collabora Online container:
volumes:
- /opt/local/my-fonts:/usr/share/fonts/truetype/more/
- /opt/local/my-fonts:/opt/cool/systemplate/usr/share/fonts/truetype/more/
For Kubernetes you can checkout Installing Custom Fonts chapter