fix: save the fonts locally
This commit is contained in:
committed by
Kristofer Koishigawa
parent
927010fa10
commit
09eebd8598
@ -6,9 +6,6 @@ import { createStore } from './src/redux/createStore';
|
||||
import AppMountNotifier from './src/components/AppMountNotifier';
|
||||
import layoutSelector from './utils/gatsby/layoutSelector';
|
||||
|
||||
require('typeface-lato');
|
||||
require('typeface-roboto-mono');
|
||||
|
||||
const store = createStore();
|
||||
|
||||
export const wrapRootElement = ({ element }) => {
|
||||
|
Reference in New Issue
Block a user