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

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