1. @font-face {
  2. font-family: 'Helvetica';
  3. src: url('helvetica.eot');
  4. src: url('helvetica.eot?iefix') format('eot'),
  5. url('helvetica.woff') format('woff'),
  6. url('helvetica.ttf') format('truetype'),
  7. url('helvetica.svg#helvetica') format('svg');
  8. font-weight: normal;
  9. font-style: normal;
  10. }