MediaWiki:Common.css: Difference between revisions

From Pressure Wiki
Content added Content deleted
(FUCK AROUND AND FIND OUT HEADERS GO!!!!)
No edit summary
Line 8: Line 8:
font-style: normal;
font-style: normal;
font-size: 14px;
font-size: 14px;

}
}
.mw-body.h1, .mw-body.h2 {
.mw-body.h1, .mw-body.h2 {
font-family: "Roboto", sans-serif;
font-family: "Roboto", sans-serif !important;
font-weight: 500;
font-weight: 500;
font-style: normal;
font-style: normal;

}
}

Revision as of 02:33, 6 June 2024

/* 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:wght@500&display=swap');

body {
  font-family: "Roboto Mono", monospace;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;

}
.mw-body.h1, .mw-body.h2 {
  font-family: "Roboto", sans-serif !important;
  font-weight: 500;
  font-style: normal;

}