index.css 522 Bytes
@font-face {
  font-family: 'HelveticaWorld';
  src: url("./HelveticaWorld-Regular.ttf");
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaWorld';
  src: url("./HelveticaWorld-Bold.ttf");
  font-style: normal;
  font-weight: bold;
}

@font-face {
  font-family: 'HelveticaWorld';
  src: url("./HelveticaWorld-Italic.ttf");
  font-style: italic;
  font-weight: normal;
}

@font-face {
  font-family: 'HelveticaWorld';
  src: url("./HelveticaWorld-BoldItalic.ttf");
  font-style: italic;
  font-weight: bold;
}