Current section
Files
Jump to
Current section
Files
priv/lib-src/less/z.icons/core.less
.z-icon,
.fa-icon,
.md-icon {
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
display: inline-block;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
a&:hover {
text-decoration: none;
}
em {
display: none;
}
}
.z-icon {
font-family: @zFontFamily;
}
.fa-icon {
font-family: 'FontAwesome';
}
.md-icon {
font-family: 'Material Design Iconic Font';
}