MediaWiki:Common.css: Difference between revisions

From Pressure Wiki
Content deleted Content added
No edit summary
Temporary font change
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:wght@500&display=swap');


body {
body {
font-family: "Roboto Mono", monospace;
font-family: "Arial", sans-serif;
font-weight: 400;
font-weight: 400;
font-style: normal;
font-style: normal;
font-size: 14px;
font-size: 16px;
}
}

Revision as of 04:05, 6 June 2024

/* CSS placed here will be applied to all skins */

body {
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  
}

/* ill do this shit later oh my fucking god*/