ui: tweak modular scale, move from oxygen to inter

This commit is contained in:
Jean-Philippe Sirois
2020-05-22 01:33:40 -04:00
parent 429197693b
commit 2d267a8064
6 changed files with 24 additions and 18 deletions
+2
View File
@@ -1,6 +1,7 @@
import { Link } from "gatsby"
import Particles from "react-particles-js"
import styled, { css } from "styled-components"
import { fontFamily } from "../../design/typography"
import TPHLogo from "../../images/tph-logo.svg"
export const HomeWrapper = styled.header`
@@ -24,6 +25,7 @@ export const TitleWrapper = styled.div`
export const Title = styled.h1`
margin: 0;
font-family: ${fontFamily.header};
font-weight: 700;
font-size: 88px;
text-transform: uppercase;