From 9b8373bfc65d06f1dafabe1b1c04c208131e0ac2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Benqu=C3=A9?= Date: Tue, 20 Oct 2020 17:58:56 +0100 Subject: [PATCH] Fix toolbar font --- customize.dist/src/less2/include/toolbar.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/customize.dist/src/less2/include/toolbar.less b/customize.dist/src/less2/include/toolbar.less index a76b5a6e7..816106a60 100644 --- a/customize.dist/src/less2/include/toolbar.less +++ b/customize.dist/src/less2/include/toolbar.less @@ -627,6 +627,7 @@ } .cp-toolbar-title { color: @cryptpad_text_col; + font-family: "IBM Plex Mono"; // XXX using locally, add font to customise.dist/fonts/... flex: 1; overflow: hidden; text-overflow: ellipsis; @@ -639,7 +640,6 @@ .cp-toolbar-title-value { border: 1px solid transparent; padding: 0 5px; - font-family: "IBM Plex Mono"; // XXX using locally, add font to customise.dist/fonts/... font-size: 30px; vertical-align: middle; white-space: nowrap; @@ -1126,6 +1126,7 @@ .cp-toolbar-spinner { color: @cryptpad_text_col; + font-family: "Open Sans"; font-size: 14px; padding: 0 8px; height: 20px;