Difference between revisions of "MediaWiki:Common.css"

From C256 Foenix Wiki
Jump to navigation Jump to search
m (Protected "MediaWiki:Common.css" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
 
(2 intermediate revisions by the same user not shown)
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 !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;
}