font.css 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. @font-face {
  2. font-family: 'Bicubik';
  3. src: url('../fonts/BicubikRegular.woff.ttf');
  4. font-weight: normal;
  5. font-style: normal;
  6. }
  7. /*AgencyFB常规*/
  8. @font-face {
  9. font-family: 'AgencyFB-Reg';
  10. src: url('../fonts/BarlowSemiCondensed-Regular.ttf');
  11. font-weight: normal;
  12. font-style: normal;
  13. }
  14. /*AgencyFB粗体*/
  15. @font-face {
  16. font-family: 'AgencyFB-Reg-Blod';
  17. src: url('../fonts/BarlowSemiCondensed-Bold.ttf');
  18. font-weight: normal;
  19. font-style: normal;
  20. }
  21. /*AgencyFB中体*/
  22. @font-face {
  23. font-family: 'AgencyFB-Reg-Medium';
  24. src: url('../fonts/BarlowSemiCondensed-Medium.ttf');
  25. font-weight: normal;
  26. font-style: normal;
  27. }
  28. /*AgencyFB细体*/
  29. @font-face {
  30. font-family: 'AgencyFB-Reg-Light';
  31. src: url('../fonts/BarlowSemiCondensed-Light.ttf');
  32. font-weight: normal;
  33. font-style: normal;
  34. }
  35. /*思源黑体*/
  36. @font-face{
  37. font-family: '思源黑体';
  38. src: url('../fonts/Source_Han_Sans_SC_Normal_Normal.otf');
  39. }
  40. @font-face{
  41. font-family: '思源黑体 ExtraLight';
  42. src: url('../fonts/Source_Han_Sans_SC_ExtraLight_ExtraLight.otf');
  43. }
  44. @font-face{
  45. font-family: '思源黑体 Light';
  46. src: url('../fonts/Source_Han_Sans_SC_Light_Light.otf');
  47. }
  48. @font-face{
  49. font-family: '思源黑体 Regular';
  50. src: url('../fonts/Source_Han_Sans_SC_Regular.otf');
  51. }
  52. @font-face{
  53. font-family: '思源黑体 Medium';
  54. src: url('../fonts/Source_Han_Sans_SC_Medium_Medium.otf');
  55. }
  56. @font-face{
  57. font-family: '思源黑体 Bold';
  58. src: url('../fonts/Source_Han_Sans_SC_Bold.otf');
  59. }
  60. @font-face{
  61. font-family: '思源黑体 Heavy';
  62. src: url('../fonts/Source_Han_Sans_SC_Heavy_Heavy.otf');
  63. }