| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154 |
- /**************/
- /* 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;
- }
- /******************/
- /* PT ASTRA SERIF */
- /******************/
-
- @font-face {
- font-family: 'PT Astra Serif';
- src: url('/deus/assets/fonts/PTAstraSerif/PTAstraSerif-Regular.ttf') format('truetype');
- font-weight: normal;
- font-style: normal;
- }
-
- @font-face {
- font-family: 'PT Astra Serif';
- src: url('/deus/assets/fonts/PTAstraSerif/PTAstraSerif-RegularItalic.ttf') format('truetype');
- font-weight: normal;
- font-style: italic;
- }
-
- @font-face {
- font-family: 'PT Astra Serif';
- src: url('/deus/assets/fonts/PTAstraSerif/PTAstraSerif-Bold.ttf') format('truetype');
- font-weight: bold;
- font-style: normal;
- }
-
- @font-face {
- font-family: 'PT Astra Serif';
- src: url('/deus/assets/fonts/PTAstraSerif/PTAstraSerif-BoldItalic.ttf') format('truetype');
- font-weight: bold;
- font-style: italic;
- }
- /************/
- /* PT SERIF */
- /************/
-
- @font-face {
- font-family: 'PT Serif';
- src: url('/deus/assets/fonts/PTSerif/PTSerif-Regular.ttf') format('truetype');
- font-weight: normal;
- font-style: normal;
- }
-
- @font-face {
- font-family: 'PT Serif';
- src: url('/deus/assets/fonts/PTSerif/PTSerif-RegularItalic.ttf') format('truetype');
- font-weight: normal;
- font-style: italic;
- }
-
- @font-face {
- font-family: 'PT Serif';
- src: url('/deus/assets/fonts/PTSerif/PTSerif-Bold.ttf') format('truetype');
- font-weight: bold;
- font-style: normal;
- }
-
- @font-face {
- font-family: 'PT Serif';
- src: url('/deus/assets/fonts/PTSerif/PTSerif-BoldItalic.ttf') format('truetype');
- font-weight: bold;
- font-style: italic;
- }
-
- /********************/
- /* PT SERIF CAPTION */
- /********************/
-
- @font-face {
- font-family: 'PT Serif';
- src: url('/deus/assets/fonts/PTSerif/PTSerif-Caption-Regular.ttf') format('truetype');
- font-weight: normal;
- font-style: normal;
- }
-
- @font-face {
- font-family: 'PT Serif';
- src: url('/deus/assets/fonts/PTSerif/PTSerif-Caption-RegularItalic.ttf') format('truetype');
- font-weight: normal;
- font-style: italic;
- }
|