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 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'source/css/theme.css') 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 */ -- cgit v1.2.1