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