diff options
author | raylu <raylu@mixpanel.com> | 2011-09-14 22:23:13 -0700 |
---|---|---|
committer | raylu <raylu@mixpanel.com> | 2011-09-14 22:23:13 -0700 |
commit | 5dd5702c1e14dca074ebfcfc953e75b04944276f (patch) | |
tree | 64ff6ccd0d7b3ac553351486182cb72238d6989a | |
parent | c4bdcf9ff6814516da1940b4f774d47ca9e0b73b (diff) | |
download | audioaxis-5dd5702c1e14dca074ebfcfc953e75b04944276f.tar.xz |
add webkit font aliasing hack
-rw-r--r-- | static/base.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/base.css b/static/base.css index 240930b..c3a81ff 100644 --- a/static/base.css +++ b/static/base.css @@ -5,6 +5,7 @@ body { body, input { font-family: 'Cantarell', sans-serif; font-size: 16px; + text-shadow: rgba(0,0,0,.01) 0 0 1px; /* this is definitely not a webkit-specific hack to fix font aliasing */ } a:link, a:visited { color: #08a; |