@charset "UTF-8";

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

[class^="entypo-"], [class*=" entypo-"] {
  font-family: entypo;
  font-style: normal;

  /* font-size: 14px; */

  display: inline-block;
  width: 1.1em;
  margin-right: .1em;
  text-align: center;
}

.entypo-export:before { content: "\e715"; } /* '\e715' */
.entypo-paper-plane:before { content: "\e79b"; } /* '\e79b' */
.entypo-twitter:before { content: "\f309"; } /* '\f309' */
.entypo-facebook:before { content: "\f30c"; } /* '\f30c' */
.entypo-gplus:before { content: "\f30f"; } /* '\f30f' */
.entypo-pinterest:before { content: "\f312"; } /* '\f312' */
