diff options
Diffstat (limited to '')
-rw-r--r-- | source/css/theme.css | 4 | ||||
-rw-r--r-- | templates/template.html | 2 |
2 files changed, 4 insertions, 2 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 */ diff --git a/templates/template.html b/templates/template.html index b84991af..037e3fb5 100644 --- a/templates/template.html +++ b/templates/template.html @@ -18,7 +18,7 @@ $endif$ <link href='/css/theme-wide.css' media="only screen and (min-width: 1441px)" rel="stylesheet" type="text/css"/> <link href='/css/theme-narrow.css' media="only screen and (max-width: 1023px)" rel="stylesheet" type="text/css"/> <link href='/css/print.css' media="print" rel="stylesheet" type="text/css"/> - <link href="//fonts.googleapis.com/css?family=Open+Sans:light" rel="stylesheet" type="text/css"/> + <link href="//fonts.googleapis.com/css?family=Open+Sans:regular" rel="stylesheet" type="text/css"/> <link href="//fonts.googleapis.com/css?family=PT+Serif:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css"/> <link href="//fonts.googleapis.com/css?family=Droid+Sans+Mono" rel="stylesheet" type="text/css"/> <script> |