/* 字体定义文件 */

/* 鸿蒙字体 - 系统默认字体 */
@font-face {
  font-family: 'HarmonyOS_SansSC_Medium';
  src: url('./HarmonyOS_SansSC_Medium.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'HarmonyOS_SansSC_Semibold';
  src: url('./HarmonyOS_SansSC_Semibold.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'HarmonyOS_SansSC_Bold';
  src: url('./HarmonyOS_SansSC_Bold.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}


