Explorar o código

add webkit font aliasing hack

raylu %!s(int64=14) %!d(string=hai) anos
pai
achega
5dd5702c1e
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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;