|
|
Line 1: |
Line 1: |
| /* CSS placed here will be applied to all skins */ | | /* Import a font from Google Fonts */ |
| | @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap'); |
|
| |
|
| | body, |
| | .mw-body { |
| | font-family: 'Inter', sans-serif !important; |
| | } |
|
| |
|
| /* @import url('https://fonts.googleapis.com/css?family=Libre+Baskerville|Oxygen'); */ | | /* Headings */ |
| @import url('https://fonts.googleapis.com/css2?family=Libre+Caslon+Text|Oxygen');
| | h1, h2, h3, h4, h5, h6 { |
| | | font-family: 'Inter', sans-serif !important; |
| /* @import url('https://fonts.googleapis.com/css?family=Merriweather|Roboto|Trocchi'); */
| | } |
| | |
| body {font-family: 'Libre Caslon Text', serif}
| |
| div#content h1, div#content h2, div#content h3, div#content h4 {font-family: 'Oxygen', sans-serif}
| |