Brandon K
Active member
Can anyone help me out. I'm trying to get these material icons: https://pictogrammers.github.io/@mdi/font/1.8.36/
to work as icons on headers and the footer and the sidebar using :before .css like:
But I can't seem to figure out what I'm doing wrong. I found in one thread here that said I needed to put:
<link href="https://fonts.googleapis.com/icon?family=Material+Icons"rel="stylesheet">
in the page container template, but I still can't seem to get the material icons to show.
Any help would be appreciated.
to work as icons on headers and the footer and the sidebar using :before .css like:
Code:
.block-minorHeader:before {
font-family: "Material Design Icons";
content: '\f20c';
}
But I can't seem to figure out what I'm doing wrong. I found in one thread here that said I needed to put:
<link href="https://fonts.googleapis.com/icon?family=Material+Icons"rel="stylesheet">
in the page container template, but I still can't seem to get the material icons to show.
Any help would be appreciated.