From de248e225c05bcd0ad978f4a7769637948814af8 Mon Sep 17 00:00:00 2001 From: Jesse Tan Date: Wed, 4 Jul 2018 10:12:36 +0200 Subject: [PATCH 1/2] Set line-height for conisitent look of Liberation Mono --- sass/_theme_rst.sass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sass/_theme_rst.sass b/sass/_theme_rst.sass index c124f1fe..458722c8 100644 --- a/sass/_theme_rst.sass +++ b/sass/_theme_rst.sass @@ -93,7 +93,7 @@ pre.literal-block, div[class^='highlight'] pre, .linenodiv pre font-family: $code-font-family font-size: 12px - line-height: normal + line-height: 1.4 @media print .codeblock, div[class^='highlight'], div[class^='highlight'] pre From 0455178ac312b68dc5de46317c26a8eefaa885af Mon Sep 17 00:00:00 2001 From: Jesse Tan Date: Wed, 4 Jul 2018 10:12:45 +0200 Subject: [PATCH 2/2] Update changelog --- docs/changelog.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 2921f32c..c0e433fe 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -13,6 +13,8 @@ New Features Fixes ----- +* Line height adjustments for Liberation Mono (#656) + Other Changes --------------