summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Brewer2011-04-10 14:18:00 -0700
committerJosh Brewer2011-04-10 14:18:00 -0700
commitbe9698014aea4518c5897ce3f781410f51db6a83 (patch)
treeb418d6acd950c9e96c371e1b102370ea511baf5f
parent9bfa249809743dfb420c87346fc1841332d1ee9d (diff)
downloadffffallback-be9698014aea4518c5897ce3f781410f51db6a83.tar.bz2
added site folder for cross-browser and web font testing
-rw-r--r--site/css/screen.css5
1 files changed, 2 insertions, 3 deletions
diff --git a/site/css/screen.css b/site/css/screen.css
index b094c11..1e6a233 100644
--- a/site/css/screen.css
+++ b/site/css/screen.css
@@ -129,7 +129,7 @@ body {
background:#2d2a27;
color:#cabfac;
color:rgba(202,191,171,1);
- font: normal 1em/1.5 'Proxima Nova', Arial, Helvetica, sans-serif;
+ font: normal 1em/1.5 "proxima-nova-1","proxima-nova-2", "Helvetica Neue", Calibri, Arial, Helvetica, sans-serif;
height:100%;
width:100%;
}
@@ -328,5 +328,4 @@ footer .twitter-share-button {
@page { margin: 0.5cm; }
p, h2, h3 { orphans: 3; widows: 3; }
h2, h3{ page-break-after: avoid; }
-}
-
+} \ No newline at end of file