From 036c8586a38c2bb58ba1928d794529a394707d8c Mon Sep 17 00:00:00 2001
From: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
Date: Wed, 10 Jul 2019 10:45:32 +0200
Subject: [PATCH] use inherited font

---
 panels/mensaPlan/style.css  | 3 +++
 panels/mensaPlan/style.less | 4 ++++
 2 files changed, 7 insertions(+)

diff --git a/panels/mensaPlan/style.css b/panels/mensaPlan/style.css
index 146e43d..8512b93 100644
--- a/panels/mensaPlan/style.css
+++ b/panels/mensaPlan/style.css
@@ -47,3 +47,6 @@ div[data-template=mensaPlan] .ui-state-active a:link,
 div[data-template=mensaPlan] .ui-state-active a:visited {
   color: inherit;
 }
+div[data-template=mensaPlan] .ui-widget {
+  font-family: inherit;
+}
diff --git a/panels/mensaPlan/style.less b/panels/mensaPlan/style.less
index d5ff982..6c4b4d9 100644
--- a/panels/mensaPlan/style.less
+++ b/panels/mensaPlan/style.less
@@ -46,4 +46,8 @@ color: #9f9f9f;
 .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
 color: inherit;
 }
+
+.ui-widget {
+font-family: inherit;
+}
 }
-- 
GitLab