@font-face {
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
src: url(../gfonts/materialicons/MaterialIcons-Regular.eot); /* For IE6-8 */
src: local('Material Icons'),
  local('MaterialIcons-Regular'),
  url(../gfonts/materialicons/MaterialIcons-Regular.woff2) format('woff2'),
  url(../gfonts/materialicons/MaterialIcons-Regular.woff) format('woff'),
  url(../gfonts/materialicons/MaterialIcons-Regular.ttf) format('truetype');
}
/* roboto-regular - latin */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: url(../gfonts/roboto/roboto-light.eot); /* For IE6-8 */
src: local('Roboto'), local('Roboto-Regular'),
    url('../gfonts/roboto/roboto-light.woff2') format('woff2'), /* Super Modern Browsers */
    url('../gfonts/roboto/roboto-light.woff') format('woff'), /* Modern Browsers */
    url('../gfonts/roboto/roboto-light.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../gfonts/roboto/roboto-light.svg#robotolight') format('svg');
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: url(../gfonts/roboto/roboto-regular.eot); /* For IE6-8 */
src: local('Roboto'), local('Roboto-Regular'),
    url('../gfonts/roboto/roboto-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../gfonts/roboto/roboto-regular.woff') format('woff'), /* Modern Browsers */
    url('../gfonts/roboto/roboto-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../gfonts/roboto/roboto-regular.svg#robotoregular') format('svg');
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
src: url(../gfonts/roboto/roboto-medium.eot); /* For IE6-8 */
src: local('Roboto'), local('Roboto-Regular'),
    url('../gfonts/roboto/roboto-medium.woff2') format('woff2'), /* Super Modern Browsers */
    url('../gfonts/roboto/roboto-medium.woff') format('woff'), /* Modern Browsers */
    url('../gfonts/roboto/roboto-medium.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../gfonts/roboto/roboto-regular.svg#robotoregular') format('svg');
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: local('Roboto'), local('Roboto-Regular'),
    url('../gfonts/roboto/roboto-bold.woff2') format('woff2'), /* Super Modern Browsers */
    url('../gfonts/roboto/roboto-bold.woff') format('woff'), /* Modern Browsers */
    url('../gfonts/roboto/roboto-bold.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../gfonts/roboto/roboto-bold.svg#robotobold') format('svg');
  }
.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';
}    
