From 0fcdc2e118cb95c3d59fe6df82b75368bf020692 Mon Sep 17 00:00:00 2001 From: Domi-G Date: Tue, 5 Apr 2016 00:33:29 +0200 Subject: [PATCH] Define fallback fonts --- css/main.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/css/main.css b/css/main.css index dd6dacc9..c5e9a48d 100644 --- a/css/main.css +++ b/css/main.css @@ -9,7 +9,7 @@ body { width: calc(100% - 120px); background: #000; color: #aaa; - font-family: 'Roboto Condensed'; + font-family: 'Roboto Condensed', sans-serif; font-weight: 400; font-size: 2em; line-height: 1.5em; @@ -30,10 +30,10 @@ body { .large {font-size: 65px; line-height: 65px;} .xlarge {font-size: 75px; line-height: 75px; letter-spacing: -3px;} -.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;} +.thin {font-family: 'Roboto', sans-serif; font-weight: 100;} +.light {font-family: 'Roboto Condensed', sans-serif; font-weight: 300;} +.regular {font-family: 'Roboto Condensed', sans-serif; font-weight: 400;} +.bold {font-family: 'Roboto Condensed', sans-serif; font-weight: 700;} .align-right {text-align: right;}