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 -------------- 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