From 31cb2ba6a090e53c9b47eae7a0d8019acf1d1cd7 Mon Sep 17 00:00:00 2001 From: onyxserpent Date: Sat, 11 Oct 2014 01:26:08 -0700 Subject: [PATCH] Put the bold hack thing here. --- app/assets/stylesheets/themes/default/layout/_typography.scss | 1 + 1 file changed, 1 insertion(+) 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; }