fix(font): do not load font from remote

This commit is contained in:
Moody Salem 2020-06-30 16:43:21 -04:00
parent ed6952d1f7
commit e2cf8f1642
No known key found for this signature in database
GPG Key ID: 8CB5CD10385138DB
2 changed files with 1 additions and 2 deletions

@ -6,6 +6,7 @@ import ReactDOM from 'react-dom'
import ReactGA from 'react-ga'
import { Provider } from 'react-redux'
import { NetworkContextName } from './constants'
import 'inter-ui'
import './i18n'
import App from './pages/App'
import store from './state'

@ -168,8 +168,6 @@ export const TYPE = {
}
export const FixedGlobalStyle = createGlobalStyle`
@import url('https://rsms.me/inter/inter.css');
html, input, textarea, button {
font-family: 'Inter', sans-serif;
letter-spacing: -0.018em;