1
0
mirror of https://github.com/til-schneider/slim-wiki.git synced 2025-08-13 12:04:10 +02:00

Made font rendering less heavy

This commit is contained in:
til-schneider
2015-12-21 13:58:18 +01:00
parent 4734839f93
commit 79b6597459

View File

@@ -5,6 +5,7 @@ body {
font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
font-size: 16px;
color: @colorText;
-webkit-font-smoothing: antialiased;
}
a, a:visited {