Skip to content

Commit eb28875

Browse files
committed
add how to add fonts for collabora
1 parent 1ab6848 commit eb28875

11 files changed

Lines changed: 55 additions & 7 deletions

File tree

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"label": "Authentication and Identymanagment",
3+
"position": 10
4+
}
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
---
2+
sidebar_position: 70
3+
id: collabora
4+
title: Collabora additional fonts
5+
description: How to add additional fonts to Collabora.
6+
draft: false
7+
---
8+
9+
# Installing Additional Fonts for Collabora
10+
11+
By default, Collabora Online provides only a limited set of fonts.
12+
To ensure proper document rendering — especially for Microsoft Office documents — you may want to install additional font packages such as `ttf-mscorefonts` or other TrueType/OpenType fonts on your server.
13+
14+
## 1. Access the Server and Update System Packages
15+
16+
Before installing new fonts, make sure your system packages are up to date:
17+
18+
```bash
19+
apt update
20+
```
21+
22+
## 2. Install Microsoft Core Fonts
23+
24+
Install the Microsoft Core Fonts package to add common fonts such as Arial or Comic Sans MS:
25+
26+
```bash
27+
apt install ttf-mscorefonts-installer
28+
```
29+
30+
During the installation, you will be prompted to accept the EULA (End User License Agreement).
31+
32+
<img src={require("./img/collabora/accept-eula.png").default} alt="Accept EULA" width="1920"/>
33+
34+
## 3. Restart Collabora
35+
36+
After the installation is complete, restart your docker-compose setup to apply the changes:
37+
38+
```bash
39+
docker compose restart
40+
```
41+
42+
Once restarted, Collabora will recognize the newly installed fonts, and they will be available when editing documents.
43+
44+
<img src={require("./img/collabora/new-fonts.png").default} alt="New Fonts added" width="1920"/>
458 KB
Loading
165 KB
Loading

docs/admin/configuration/logging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sidebar_position: 13
2+
sidebar_position: 90
33
id: logging
44
title: Logging
55
description: Logging in OpenCloud

docs/admin/configuration/mail-notifications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sidebar_position: 9
2+
sidebar_position: 40
33
id: mail-notifications
44
title: Mail Notifications
55
description: How to activate mail notifications in OpenCloud.

docs/admin/configuration/radicale-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sidebar_position: 12
2+
sidebar_position: 50
33
id: radicale-integration
44
title: Calendar and Contacts Integration with Radicale
55
description: How to enable Calendar and Contacts integration via Radicale in OpenCloud.

docs/admin/configuration/remove-password-link.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sidebar_position: 13
2+
sidebar_position: 80
33
id: remove-password-from-link
44
title: Remove mandatory password from public link
55
description: Remove mandatory password from public link

docs/admin/configuration/set-default-quota.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sidebar_position: 12
2+
sidebar_position: 30
33
id: default-user-quota
44
title: Set default user quota
55
description: How to set default user quota
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"label": "Storage",
3-
"position": 8
3+
"position": 20
44
}

0 commit comments

Comments
 (0)