| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- /**************/
- /* HK GROTESK */
- /**************/
-
- @font-face {
- font-family: 'HK Grotesk';
- src: url('/deus/assets/fonts/HKGrotesk/HKGrotesk-Light.otf') format('opentype');
- font-weight: 300;
- font-style: normal;
- }
-
- @font-face {
- font-family: 'HK Grotesk';
- src: url('/deus/assets/fonts/HKGrotesk/HKGrotesk-LightItalic.otf') format('opentype');
- font-weight: 300;
- font-style: italic;
- }
-
- @font-face {
- font-family: 'HK Grotesk';
- src: url('/deus/assets/fonts/HKGrotesk/HKGrotesk-Regular.otf') format('opentype');
- font-weight: normal;
- font-style: normal;
- }
-
- @font-face {
- font-family: 'HK Grotesk';
- src: url('/deus/assets/fonts/HKGrotesk/HKGrotesk-RegularItalic.otf') format('opentype');
- font-weight: normal;
- font-style: italic;
- }
-
- @font-face {
- font-family: 'HK Grotesk';
- src: url('/deus/assets/fonts/HKGrotesk/HKGrotesk-Medium.otf') format('opentype');
- font-weight: 500;
- font-style: normal;
- }
-
- @font-face {
- font-family: 'HK Grotesk';
- src: url('/deus/assets/fonts/HKGrotesk/HKGrotesk-MediumItalic.otf') format('opentype');
- font-weight: 500;
- font-style: italic;
- }
-
- @font-face {
- font-family: 'HK Grotesk';
- src: url('/deus/assets/fonts/HKGrotesk/HKGrotesk-SemiBold.otf') format('opentype');
- font-weight: 600;
- font-style: normal;
- }
-
- @font-face {
- font-family: 'HK Grotesk';
- src: url('/deus/assets/fonts/HKGrotesk/HKGrotesk-SemiBoldItalic.otf') format('opentype');
- font-weight: 600;
- font-style: italic;
- }
-
- @font-face {
- font-family: 'HK Grotesk';
- src: url('/deus/assets/fonts/HKGrotesk/HKGrotesk-Bold.otf') format('opentype');
- font-weight: bold;
- font-style: normal;
- }
-
- @font-face {
- font-family: 'HK Grotesk';
- src: url('/deus/assets/fonts/HKGrotesk/HKGrotesk-BoldItalic.otf') format('opentype');
- font-weight: bold;
- font-style: italic;
- }
|