/* fallback */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(font.woff?v2) format('woff');
    /*src: url(font.eot) format('eot');*/
    /*src: url(font.ttf) format('truetype');*/
    /*src: url(font.woff) format('woff');*/
    /*src: url(font.woff2) format('woff2');*/
    /*src: url(font.eot);
    src: url(font.eot?#iefix) format('embedded-opentype'),url(font.woff2) format('woff2'),url(font.woff) format('woff'),url(font.ttf) format('truetype'),url(font.svg#glyphicons_halflingsregular) format('svg');*/
    /*src: url(font.woff2) format('woff2');*/
    /*src: local('Material Icons'), local('MaterialIcons-Regular'), url(font.woff2) format('woff2'), url(font.woff) format('woff'), url(font.ttf) format('truetype');*/
    /*src: url(font.woff2) format('woff2'), url('font.woff') format('woff'), url('font.ttf') format('truetype');*/
}

.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;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
    /*-webkit-font-smoothing: antialiased;
    
    -moz-osx-font-smoothing: grayscale;
    
    -webkit-font-smoothing: antialiased;
    
    text-rendering: optimizeLegibility;*/
}
