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

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: 'iconography';
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'iconography';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-twitter, .icon-instagram, .icon-facebook, .icon-tumblr, .icon-youtube {
  font-family: 'iconography';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.icon-twitter:before {
  content: "\e002";
}
.icon-instagram:before {
  content: "\e003";
}
.icon-facebook:before {
  content: "\e000";
}
.icon-tumblr:before {
  content: "\e001";
}
.icon-youtube:before {
  content: "\e004";
}
