diff --git a/static/css/style.css b/static/css/style.css index 533c477..629712b 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -80,6 +80,8 @@ h6, .h6 { #toctitle { font-size: 1.5rem; font-family: "Open Sans Condensed", "Roboto Condensed", "Pt Sans Narrow", "Oswald", "Georgia",Arial,sans-serif; + font-weight: 700; + line-height: 1.2; } p { @@ -330,11 +332,6 @@ pre, code, kbd, samp .navbar-brand { font-size: 1.75rem; } -.toctitle { - font-size: 1.5rem; - font-family: "Open Sans Condensed", "Roboto Condensed", "Pt Sans Narrow", "Oswald", "Georgia",Arial,sans-serif; -} - .page-header { padding-top: 20px; }