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

.icon {
    font-family: 'red';
    font-weight: 400;
    text-transform: none;
    font-style: normal;
}