@font-face {
    font-family: 'entypo';
    src: url('../font/entypo/entypo.eot');
    src: url('../font/entypo/entypo.eot?#iefix') format('embedded-opentype'),
         url('../font/entypo/entypo.woff') format('woff'),
         url('../font/entypo/entypo.ttf') format('truetype'),
         url('../font/entypo/entypo.svg#entyporegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.entypo{
  display: inline-block;
  font: normal normal normal 14px/1 entypo;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  font-size: 30px;
  margin-bottom:2px;
  margin-right: 2px;
}
