@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?oi2m76');
  src:  url('fonts/icomoon.eot?oi2m76#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?oi2m76') format('truetype'),
    url('fonts/icomoon.woff?oi2m76') format('woff'),
    url('fonts/icomoon.svg?oi2m76#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-history:before {
  content: "\e900";
}
.icon-gps_off:before {
  content: "\e901";
}
.icon-location_disabled:before {
  content: "\e901";
}
.icon-gps_fixed:before {
  content: "\e902";
}
.icon-my_location:before {
  content: "\e902";
}
.icon-language:before {
  content: "\e903";
}
.icon-view-show:before {
  content: "\e904";
}
.icon-view-hide:before {
  content: "\e905";
}
