From 94506ed726ccfc80a5c1fce15b33625d560dbab5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rene=20Hamp=C3=B6lz?= Date: Sat, 5 Nov 2022 16:45:29 +0000 Subject: [PATCH] fix: nextcloud theme font-family is not used --- .../nextcloud/snappymail/app/themes/Nextcloud/styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/integrations/nextcloud/snappymail/app/themes/Nextcloud/styles.css b/integrations/nextcloud/snappymail/app/themes/Nextcloud/styles.css index 6b6c9e475..7d9ca8d19 100644 --- a/integrations/nextcloud/snappymail/app/themes/Nextcloud/styles.css +++ b/integrations/nextcloud/snappymail/app/themes/Nextcloud/styles.css @@ -15,6 +15,7 @@ #rl-app { color: var(--color-main-text); background-color: transparent; + font-family: var(--font-face); } #rl-left {