From 01ab52a6379db6ec396722a745f1c31e4bf27c9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emanuel=20Sch=C3=BCtze?= Date: Fri, 16 Dec 2016 21:32:44 +0100 Subject: [PATCH] Use Roboto Medium font for some more 'bold' classes. --- openslides/core/static/css/app.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/openslides/core/static/css/app.css b/openslides/core/static/css/app.css index 26094ef58..1ed6004c3 100644 --- a/openslides/core/static/css/app.css +++ b/openslides/core/static/css/app.css @@ -27,10 +27,10 @@ font-style: normal; } -body { - font-family: "Roboto", sans-serif; +body,.ngdialog-content { + font-family: "Roboto", sans-serif !important; } -strong, b, .os-table .title { +strong, b, th, .os-table .title, .user_details label, .ngdialog label { font-family: "Roboto Medium"; font-family: "Roboto Medium", sans-serif; font-weight: normal; @@ -1258,7 +1258,6 @@ img { margin-bottom: 5px; } .user_details label { - font-weight: bold; margin: 10px 0 0 0; display: block; }