diff --git a/docs/changelog.rst b/docs/changelog.rst index d3081f40..ddeb818e 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -17,6 +17,8 @@ Fixes Other Changes -------------- +* Modified native font stack (#612) + v0.3.0 ====== diff --git a/sass/_theme_rst.sass b/sass/_theme_rst.sass index 9293dc16..14844d58 100644 --- a/sass/_theme_rst.sass +++ b/sass/_theme_rst.sass @@ -76,7 +76,6 @@ white-space: pre margin: 0 padding: $base-line-height / 2 $base-line-height / 2 - font-family: $code-font-family display: block overflow: auto & .hll @@ -85,6 +84,7 @@ margin: 0 -1 * $base-line-height / 2 padding: 0 $base-line-height / 2 pre.literal-block, div[class^='highlight'] pre, .linenodiv pre + font-family: $code-font-family font-size: 12px line-height: normal