Difference between revisions of "MediaWiki:Common.css"

From C256 Foenix Wiki
Jump to navigation Jump to search
(Created page with "CSS placed here will be applied to all skins: * {font-family: Helvetica Neue,Helvetica,Arial,sans-serif;}")
 
m (Protected "MediaWiki:Common.css" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
 
(5 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
 
* {font-family: Helvetica Neue,Helvetica,Arial,sans-serif;}
 
* {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 !important;
 +
}

Latest revision as of 02:33, 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 !important;
}