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