font.scss 453 Bytes
Newer Older
乐宝呗666's avatar
乐宝呗666 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
@font-face {
  font-family: 'PingFang-SC-Bold';
  src: url('~@/assets/style/font/PingFang-SC-Bold.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'PingFang-SC';
  src: url('~@/assets/style/font/PingFang-SC.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PingFang-SC-Regular';
  src: url('~@/assets/style/font/PingFang-SC-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}