Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  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. }