diff --git a/public/fonts/LatoLatin-Semibold.woff b/public/fonts/LatoLatin-Semibold.woff deleted file mode 100644 index 5e228979..00000000 Binary files a/public/fonts/LatoLatin-Semibold.woff and /dev/null differ diff --git a/shared/styles/globals.js b/shared/styles/globals.js index 9d6c1a35..70cbd8e5 100644 --- a/shared/styles/globals.js +++ b/shared/styles/globals.js @@ -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;