@font-face {
    font-family: 'material icons';
    font-style: normal;
    font-weight: 400;
    src: url('materialicons-regular.eot'); /* for ie6-8 */
    src: local('material icons'),
    local('materialicons-regular'),
    url('materialicons-regular.woff2') format('woff2'),
    url('materialicons-regular.woff') format('woff'),
    url('materialicons-regular.ttf') format('truetype');
}

.material-icons {
    font-family: 'material icons';
    font-weight: normal;
    font-style: normal;
    /*font-size: 24px;*/  /* preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* support for all webkit browsers. */
    -webkit-font-smoothing: antialiased;
    /* support for safari and chrome. */
    text-rendering: optimizelegibility;

    /* support for firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* support for ie. */
    font-feature-settings: 'liga';
}
