Add icon class to fix #1468

This commit is contained in:
Surma 2015-08-27 15:59:11 +01:00
parent 750e20ca69
commit e2d090e58d

View File

@ -295,3 +295,18 @@
.mdl-typography--font-black {
font-weight: 900 !important;
}
.material-icons {
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
font-size: 24px;
line-height: 1;
letter-spacing: normal;
text-transform: none;
display: inline-block;
word-wrap: normal;
font-feature-settings: 'liga';
-webkit-font-feature-settings: 'liga';
-webkit-font-smoothing: antialiased;
}