MediaWiki:Common.css: Difference between revisions

From Pressure Wiki
Content deleted Content added
heh
FUCK AROUND AND FIND OUT HEADERS GO!!!!
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=Roboto+Mono&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');


body {
body {
Line 7: Line 8:
font-style: normal;
font-style: normal;
font-size: 14px;
font-size: 14px;
}
.mw-body.h1, .mw-body.h2 {
font-family: "Roboto", sans-serif;
font-weight: 500;
font-style: normal;
}
}