MediaWiki:Common.css: Difference between revisions
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
Line 8: | Line 8: | ||
} | } | ||
h1, h2, h3 { | .nw-body-content h1, h2, h3 { | ||
font-family: "Playfair Display"; | font-family: "Playfair Display"; | ||
} | } |
Revision as of 20:01, 14 September 2023
/* CSS placed here will be applied to all skins */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital@0;1&family=Rubik&display=swap');
body.page-Main_Page li#ca-talk { display: none !important; }
body {
font-family: "Rubik";
}
.nw-body-content h1, h2, h3 {
font-family: "Playfair Display";
}