| @@ -71,84 +71,3 @@ | |||
| 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; | |||
| } | |||