perf(dashboard): subset MDI icon font and self-host Google Fonts (#6532)

* perf(dashboard): subset MDI icon font and self-host Google Fonts

* perf(dashboard): subset MDI icon font and self-host Google Fonts

* perf(dashboard): subset MDI icon font and self-host Google Fonts

* perf(dashboard): subset MDI icon font cr fix

* chore: update lockfile
This commit is contained in:
camera-2018
2026-03-18 16:32:19 +08:00
committed by GitHub
parent 412e2e07cc
commit 4e5587998b
9 changed files with 1914 additions and 27 deletions

View File

@@ -1,5 +1,5 @@
import { createVuetify } from 'vuetify';
import '@mdi/font/css/materialdesignicons.css';
import '@/assets/mdi-subset/materialdesignicons-subset.css';
import * as components from 'vuetify/components';
import * as directives from 'vuetify/directives';
import { PurpleTheme } from '@/theme/LightTheme';