From 037b1aaf8b68fc6c32df3be3737fd27761d0a952 Mon Sep 17 00:00:00 2001 From: Zhiming Wang Date: Sat, 8 Aug 2015 12:01:52 -0700 Subject: Blog icon text: switch to antialiases normal weight Open Sans Light 300 turns out to be too thin when antialiased (e.g., in mobile Safari.) --- source/css/theme.css | 4 +++- 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$ - +