From 321a22bce4deb56a5213bb00ff17421fc94837c0 Mon Sep 17 00:00:00 2001 From: raylu Date: Sun, 11 Sep 2011 22:41:44 -0700 Subject: fix webkit font smoothing --- css/pagestyle.css | 1 + includes/header.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/css/pagestyle.css b/css/pagestyle.css index 6351a28..b882bfe 100644 --- a/css/pagestyle.css +++ b/css/pagestyle.css @@ -1,6 +1,7 @@ body { font-size: 16px; font-family: cantarell, helvetica, sans-serif; + text-shadow: rgba(0,0,0,.01) 0 0 1px; /* this is definitely not a webkit-specific hack to fix font aliasing */ background-color: #121212; color: #ffffff; diff --git a/includes/header.php b/includes/header.php index adfc211..6a9caaf 100644 --- a/includes/header.php +++ b/includes/header.php @@ -8,7 +8,7 @@ function htmlHeader() { pathery.com - + -- cgit v1.2.3