﻿

@font-face {
  font-family: "twitter-icon";
  src:url("../font/twitter-icon.eot");
  src:url("../font/twitter-icon.eot") format("embedded-opentype"),
    url("../font/twitter-icon.woff") format("woff"),
    url("../font/twitter-icon.ttf") format("truetype"),
    url("../font/twitter-icon.svg") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "twitter-icon" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="twitter-icon-"]:before,
[class*=" twitter-icon-"]:before {
  font-family: "twitter-icon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.twitter-icon-x-twitter:before {
  content: "\61";
}
