  

@font-face {
  font-family: 'Playfair Display';
  src: url('/themes/theme1/fonts/playfair.ttf');
  src: url('/themes/theme1/fonts/playfair.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Playfair Display';
  src: url('/themes/theme1/fonts/playfair.otf');
  src: url('/themes/theme1/fonts/playfair.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Playfair Display';
  src: url('/themes/theme1/fonts/playfair.woff');
  src: url('/themes/theme1/fonts/playfair.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Playfair Display';
  src: url('/themes/theme1/fonts/playfair.woff2');
  src: url('/themes/theme1/fonts/playfair.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}