Skip to content

Commit

Permalink
less ugly typeface
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklewisatx committed Nov 26, 2018
1 parent 01a4cdb commit c2ca4b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 23 deletions.
9 changes: 3 additions & 6 deletions src/components/layouts/default/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,7 @@ import styled from "styled-components";
const BodyWrapper = styled.div`
align-items: center;
justify-content: center;
h1,
h2,
h3,
h4 {
font-family: "Montserrat", sans-serif;
}
font-family: "Open Sans", sans-serif;
`;

const PageWrapper = styled.div`
Expand All @@ -26,6 +21,8 @@ const MainContentWrapper = styled.div`
margin: 3rem auto;
`;

// note we are passing in the Header component
// and rewriting it as a styled component
const HeaderWrapper = styled(Header)`
clear: both;
margin: 3rem auto;
Expand Down
17 changes: 0 additions & 17 deletions src/utils/typography.js

This file was deleted.

0 comments on commit c2ca4b8

Please sign in to comment.