@font-face {
  font-family: Jaro;
  src: url('Jaro-Regular.ttf');
}

@font-face {
  font-family: ObjectSans;
  src: url('ObjectSans-Heavy.otf');
  font-weight: bold;
}

 
@font-face {
  font-family: ObjectSans;
  src: url('ObjectSans-HeavySlanted.otf');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: ObjectSans;
  src: url('ObjectSans-Regular.otf');
  font-weight: normal;
}

 
@font-face {
  font-family: ObjectSans;
  src: url('ObjectSans-Slanted.otf');
  font-weight: normal;
  font-style: italic;
}