diff --git a/frappe/public/css/website.css b/frappe/public/css/website.css index 45d8504fa5..6f2ce80f87 100644 --- a/frappe/public/css/website.css +++ b/frappe/public/css/website.css @@ -380,7 +380,7 @@ h3, h4, h5, h6 { - font-weight: 400 !important; + font-weight: 400; } .navbar-brand { max-width: none; diff --git a/frappe/public/less/website.less b/frappe/public/less/website.less index cc539f803a..28f0acf6b6 100644 --- a/frappe/public/less/website.less +++ b/frappe/public/less/website.less @@ -19,7 +19,7 @@ a& { } h1, h2, h3, h4, h5, h6 { - font-weight: 400 !important; + font-weight: 400; }