Use Roboto font in projector header/footer.

This commit is contained in:
Emanuel Schuetze 2016-02-08 20:27:59 +01:00
parent 963bebac29
commit 4bbb153c42

View File

@ -16,6 +16,7 @@ body{
box-shadow: 0 0 7px rgba(0,0,0,0.6); box-shadow: 0 0 7px rgba(0,0,0,0.6);
height: 70px; height: 70px;
margin-bottom: 20px; margin-bottom: 20px;
font-family: 'Roboto Condensed Light';
} }
#logo { #logo {
position: relative; position: relative;
@ -46,6 +47,7 @@ body{
opacity: 0.8; opacity: 0.8;
} }
#currentTime { #currentTime {
font-family: 'Roboto Condensed Light';
border: 0 solid #000000; border: 0 solid #000000;
font-size: 24px; font-size: 24px;
position: absolute; position: absolute;
@ -56,6 +58,7 @@ body{
color: #fff; color: #fff;
} }
#footer { #footer {
font-family: 'Roboto Condensed Light';
position: fixed; position: fixed;
bottom: 0; bottom: 0;
height: 35px; height: 35px;