/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url("\"); /* IE9 Compat Modes */
  src: local('Roboto Light'), local('Roboto-Light'),
       url("\#iefix") format('embedded-opentype'), /* IE6-IE8 */
       url("\") format('woff2'), /* Super Modern Browsers */
       url("\") format('woff'), /* Modern Browsers */
       url("\") format('truetype'), /* Safari, Android, iOS */
       url("\#Roboto") format('svg'); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url("\"); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url("\#iefix") format('embedded-opentype'), /* IE6-IE8 */
       url("\") format('woff2'), /* Super Modern Browsers */
       url("\") format('woff'), /* Modern Browsers */
       url("\") format('truetype'), /* Safari, Android, iOS */
       url("\#Roboto") format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url("\"); /* IE9 Compat Modes */
  src: local('Roboto Bold'), local('Roboto-Bold'),
       url("\#iefix") format('embedded-opentype'), /* IE6-IE8 */
       url("\") format('woff2'), /* Super Modern Browsers */
       url("\") format('woff'), /* Modern Browsers */
       url("\") format('truetype'), /* Safari, Android, iOS */
       url("\#Roboto") format('svg'); /* Legacy iOS */
}
/* Material-icons */

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url("\"); For IE6-8
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url("\") format('woff2'),
       url("\") format('woff'),
       url("\") format('truetype');
}
