summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorSimon L <szaimen@e.mail.de>2023-06-26 12:52:50 +0200
committerSimon L <szaimen@e.mail.de>2023-07-19 19:50:19 +0200
commit9352869f520d657318ab1acedb016433f923ad5a (patch)
tree8414155a72b0897d85d473592b419ab41a9f4436 /core
parent783f1b9a2a0cf868fcbe440f3d8fb19e7f175172 (diff)
downloadnextcloud-server-9352869f520d657318ab1acedb016433f923ad5a.tar.gz
nextcloud-server-9352869f520d657318ab1acedb016433f923ad5a.zip
switch to bootstrap font-stack
Signed-off-by: Simon L <szaimen@e.mail.de>
Diffstat (limited to 'core')
-rw-r--r--core/css/guest.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/css/guest.scss b/core/css/guest.scss
index 2b288b78738..30b2355bf07 100644
--- a/core/css/guest.scss
+++ b/core/css/guest.scss
@@ -24,7 +24,7 @@ body {
/* bring the default font size up to 14px */
font-size: .875em;
line-height: 1.6em;
- font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
+ font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
color: var(--color-text);
text-align: center;
/* As guest, there is no color-background-plain */
@@ -214,7 +214,7 @@ form #datadirField legend {
input, textarea, select, button, div[contenteditable=true] {
- font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
+ font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
input,
input:not([type='range']),