chore: Remove Lato

closes #1295
This commit is contained in:
Tom Moor 2020-07-01 21:40:34 -07:00
parent efcfda8398
commit 5dfa6a71a4
2 changed files with 0 additions and 6 deletions

Binary file not shown.

View File

@ -5,11 +5,6 @@ import { createGlobalStyle } from "styled-components";
export default createGlobalStyle`
${styledNormalize}
@font-face {
font-family: 'Lato';
src: url('/fonts/LatoLatin-Semibold.woff') format('woff');
}
* {
box-sizing: border-box;
}
@ -54,7 +49,6 @@ export default createGlobalStyle`
h4,
h5,
h6 {
font-family: 'Lato',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen, Ubuntu,Cantarell,'Open Sans','Helvetica Neue',sans-serif;
font-weight: 500;
line-height: 1.25;
margin-top: 1em;