add font smoothing to installer

This commit is contained in:
Mads Rasmussen
2017-03-15 10:38:42 +01:00
parent 691c13d1e1
commit 9ee3471153
2 changed files with 8 additions and 0 deletions

View File

@@ -19,6 +19,8 @@ body {
line-height: @baseLineHeight;
color: @textColor;
background-color: @bodyBackground;
// better font rendering
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;

View File

@@ -40,6 +40,12 @@ body {
vertical-align: middle;
text-align: center;
// better font rendering
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
#logo{