From 86b05d8f285ac1702d59c4d59d76968ef508380d Mon Sep 17 00:00:00 2001 From: "Collin J. Doering" Date: Mon, 19 Jan 2015 23:40:37 -0500 Subject: [PATCH] Fixed rendering of source code Commit cd5ae7b65204b9cd565cd201bb98e686d3f552b9 (the switch to clay) introduced a error rendering source code in posts. Signed-off-by: Collin J. Doering --- clay/Main.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/clay/Main.hs b/clay/Main.hs index 87b4974..134bfaf 100644 --- a/clay/Main.hs +++ b/clay/Main.hs @@ -104,7 +104,6 @@ theElements = do fontSize (px 14) lineHeight (px 21) fontFamily ["FreeMono"] [monospace] - textRendering optimizeLegibility h1 <> h2 <> h3 <> h4 <> h5 <> h6 ? fontFamily ["FreeMono"] [monospace]