feat: add fonts locally

This commit is contained in:
Ahmad Abdolsaheb
2019-10-12 17:33:23 +03:00
committed by Kristofer Koishigawa
parent adef6950c2
commit e6d55fd086
4 changed files with 39 additions and 79 deletions

View File

@ -6,6 +6,9 @@ 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 }) => {