/* 本地化的Noto Sans SC字体 */
@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/noto-sans-sc-v36-chinese-simplified-300.woff2') format('woff2'),
       url('../fonts/noto-sans-sc-v36-chinese-simplified-300.woff') format('woff');
}

@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/noto-sans-sc-v36-chinese-simplified-regular.woff2') format('woff2'),
       url('../fonts/noto-sans-sc-v36-chinese-simplified-regular.woff') format('woff');
}

@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/noto-sans-sc-v36-chinese-simplified-500.woff2') format('woff2'),
       url('../fonts/noto-sans-sc-v36-chinese-simplified-500.woff') format('woff');
}

@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/noto-sans-sc-v36-chinese-simplified-700.woff2') format('woff2'),
       url('../fonts/noto-sans-sc-v36-chinese-simplified-700.woff') format('woff');
}
