Remove kerning

This commit is contained in:
Tankred Hase 2014-04-15 12:44:11 +02:00
parent 804e693c4d
commit 680ed6e0c3
2 changed files with 0 additions and 3 deletions

View File

@ -19,7 +19,6 @@ body {
line-height: $line-height-base;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-feature-settings: "kern";
height: 100%;
}
@ -33,7 +32,6 @@ textarea {
line-height: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-feature-settings: "kern";
}
// add space at the top since ios7 apps are now fullscreen

View File

@ -4,7 +4,6 @@
position: relative;
height: 100%;
width: 100%;
background: $color-grey-lighterer;
background-image: linear-gradient(to right ,$color-grey-lighterer 98%, darken($color-grey-lighterer, 1%) 100%);