Skip to content

Commit

Permalink
fix(FAQ): font weight
Browse files Browse the repository at this point in the history
  • Loading branch information
plondon committed May 15, 2018
1 parent 9a4f819 commit 9a3e395
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const Wrapper = styled.div`
display: ${props => props.toggled ? 'flex' : 'none'};
width: 100%;
font-family: 'Montserrat', Helvetica, sans-serif;
font-weight: 250;
font-weight: 300;
font-size: 13px;
padding: 5px 0;
color: ${props => props.theme['gray-5']};
Expand Down

0 comments on commit 9a3e395

Please sign in to comment.