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

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

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

/* X (구. 트위터) */
.icon-icon_x:before {
  content: "\e900";
  color: inherit
}
