nuxt vuetify google fonts undefined

Solutions on MaxInterview for nuxt vuetify google fonts undefined by the best coders in the world

showing results for - "nuxt vuetify google fonts undefined"
Adil
17 Mar 2019
1// In nuxt.config.js
2vuetify: {
3  // Other config ...
4   defaultAssets: {
5      font: {
6        family: 'Verdana', // Here you can override default font
7      },
8    },
9}