/* Noto Sans SC */
@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 300;
  src: url('NotoSansSC-Light.ttf') format('truetype');
}
/* 添加其他字重 400/500/700 的声明 */

/* Playfair Display */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  src: url('PlayfairDisplay-Regular.ttf') format('truetype');
}
/* 添加其他字重 500/700 的声明 */