@font-face {
  font-family: 'clock';
  src:  url('fonts/clock.eot?dszhdm');
  src:  url('fonts/clock.eot?dszhdm#iefix') format('embedded-opentype'),
    url('fonts/clock.ttf?dszhdm') format('truetype'),
    url('fonts/clock.woff?dszhdm') format('woff'),
    url('fonts/clock.svg?dszhdm#clock') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-clock"], [class*=" icon-clock"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'clock' !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-clockclock:before {
  content: "\e900";
}
