MediaWiki:Common.css: Difference between revisions
Appearance
set up custom fonts |
(No difference)
|
Revision as of 11:50, 15 July 2025
/* CSS placed here will be applied to all skins */
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
.mw-body h1, .mw-body .mw-heading1, .mw-body-content h1, .mw-body-content .mw-heading1, .mw-body-content h2, .mw-body-content .mw-heading2 {
font-family: 'Playfair Display', serif;
font-weight: 400;
}
html, body {
font-family: 'IBM Plex Sans', sans-serif;
}