﻿/* public/fonts/fonts.css - 历史课件系统核心字体加载定义 */

@font-face {
  font-family: 'NotoSerifSC-Medium';
  src: url('./NotoSerifSC-Medium-Subset.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'MaShanZheng-Regular';
  src: url('./MaShanZheng-Regular-Subset.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PingFangSC-Regular';
  src: url('./PingFangSC-Regular.woff2') format('woff2'),
       local('PingFang SC'),
       local('Noto Sans SC');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'JetBrainsMono-Bold';
  src: url('./JetBrainsMono-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
