5 lines
131 B
TypeScript
5 lines
131 B
TypeScript
// defines the OpenSans font and processes the font files with Webpack
|
|
import '@assets/fonts/fonts.css';
|
|
|
|
export * from './theme';
|