Newer
Older
DH_Apicture / src / assets / styles / font.scss
@zhangqy zhangqy 27 days ago 561 bytes first commit
@font-face {
  font-family: 'PangMenZhengDao';
  src: url('../font/pangmenzhengdao.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SourceHanSansCN-Bold';
  src: url('../font/SourceHanSansCN-Bold.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SourceHanSansCN-Regular';
  src: url('../font/SourceHanSansCN-Regular.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DINPro';
  src: url('../font/DINPro-Bold.otf');
  font-weight: normal;
  font-style: normal;
}