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

[class^="twitter-"], [class*=" twitter-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'X' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.twitter-X:before {
  content: "\e900";
}
