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

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