Difference between revisions of "MediaWiki:Common.css"

From C256 Foenix Wiki
Jump to navigation Jump to search
Line 5: Line 5:
  
 
.mw-body h1, .mw-body h2, .mw-body #firstHeading {
 
.mw-body h1, .mw-body h2, .mw-body #firstHeading {
     font-family: "Helvetica Neue,Helvetica,Arial,sans-serif;
+
     font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
 
}
 
}

Revision as of 02:29, 2 May 2019

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

* {font-family: Helvetica Neue,Helvetica,Arial,sans-serif;}


.mw-body h1, .mw-body h2, .mw-body #firstHeading {
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
}