Skip to content

Instantly share code, notes, and snippets.

@wwwhatley
Created July 11, 2018 20:17
Show Gist options
  • Save wwwhatley/5c55d8bf99d79a62105452b3372cd270 to your computer and use it in GitHub Desktop.
Save wwwhatley/5c55d8bf99d79a62105452b3372cd270 to your computer and use it in GitHub Desktop.
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