mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 04:45:17 +00:00
Cleanup fonts, larger charset - fixes #133
This commit is contained in:
14
css/main.css
14
css/main.css
@@ -9,7 +9,8 @@ body {
|
||||
width: calc(100% - 120px);
|
||||
background: #000;
|
||||
color: #aaa;
|
||||
font-family: 'roboto_condensedregular', arial;
|
||||
font-family: 'Roboto Condensed';
|
||||
font-weight: 400;
|
||||
font-size: 2em;
|
||||
line-height: 1.5em;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
@@ -29,10 +30,10 @@ body {
|
||||
.large {font-size: 65px; line-height: 65px;}
|
||||
.xlarge {font-size: 75px; line-height: 75px; letter-spacing: -3px;}
|
||||
|
||||
.thin {font-family: 'robotothin'; }
|
||||
.light {font-family: 'roboto_condensedlight'; }
|
||||
.regular {font-family: 'roboto_condensedregular';}
|
||||
.bold {font-family: 'roboto_condensedbold';}
|
||||
.thin {font-family: 'Roboto'; font-weight: 100;}
|
||||
.light {font-family: 'Roboto Condensed'; font-weight: 300;}
|
||||
.regular {font-family: 'Roboto Condensed'; font-weight: 400;}
|
||||
.bold {font-family: 'Roboto Condensed'; font-weight: 700;}
|
||||
|
||||
.align-right {text-align: right;}
|
||||
|
||||
@@ -40,7 +41,8 @@ body {
|
||||
header {
|
||||
text-transform: uppercase;
|
||||
font-size: 15px;
|
||||
font-family: 'roboto_condensedregular';
|
||||
font-family: 'Roboto Condensed';
|
||||
font-weight: 400;
|
||||
border-bottom: 1px solid #333;
|
||||
line-height: 0.35em;
|
||||
padding-bottom: 10px;
|
||||
|
Reference in New Issue
Block a user