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

[class^="smile-"], [class*=" smile-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !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;
}

.smile-happy:before {
  content: "\e9e0";
}
.smile-smile:before {
  content: "\e9e2";
}
.smile-tongue:before {
  content: "\e9e4";
}
.smile-sad:before {
  content: "\e9e6";
}
.smile-wink:before {
  content: "\e9e8";
}
