Cleanup fonts, larger charset - fixes #133

This commit is contained in:
Domi-G
2016-04-05 00:09:11 +02:00
parent 915e716936
commit 4b8d44aa2e
238 changed files with 274 additions and 28109 deletions

View File

@@ -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;