|
|
Line 1: |
Line 1: |
| /* CSS placed here will be applied to all skins */ | | /* CSS placed here will be applied to all skins */ |
|
| |
| @import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Noto+Serif:wght@400;700&display=swap');
| |
|
| |
| /* overall style */
| |
| html, body {
| |
| font-family: 'Noto Sans', sans-serif;
| |
| }
| |
|
| |
| .mw-body h1, .mw-body-content h1, .mw-body-content h2 {
| |
| font-family: 'Noto Serif', serif;
| |
| }
| |
|
| |
|
| /* IPA */ | | /* IPA */ |