diff --git a/administrator/templates/isis/css/template-rtl.css b/administrator/templates/isis/css/template-rtl.css index 285a8ad528da3..f2dc66ab3c11a 100644 --- a/administrator/templates/isis/css/template-rtl.css +++ b/administrator/templates/isis/css/template-rtl.css @@ -8551,6 +8551,12 @@ body.modal-open { .popover-content { min-height: 33px; } +.lead, +.navbar .brand, +.hero-unit, +.hero-unit .lead { + font-weight: 400; +} .pull-right { float: left; } diff --git a/administrator/templates/isis/css/template.css b/administrator/templates/isis/css/template.css index 438c42c80f9d4..4a62aa4c3577a 100644 --- a/administrator/templates/isis/css/template.css +++ b/administrator/templates/isis/css/template.css @@ -8551,3 +8551,9 @@ body.modal-open { .popover-content { min-height: 33px; } +.lead, +.navbar .brand, +.hero-unit, +.hero-unit .lead { + font-weight: 400; +} diff --git a/administrator/templates/isis/less/template.less b/administrator/templates/isis/less/template.less index c17503cd3a0a2..80ca6d9433c38 100644 --- a/administrator/templates/isis/less/template.less +++ b/administrator/templates/isis/less/template.less @@ -1635,4 +1635,9 @@ body.modal-open { /* Popover minimum height - overwrite bootstrap default */ .popover-content { min-height: 33px; +} + +/* Overrid font-weight 200 */ +.lead, .navbar .brand, .hero-unit, .hero-unit .lead { + font-weight: 400; } \ No newline at end of file