MediaWiki:Common.css: Difference between revisions

From Pressure Wiki
Content deleted Content added
No edit summary
No edit summary
Line 13: Line 13:
font-family: "Roboto", sans-serif !important;
font-family: "Roboto", sans-serif !important;
font-weight: 500;
font-weight: 500;
font-style: normal;


}
}

Revision as of 02:39, 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;

}