MediaWiki:Common.css: Difference between revisions

From Pressure Wiki
Content added Content deleted
(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;
}
}

Revision as of 02:14, 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;
  font-weight: 500;
  font-style: normal;
}