@font-face
{
    font-family: 'your smile';
  src: url('your smile.eot');
  src: url('your smile.eot?#') format('embedded-opentype'),
      url('your smile.woff') format('woff'),
      url('your smile.ttf') format('truetype');
}
