| Index: static/scss/base/_reset.scss | 
| =================================================================== | 
| --- a/static/scss/base/_reset.scss | 
| +++ b/static/scss/base/_reset.scss | 
| @@ -22,14 +22,15 @@ | 
| dl, dt, dd, ol, ul, li, | 
| fieldset, form, label, legend, | 
| table, caption, tbody, tfoot, thead, tr, th, td, | 
| article, aside, canvas, details, embed, | 
| figure, figcaption, footer, header, hgroup, | 
| menu, nav, section, summary, | 
| time, mark, audio, video | 
| { | 
| -	margin: 0; | 
| -	padding: 0; | 
| -	border: 0; | 
| -	font-size: 100%; | 
| -	vertical-align: baseline; | 
| -} | 
| +  margin: 0; | 
| +  padding: 0; | 
| +  border: 0; | 
| +  font-size: 100%; | 
| +  font-weight: 400; | 
| +  vertical-align: baseline; | 
| +} | 
|  |