Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2019-06-24 13:00:07 +0300
committerJan-Christoph Borchardt <hey@jancborchardt.net>2019-06-24 18:27:35 +0300
commit97fbf91f29ffabe0cc272da801241d30473e634d (patch)
treef63944b20af53acd2118a3673112e35922d15f3f /core/css/tooltip.scss
parentd14c0f2ed7ab02fb470941752d0a027631a6a19a (diff)
Use native font stack
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'core/css/tooltip.scss')
-rw-r--r--core/css/tooltip.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/tooltip.scss b/core/css/tooltip.scss
index 329d3d75bcf..c7bf99c7d11 100644
--- a/core/css/tooltip.scss
+++ b/core/css/tooltip.scss
@@ -13,7 +13,7 @@
.tooltip {
position: absolute;
display: block;
- font-family: 'Noto Sans', 'Open Sans', Frutiger, Calibri, 'Myriad Pro', Myriad, sans-serif;
+ font-family: var(--font-face);
font-style: normal;
font-weight: normal;
letter-spacing: normal;