@font-face {
  font-family: 'youtube';
  src:  url('./font/youtube.eot?hcl7f5');
  src:  url('./font/youtube.eot?hcl7f5#iefix') format('embedded-opentype'),
    url('./font/youtube.ttf?hcl7f5') format('truetype'),
    url('./font/youtube.woff?hcl7f5') format('woff'),
    url('./font/youtube.svg?hcl7f5#youtube') 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;
}
