I can't seem to get my icons to display properly.
I have included the path like this:
<link href="material/vendors/material-icons/material-design-iconic-font.min.css" rel="stylesheet">
This is what I currently see:
But this is what I want to achieve:
Here's everything in my folder:
Can someone please help me figure out what I did wrong here?
Update
HTML
<ul class="main-menu">
<li class="active"><a href="/"><i class="md md-home"></i> Home</a></li>
<li><a href="/web-directory"><i class="md md-format-underline"></i> Web Directory </a></li>
</ul>