@font-face {
  font-family: helvetica;
  src: url('helvetica.ttf') format('truetype');
  font-style: normal;

}

body {

   color: black;
  font-family: "helvetica";;
}
