diff options
Diffstat (limited to 'site/css/screen.css')
| -rw-r--r-- | site/css/screen.css | 5 |
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 |
