/** pdf and htl designer use **/
@font-face {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Helvetica/Helvetica.ttf") format("truetype");
}

@font-face {
  font-family: "Helvetica";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/Helvetica/Helvetica-i.ttf") format("truetype");
}

/***bold***/
@font-face {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Helvetica/Helvetica-b.ttf") format("truetype");
}

@font-face {
  font-family: "Helvetica";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/Helvetica/Helvetica-bi.ttf") format("truetype");
}
/** pdf and htl designer use **/
