Newer
Older
DH_Apicture / src / assets / styles / font.scss
@zhangqy zhangqy on 29 Nov 561 bytes first commit
  1. @font-face {
  2. font-family: 'PangMenZhengDao';
  3. src: url('../font/pangmenzhengdao.ttf');
  4. font-weight: normal;
  5. font-style: normal;
  6. }
  7.  
  8. @font-face {
  9. font-family: 'SourceHanSansCN-Bold';
  10. src: url('../font/SourceHanSansCN-Bold.otf');
  11. font-weight: normal;
  12. font-style: normal;
  13. }
  14. @font-face {
  15. font-family: 'SourceHanSansCN-Regular';
  16. src: url('../font/SourceHanSansCN-Regular.otf');
  17. font-weight: normal;
  18. font-style: normal;
  19. }
  20. @font-face {
  21. font-family: 'DINPro';
  22. src: url('../font/DINPro-Bold.otf');
  23. font-weight: normal;
  24. font-style: normal;
  25. }