diff options
Diffstat (limited to '')
-rw-r--r-- | source/css/theme.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source/css/theme.css b/source/css/theme.css index 302550b9..24c82383 100644 --- a/source/css/theme.css +++ b/source/css/theme.css @@ -31,7 +31,9 @@ body { display: inline-block; font-family: "Open Sans"; font-size: 36px; - font-weight: 300; + font-weight: normal; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; color: #fff; text-decoration: none; /* stretch to mimic Helvetica Neue */ |