From 4bbb153c4277f5d8ec05e5b5e949acd933e41cee Mon Sep 17 00:00:00 2001 From: Emanuel Schuetze Date: Mon, 8 Feb 2016 20:27:59 +0100 Subject: [PATCH] Use Roboto font in projector header/footer. --- openslides/core/static/css/projector.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/openslides/core/static/css/projector.css b/openslides/core/static/css/projector.css index 080a0e6f1..811ac4384 100644 --- a/openslides/core/static/css/projector.css +++ b/openslides/core/static/css/projector.css @@ -16,6 +16,7 @@ body{ box-shadow: 0 0 7px rgba(0,0,0,0.6); height: 70px; margin-bottom: 20px; + font-family: 'Roboto Condensed Light'; } #logo { position: relative; @@ -46,6 +47,7 @@ body{ opacity: 0.8; } #currentTime { + font-family: 'Roboto Condensed Light'; border: 0 solid #000000; font-size: 24px; position: absolute; @@ -56,6 +58,7 @@ body{ color: #fff; } #footer { + font-family: 'Roboto Condensed Light'; position: fixed; bottom: 0; height: 35px;