/* Helvetica */
@font-face {
  font-family: 'Helvetica';
  font-style: normal;
  src: url('helvetica.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('helvetica.woff') format('woff'), /* Modern Browsers */
       url('helvetica.ttf') format('truetype'), /* Safari, Android, iOS */
       url('helvetica.svg#Helvetica') format('svg'); /* Legacy iOS */
}