Skip to content
This repository was archived by the owner on May 8, 2025. It is now read-only.

Commit 154cc25

Browse files
committed
fix(webfontloader): add missing mdi css
1 parent e5e55b0 commit 154cc25

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/@vuetify/presets/generator/templates/base/src/plugins/webfontloader.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,8 @@ WebFontLoader.load({
1111
google: {
1212
families: ['Roboto:100,300,400,500,700,900&display=swap'],
1313
},
14+
custom: {
15+
urls: ['https://cdn.jsdelivr.net/npm/@mdi/font@5.x/css/materialdesignicons.min.css'],
16+
timeout: 2000,
17+
},
1418
})

0 commit comments

Comments
 (0)