mirror of
https://github.com/nextcloud/documentation.git
synced 2026-03-26 13:28:45 +07:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user