font weight fix

This commit is contained in:
Arvind Tiwari 2018-02-23 21:01:27 +05:30
commit 175a8baee3
2 changed files with 3 additions and 2 deletions

View file

@ -364,7 +364,8 @@ section h2.section-heading {
margin-bottom: 15px;
font-size: 26px;
color: #494949;
letter-spacing: 0px;
letter-spacing: -1px;
font-weight: 400;
}
section h3.section-subheading {