Define fallback fonts

This commit is contained in:
Domi-G 2016-04-05 00:33:29 +02:00
parent 4b8d44aa2e
commit 0fcdc2e118

View File

@ -9,7 +9,7 @@ body {
width: calc(100% - 120px); width: calc(100% - 120px);
background: #000; background: #000;
color: #aaa; color: #aaa;
font-family: 'Roboto Condensed'; font-family: 'Roboto Condensed', sans-serif;
font-weight: 400; font-weight: 400;
font-size: 2em; font-size: 2em;
line-height: 1.5em; line-height: 1.5em;
@ -30,10 +30,10 @@ body {
.large {font-size: 65px; line-height: 65px;} .large {font-size: 65px; line-height: 65px;}
.xlarge {font-size: 75px; line-height: 75px; letter-spacing: -3px;} .xlarge {font-size: 75px; line-height: 75px; letter-spacing: -3px;}
.thin {font-family: 'Roboto'; font-weight: 100;} .thin {font-family: 'Roboto', sans-serif; font-weight: 100;}
.light {font-family: 'Roboto Condensed'; font-weight: 300;} .light {font-family: 'Roboto Condensed', sans-serif; font-weight: 300;}
.regular {font-family: 'Roboto Condensed'; font-weight: 400;} .regular {font-family: 'Roboto Condensed', sans-serif; font-weight: 400;}
.bold {font-family: 'Roboto Condensed'; font-weight: 700;} .bold {font-family: 'Roboto Condensed', sans-serif; font-weight: 700;}
.align-right {text-align: right;} .align-right {text-align: right;}