feat: add fonts locally
This commit is contained in:
committed by
Kristofer Koishigawa
parent
adef6950c2
commit
e6d55fd086
@ -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 }) => {
|
||||
|
Reference in New Issue
Block a user