From fc09fef53c6b7133f1f135890699c89015a842fb Mon Sep 17 00:00:00 2001 From: Petko Bordjukov Date: Wed, 20 Aug 2014 14:52:34 +0300 Subject: [PATCH] Turn on kerning and ligatures --- styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/styles.css b/styles.css index 90ec64a..bdf2bfb 100644 --- a/styles.css +++ b/styles.css @@ -13,6 +13,7 @@ body, .reveal h5, .reveal h6 { font-family: "Roboto Condensed", tahoma, verdana, arial, sans-serif; + text-rendering: optimizeLegibility; } .reveal section img {