@font-face {
    font-family: "Material Icons";
    font-style: normal;
    font-weight: 400;
    /* src: url(Normal/MaterialIcons-Regular.eot); For IE6-8 */
    src: local("MaterialIcons-Regular"),
        url(Normal/MaterialIcons-Regular.woff2) format("woff2"),
        url(Normal/MaterialIcons-Regular.woff) format("woff"),
        url(Normal/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";
}

@font-face {
    font-family: "Material Icons Outlined";
    font-style: normal;
    font-weight: 400;
    /* src: url(Normal/MaterialIcons-Regular.eot); For IE6-8 */
    src: local("MaterialIconsOutlined-Regular"),
      url(Outlined/MaterialIconsOutlined-Regular.woff2) format("woff2"),
      url(Outlined/MaterialIconsOutlined-Regular.woff) format("woff"),
      url(Outlined/MaterialIconsOutlined-Regular.otf) format("opentype");
}

.material-icons-outlined {
    font-family: "Material Icons Outlined";
    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";
}

@font-face {
    font-family: "Material Icons Round";
    font-style: normal;
    font-weight: 400;
    /* src: url(Normal/MaterialIcons-Regular.eot); For IE6-8 */
    src: local("MaterialIconsRound-Regular"),
        url(Round/MaterialIconsRound-Regular.woff2) format("woff2"),
        url(Round/MaterialIconsRound-Regular.woff) format("woff"),
        url(Round/MaterialIconsRound-Regular.otf) format("opentype");
}

.material-icons-round {
    font-family: "Material Icons Round";
    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";
}

@font-face {
    font-family: "Material Icons Sharp";
    font-style: normal;
    font-weight: 400;
    /* src: url(Normal/MaterialIcons-Regular.eot); For IE6-8 */
    src: local("MaterialIconsSharp-Regular"),
        url(Sharp/MaterialIconsSharp-Regular.woff2) format("woff2"),
        url(Sharp/MaterialIconsSharp-Regular.woff) format("woff"),
        url(Sharp/MaterialIconsSharp-Regular.otf) format("opentype");
}

.material-icons-sharp {
    font-family: "Material Icons Sharp";
    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";
}

@font-face {
    font-family: "Material Icons Twotone";
    font-style: normal;
    font-weight: 400;
    /* src: url(Normal/MaterialIcons-Regular.eot); For IE6-8 */
    src: local("Material Icons"), local("MaterialIconsTwoTone-Regular"),
        url(Twotone/MaterialIconsTwoTone-Regular.woff2) format("woff2"),
        url(Twotone/MaterialIconsTwoTone-Regular.woff) format("woff"),
        url(Twotone/MaterialIconsTwoTone-Regular.otf) format("opentype");
}

.material-icons-twotone {
    font-family: "Material Icons Twotone";
    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";
}
