[Vuejs]-How import mdi font to vuetify with vue and vuetify cdn?

1👍

Add this to your index.html between <head> tags:

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@mdi/font@latest/css/materialdesignicons.min.css" />

Leave a comment