您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

fonts.css 3.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  1. /**************/
  2. /* HK GROTESK */
  3. /**************/
  4. @font-face {
  5. font-family: 'HK Grotesk';
  6. src: url('/deus/assets/fonts/HKGrotesk/HKGrotesk-Light.otf') format('opentype');
  7. font-weight: 300;
  8. font-style: normal;
  9. }
  10. @font-face {
  11. font-family: 'HK Grotesk';
  12. src: url('/deus/assets/fonts/HKGrotesk/HKGrotesk-LightItalic.otf') format('opentype');
  13. font-weight: 300;
  14. font-style: italic;
  15. }
  16. @font-face {
  17. font-family: 'HK Grotesk';
  18. src: url('/deus/assets/fonts/HKGrotesk/HKGrotesk-Regular.otf') format('opentype');
  19. font-weight: normal;
  20. font-style: normal;
  21. }
  22. @font-face {
  23. font-family: 'HK Grotesk';
  24. src: url('/deus/assets/fonts/HKGrotesk/HKGrotesk-RegularItalic.otf') format('opentype');
  25. font-weight: normal;
  26. font-style: italic;
  27. }
  28. @font-face {
  29. font-family: 'HK Grotesk';
  30. src: url('/deus/assets/fonts/HKGrotesk/HKGrotesk-Medium.otf') format('opentype');
  31. font-weight: 500;
  32. font-style: normal;
  33. }
  34. @font-face {
  35. font-family: 'HK Grotesk';
  36. src: url('/deus/assets/fonts/HKGrotesk/HKGrotesk-MediumItalic.otf') format('opentype');
  37. font-weight: 500;
  38. font-style: italic;
  39. }
  40. @font-face {
  41. font-family: 'HK Grotesk';
  42. src: url('/deus/assets/fonts/HKGrotesk/HKGrotesk-SemiBold.otf') format('opentype');
  43. font-weight: 600;
  44. font-style: normal;
  45. }
  46. @font-face {
  47. font-family: 'HK Grotesk';
  48. src: url('/deus/assets/fonts/HKGrotesk/HKGrotesk-SemiBoldItalic.otf') format('opentype');
  49. font-weight: 600;
  50. font-style: italic;
  51. }
  52. @font-face {
  53. font-family: 'HK Grotesk';
  54. src: url('/deus/assets/fonts/HKGrotesk/HKGrotesk-Bold.otf') format('opentype');
  55. font-weight: bold;
  56. font-style: normal;
  57. }
  58. @font-face {
  59. font-family: 'HK Grotesk';
  60. src: url('/deus/assets/fonts/HKGrotesk/HKGrotesk-BoldItalic.otf') format('opentype');
  61. font-weight: bold;
  62. font-style: italic;
  63. }
  64. /******************/
  65. /* PT ASTRA SERIF */
  66. /******************/
  67. @font-face {
  68. font-family: 'PT Astra Serif';
  69. src: url('/deus/assets/fonts/PTAstraSerif/PTAstraSerif-Regular.ttf') format('truetype');
  70. font-weight: normal;
  71. font-style: normal;
  72. }
  73. @font-face {
  74. font-family: 'PT Astra Serif';
  75. src: url('/deus/assets/fonts/PTAstraSerif/PTAstraSerif-RegularItalic.ttf') format('truetype');
  76. font-weight: normal;
  77. font-style: italic;
  78. }
  79. @font-face {
  80. font-family: 'PT Astra Serif';
  81. src: url('/deus/assets/fonts/PTAstraSerif/PTAstraSerif-Bold.ttf') format('truetype');
  82. font-weight: bold;
  83. font-style: normal;
  84. }
  85. @font-face {
  86. font-family: 'PT Astra Serif';
  87. src: url('/deus/assets/fonts/PTAstraSerif/PTAstraSerif-BoldItalic.ttf') format('truetype');
  88. font-weight: bold;
  89. font-style: italic;
  90. }
  91. /************/
  92. /* PT SERIF */
  93. /************/
  94. @font-face {
  95. font-family: 'PT Serif';
  96. src: url('/deus/assets/fonts/PTSerif/PTSerif-Regular.ttf') format('truetype');
  97. font-weight: normal;
  98. font-style: normal;
  99. }
  100. @font-face {
  101. font-family: 'PT Serif';
  102. src: url('/deus/assets/fonts/PTSerif/PTSerif-RegularItalic.ttf') format('truetype');
  103. font-weight: normal;
  104. font-style: italic;
  105. }
  106. @font-face {
  107. font-family: 'PT Serif';
  108. src: url('/deus/assets/fonts/PTSerif/PTSerif-Bold.ttf') format('truetype');
  109. font-weight: bold;
  110. font-style: normal;
  111. }
  112. @font-face {
  113. font-family: 'PT Serif';
  114. src: url('/deus/assets/fonts/PTSerif/PTSerif-BoldItalic.ttf') format('truetype');
  115. font-weight: bold;
  116. font-style: italic;
  117. }
  118. /********************/
  119. /* PT SERIF CAPTION */
  120. /********************/
  121. @font-face {
  122. font-family: 'PT Serif';
  123. src: url('/deus/assets/fonts/PTSerif/PTSerif-Caption-Regular.ttf') format('truetype');
  124. font-weight: normal;
  125. font-style: normal;
  126. }
  127. @font-face {
  128. font-family: 'PT Serif';
  129. src: url('/deus/assets/fonts/PTSerif/PTSerif-Caption-RegularItalic.ttf') format('truetype');
  130. font-weight: normal;
  131. font-style: italic;
  132. }