From e2cf8f16426e34f0e502084297fbc09c3e642e1c Mon Sep 17 00:00:00 2001 From: Moody Salem Date: Tue, 30 Jun 2020 16:43:21 -0400 Subject: [PATCH] fix(font): do not load font from remote --- src/index.tsx | 1 + src/theme/index.tsx | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/index.tsx b/src/index.tsx index a5f6023952..6a591fa9a7 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -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' diff --git a/src/theme/index.tsx b/src/theme/index.tsx index edb1015481..058f1b8594 100644 --- a/src/theme/index.tsx +++ b/src/theme/index.tsx @@ -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;