fix: save the fonts locally

This commit is contained in:
Ahmad Abdolsaheb
2019-10-16 13:02:26 +03:00
committed by Kristofer Koishigawa
parent 927010fa10
commit 09eebd8598
26 changed files with 62 additions and 16 deletions

View File

@ -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 }) => {