PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Tuesday, November 15, 2022

[FIXED] How to use font icons in offline?

 November 15, 2022     laravel, laravel-6, vue.js, vuejs2, vuetify.js     No comments   

Issue

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.


Solution

You can install through npm using npm install @mdi/font -D. Check for more info Install Material Design Icons



Answered By - Senthurkumaran
Answer Checked By - Timothy Miller (PHPFixing Admin)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing