From: bjornerik Date: Sat, 26 Oct 2013 19:43:59 +0000 (+0200) Subject: Issue #167: Set @headings-font-weight to hard coded "bold" font-weights in Journal X-Git-Tag: v3.0.1~1^2 X-Git-Url: http://git.roojs.org/?p=bootswatch;a=commitdiff_plain;h=8b52054febf0ca788ba93c09eab61cd5ee2282ff Issue #167: Set @headings-font-weight to hard coded "bold" font-weights in Journal --- diff --git a/journal/bootswatch.less b/journal/bootswatch.less index be2021d..661fab0 100644 --- a/journal/bootswatch.less +++ b/journal/bootswatch.less @@ -10,13 +10,13 @@ border-bottom: 2px solid @gray-lighter; font-size: 18px; font-family: @font-family-sans-serif; - font-weight: bold; + font-weight: @headings-font-weight; color: #000; } .navbar-brand { font-size: 18px; - font-weight: bold; + font-weight: @headings-font-weight; text-transform: uppercase; } @@ -26,7 +26,7 @@ h1, h2, h3, h4, h5, h6 { font-family: @font-family-sans-serif; - font-weight: bold; + font-weight: @headings-font-weight; color: #000; } @@ -90,7 +90,7 @@ h1, h2, h3, h4, h5, h6 { h1, h2, h3, h4, h5, h6 { font-family: @font-family-sans-serif; - font-weight: bold; + font-weight: @headings-font-weight; color: #000; } } \ No newline at end of file