Remove font antialiasing

This commit is contained in:
Abdullah Almsaeed 2016-12-11 16:00:04 -05:00
parent 6e2f5b0708
commit 53b904d946

View file

@ -11,8 +11,6 @@ body {
}
body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 400;
overflow-x: hidden;