Add roboto font
This commit is contained in:
+5
-1
@@ -9,7 +9,11 @@ import {grey, green, red} from '@mui/material/colors'
|
|||||||
import NProgress from 'nprogress'
|
import NProgress from 'nprogress'
|
||||||
import createEmotionCache from '../lib/create-emotion-cache'
|
import createEmotionCache from '../lib/create-emotion-cache'
|
||||||
|
|
||||||
import '../styles/nprogress.css' // eslint-disable-line import/extensions
|
import '@fontsource/roboto/300.css'
|
||||||
|
import '@fontsource/roboto/400.css'
|
||||||
|
import '@fontsource/roboto/500.css'
|
||||||
|
import '@fontsource/roboto/700.css'
|
||||||
|
import '../styles/nprogress.css'
|
||||||
|
|
||||||
import SwitchTheme from '../components/switch-theme'
|
import SwitchTheme from '../components/switch-theme'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user