diff --git a/docs/pages/_app.js b/docs/pages/_app.js index 3e8b899fc84aa2..980d77daf87d14 100644 --- a/docs/pages/_app.js +++ b/docs/pages/_app.js @@ -33,10 +33,13 @@ import NextHead from 'next/head'; import { useRouter } from 'next/router'; import PropTypes from 'prop-types'; import * as React from 'react'; + import * as config from '../config'; import '../public/static/components-gallery/base-theme.css'; import './global.css'; +export { fontClasses } from '@mui/docs/nextFonts'; + // Remove the license warning from demonstration purposes LicenseInfo.setLicenseKey(process.env.NEXT_PUBLIC_MUI_LICENSE);