mirror of
https://github.com/DCsunset/taskwarrior-webui.git
synced 2025-08-21 04:43:06 +02:00
feat(frontend): locally serve fonts and icons
This commit is contained in:
parent
a7ecf4945f
commit
57f80e72fc
4 changed files with 22 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue