diff options
| author | Franck Cuny <franckcuny@gmail.com> | 2014-08-25 21:38:57 -0700 |
|---|---|---|
| committer | Franck Cuny <franckcuny@gmail.com> | 2014-08-25 21:38:57 -0700 |
| commit | 846247599407238eda7296e3547bcac69f52f634 (patch) | |
| tree | fb8627c628f72aee20933bee0f526ca26aab42c5 /static/css/screen.css | |
| parent | center (diff) | |
| download | lumberjaph-846247599407238eda7296e3547bcac69f52f634.tar.gz | |
use different font
Diffstat (limited to '')
| -rw-r--r-- | static/css/screen.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/static/css/screen.css b/static/css/screen.css index 34c4ac8..a3fe34b 100644 --- a/static/css/screen.css +++ b/static/css/screen.css @@ -1,4 +1,4 @@ -@import url(//fonts.googleapis.com/css?family=Merriweather:400,700); +@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600,700); html { -webkit-text-size-adjust: 100%; @@ -6,12 +6,12 @@ html { } body { - font-family: 'Merriweather', serif; + font-family: 'Open Sans', "Helvetica Neue", Arial, sans-serif; background-color: #fff; font-weight: 400; text-align: left; margin: auto; - font-size: 18px; + font-size: 14px/18px; } @media only screen and (max-width: 46em) { body { |
