Bladeren bron

add webkit font aliasing hack

raylu 14 jaren geleden
bovenliggende
commit
5dd5702c1e
1 gewijzigde bestanden met toevoegingen van 1 en 0 verwijderingen
  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;