font.css 476 Bytes
Newer Older
qzhxx's avatar
qzhxx committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
@font-face {
  font-family: 'fSourceHanSansCN-Regular';
  src: url('~@/common/fonts/SourceHanSansCN-Regular.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SourceHanSansCN-Bold';
  src: url('~@/common/fonts/SourceHanSansCN-Bold.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SourceHanSansCN-Medium';
  src: url('~@/common/fonts/SourceHanSansCN-Medium.otf');
  font-weight: normal;
  font-style: normal;
}