Marc Kupietz | 5a336b6 | 2021-11-27 17:51:35 +0100 | [diff] [blame] | 1 | @import url('//code.cdn.mozilla.net/fonts/fira.css'); |
| 2 | @import url('//korap.ids-mannheim.de/font/libertinus.css'); |
| 3 | |
| 4 | h1, h2, h3, h4, h5, h6 { |
| 5 | font-family: 'Fira Sans',sans-serif; |
| 6 | line-height: 1.2; |
| 7 | font-weight: 500; |
| 8 | } |
| 9 | |
| 10 | .title, .subtitle { |
| 11 | text-transform: uppercase; |
| 12 | text-align: center; |
| 13 | } |
| 14 | |
| 15 | .date, .author { |
| 16 | text-align: center; |
| 17 | } |
| 18 | |
| 19 | body { |
| 20 | font-family: 'Fira Sans', sans-serif; |
| 21 | font-size: 18px; |
| 22 | font-weight: 400; |
| 23 | font-variant-ligatures: common-ligatures; |
Marc Kupietz | caee65f | 2021-12-07 10:29:56 +0100 | [diff] [blame^] | 24 | font-variant-numeric: tabular-nums; |
Marc Kupietz | 5a336b6 | 2021-11-27 17:51:35 +0100 | [diff] [blame] | 25 | } |
| 26 | |
Marc Kupietz | caee65f | 2021-12-07 10:29:56 +0100 | [diff] [blame^] | 27 | th { |
| 28 | color: rgb(246, 168, 0); |
| 29 | } |
Marc Kupietz | 5a336b6 | 2021-11-27 17:51:35 +0100 | [diff] [blame] | 30 | |
| 31 | p { |
| 32 | hyphens: auto; |
| 33 | text-align: justify; |
| 34 | overflow-wrap: break-word; |
| 35 | } |
| 36 | |
| 37 | .footnotes { |
| 38 | font-family: 'Fira Sans Condensed', sans-serif; |
| 39 | font-weight: 400; |
| 40 | font-size: 14px; |
| 41 | line-height: 1.5; |
| 42 | } |
| 43 | |
| 44 | #TOC > ul { |
| 45 | font-family: 'Fira Sans', sans-serif; |
| 46 | } |
| 47 | |
| 48 | .caption { |
| 49 | font-family: 'Fira Sans Condensed', sans-serif; |
| 50 | font-weight: 400; |
| 51 | font-size: 16px; |
| 52 | text-align: center; |
| 53 | } |