css - how to use own material design icons with materializecss? -


i need know how add own mdi icons in custom classes. provided mdi classes provided don't meet expectations.

how can add , use them default one

<i class="mdi-image-facebook"></i> <i class="mdi-image-linkedin"></i> 

thanks in advance

well, alternative solution provided website. it's include preety number of icons such social buttons.

http://materialdesignicons.com/getting-started

you have add css link icons , add them classes

<link href="css/materialdesignicons.min.css" media="all" rel="stylesheet" type="text/css" /> 

and

<i class="mdi mdi-facebook-box"></i>  <!-- facebook box --> 

Comments

Popular posts from this blog

javascript - oscilloscope of speaker input stops rendering after a few seconds -

javascript - gulp-nodemon - nodejs restart after file change - Error: listen EADDRINUSE events.js:85 -

Fatal Python error: Py_Initialize: unable to load the file system codec. ImportError: No module named 'encodings' -