Skip to content

Commit e2cf8f1

Browse files
committed
fix(font): do not load font from remote
1 parent ed6952d commit e2cf8f1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import ReactDOM from 'react-dom'
66
import ReactGA from 'react-ga'
77
import { Provider } from 'react-redux'
88
import { NetworkContextName } from './constants'
9+
import 'inter-ui'
910
import './i18n'
1011
import App from './pages/App'
1112
import store from './state'

src/theme/index.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,6 @@ export const TYPE = {
168168
}
169169

170170
export const FixedGlobalStyle = createGlobalStyle`
171-
@import url('https://rsms.me/inter/inter.css');
172-
173171
html, input, textarea, button {
174172
font-family: 'Inter', sans-serif;
175173
letter-spacing: -0.018em;

0 commit comments

Comments
 (0)