MediaWiki:Common.css: Difference between revisions

From Pressure Wiki
Content added Content deleted
(Temporary font change)
m (header test)
Tag: Reverted
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=Rajdhani:wght@300;400;500;600;700&display=swap');


body {
body {
Line 8: Line 9:
}
}

/*Attempt to change heading Font god save me*/
h1, h2, h3, h4, h5, h6 { font-family: 'Rajdhani' ; }



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

Revision as of 06:56, 9 June 2024

/* CSS placed here will be applied to all skins */
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');

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

/*Attempt to change heading Font god save me*/
h1, h2, h3, h4, h5, h6 { font-family: 'Rajdhani' ; }


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