/* Sample font-face for poppins webfont */

@font-face {
  font-family: 'Janson Text LT Pro 75 Bold';
  src: url('Janson/Janson-Bold.ttf');
}

@font-face {
  font-family: 'Janson Text LT Pro 55 Roman';
  src: url('Janson/Janson-Roman.ttf');
}

@font-face {
  font-family: 'Janson Text LT Pro 56 Italic';
  src: url('Janson/Janson-Italic.ttf');
}

@font-face {
  font-family: 'Janson Text LT Pro 76 Bold Italic';
  src: url('Janson/Janson-Bold-Italic.ttf');
}
