Difference between revisions of "MediaWiki:Common.css"

From Rare Gaming Dump
Line 5: Line 5:
 
@import url("https://fonts.googleapis.com/css?family=Open+Sans")
 
@import url("https://fonts.googleapis.com/css?family=Open+Sans")
  
body, div, h1, h2, a {font-family: "Open Sans", sans-serif}
+
body {font-family: "Open Sans", sans-serif}
 +
 
 +
div#content h1, div#content h2, #p-logo-text a {font-family: "Open Sans", sans-serif}

Revision as of 16:18, 2 September 2018

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

/* Fonts */

@import url("https://fonts.googleapis.com/css?family=Open+Sans")

body {font-family: "Open Sans", sans-serif}

div#content h1, div#content h2, #p-logo-text a {font-family: "Open Sans", sans-serif}