@font-face {
  font-family: 'font1';
  src: url('/wp-content/themes/blocksy-child/assets/fonts/font1.otf');
  font-display: swap;
}

@font-face {
  font-family: 'font2';
  src: url('/wp-content/themes/blocksy-child/assets/fonts/font2.otf');
  font-display: swap;
}

body {
  font-family: 'font1', sans-serif;
}