
@import './fonticon-codes.css';

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

.td {
  font-family: "fonticon";
  font-style: normal;
  font-weight: normal;
}

[class^="td-"]:before, [class*=" td-"]:before {
  font-family: "fonticon";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* Font smoothing. That was taken from TWBS 
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;*/

}
