Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


h1, h2, h3, h4, h5 {
@import url( 'https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif ');
   font-family: Arial, Helvetica, sans-serif;
 
#content h1,
#content h2{
   font-family: "Noto Sans", sans-serif;
}
}


.mw-body {
.mw-body {
   background: gray;
   background: light-gray;
}
}

Revision as of 17:42, 11 August 2020

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

@import url( 'https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif ');

#content h1,
#content h2{
  font-family: "Noto Sans", sans-serif;
}

.mw-body {
  background: light-gray;
}