/* 定义字体 - bold */
@font-face {
  font-family: 'BYDFI';
  src: url('/server/static/fonts/bydfi-bold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
 
/* 定义字体 - medium */
@font-face {
  font-family: 'BYDFI';
  src: url('/server/static/fonts/bydfi-medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
 

/* 定义字体 - regular */
@font-face {
  font-family: 'BYDFI';
  src: url('/server/static/fonts/bydfi-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
