Created
July 11, 2018 20:17
-
-
Save wwwhatley/5c55d8bf99d79a62105452b3372cd270 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import styled from 'styled-components'; | |
const Title = styled.h1` | |
font-family: 'Raleway', sans-serif; | |
font-weight: 600; | |
color: #4d4d4d; | |
font-size: 2.2em; | |
`; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment