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
Post a Comment