feat(frontend): locally serve fonts and icons

This commit is contained in:
DCsunset 2020-07-18 01:32:02 -07:00
parent a7ecf4945f
commit 57f80e72fc
4 changed files with 22 additions and 1 deletions

View file

@ -33,6 +33,10 @@ export default {
** Global CSS
*/
css: [
// mdi font
'@mdi/font/css/materialdesignicons.css',
// main font
'typeface-open-sans/index.css'
],
/*
** Plugins to load before mounting the App
@ -95,6 +99,9 @@ export default {
** https://github.com/nuxt-community/vuetify-module
*/
vuetify: {
defaultAssets: false,
customVariables: ['~/assets/variables.scss'],
treeShake: true // to make customVariables work in dev
},
/*
** Build configuration