diff options
author | Zhiming Wang <zmwangx@gmail.com> | 2015-08-08 12:01:52 -0700 |
---|---|---|
committer | Zhiming Wang <zmwangx@gmail.com> | 2015-08-08 12:01:52 -0700 |
commit | 037b1aaf8b68fc6c32df3be3737fd27761d0a952 (patch) | |
tree | a1619c11463b099fd2dd7f957a85dc4f9b7e127d /source/css/theme.css | |
parent | 99a8c646fbbe4462f5fddd46d69e8b03688fa126 (diff) | |
download | my_new_personal_website-037b1aaf8b68fc6c32df3be3737fd27761d0a952.tar.xz my_new_personal_website-037b1aaf8b68fc6c32df3be3737fd27761d0a952.zip |
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.)
Diffstat (limited to 'source/css/theme.css')
-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 */ |