Quellcode durchsuchen

add webkit font aliasing hack

raylu vor 14 Jahren
Ursprung
Commit
5dd5702c1e
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      static/base.css

+ 1 - 0
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;