How to use font icons in offline?

Viewed 427

I'm currently using vuetify in my laravel app and it's working fine.

The vuetify is using material-design-icons based on this link, below codes they use these two links:

<link href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/@mdi/font@5.x/css/materialdesignicons.min.css" rel="stylesheet">

Now my question is how to do this in an offline way(just the font icons)? Is there an npm that we could use, and how to? Please help guys.

1 Answers
Related