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

.icon-youtube:before {
  content: "\ea9d";
   /* use !important to prevent issues with browser extensions that change fonts */
   font-family: 'youtube' !important;
   speak: none;
   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;
}