@font-face {
  font-family: 'grid-font';
  src:  url('fonts/grid-font.eot?e9fn7t');
  src:  url('fonts/grid-font.eot?e9fn7t#iefix') format('embedded-opentype'),
    url('fonts/grid-font.ttf?e9fn7t') format('truetype'),
    url('fonts/grid-font.woff?e9fn7t') format('woff'),
    url('fonts/grid-font.svg?e9fn7t#grid-font') 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: 'grid-font' !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-grid:before {
  content: "\e900";
}
