XenForo
Administrative
- Thread starter
- Admin
- #1
Can anyone help me out. I'm trying to get these material icons: Material Design Icons
to work as icons on headers and the footer and the sidebar using :before .css like:
Code:
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...
Read more
ادامه مطلب...
to work as icons on headers and the footer and the sidebar using :before .css like:
Code:
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...
Read more
ادامه مطلب...