Consistent brand fonts

We use the standard system fonts by default everywhere. The CSS rule was copied 1:1 from the Nextcloud server repository.

Signed-off-by: Iva Horn <iva.horn@nextcloud.com>
This commit is contained in:
Iva Horn
2026-03-12 09:48:37 +01:00
parent 636809cb77
commit b1a716288a
10 changed files with 11 additions and 35 deletions

View File

@@ -2,6 +2,16 @@
* FIX THE DESIGN OF THE RTD THEME
*/
body,
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: system-ui, -apple-system, "Segoe UI", Roboto, Oxygen-Sans, Cantarell, Ubuntu, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
/* NC blue */
.wy-side-nav-search {
background-color: #0082c9;