1
0
mirror of https://github.com/SomboChea/ui synced 2026-01-19 17:46:12 +07:00

fix: correctly load font files - closes #128 (#134)

* fix: correctly load font files - closes #128

* Resolve issue with the moduleNameWrapper in Jest
This commit is contained in:
Daniel Ruf
2019-09-29 16:36:38 +02:00
committed by Juan Picado @jotadeveloper
parent ffc97c373c
commit f61913c2d3
3 changed files with 2 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ import Header from '../components/Header';
import { Container, Content } from '../components/Layout';
import RouterApp from '../router';
import API from '../utils/api';
import '../styles/typeface-roboto.css';
import 'typeface-roboto/index.css';
import '../utils/styles/global';
import 'normalize.css';
import Footer from '../components/Footer';