diff --git a/app/assets/stylesheets/themes/default/layout/_typography.scss b/app/assets/stylesheets/themes/default/layout/_typography.scss index d3bb484..2352440 100644 --- a/app/assets/stylesheets/themes/default/layout/_typography.scss +++ b/app/assets/stylesheets/themes/default/layout/_typography.scss @@ -10,6 +10,7 @@ body { font-family: $base-font-family; font-size: $base-font-size; -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; line-height: $base-line-height; }