MediaWiki:Vector.css: Difference between revisions

From RAJ INFO
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 6: Line 6:
       font-family: 'Titillium Web', sans-serif;
       font-family: 'Titillium Web', sans-serif;


}
.mw-head, #mw-head {
      background-color:#000;
}
}

Revision as of 19:35, 26 May 2016

/* CSS placed here will affect users of the Vector skin */

@import url('https://fonts.googleapis.com/css?family=Titillium+Web:400,600');

body, H1, H2, H3, H4, firstHeading {
      font-family: 'Titillium Web', sans-serif;

}

.mw-head, #mw-head {
      background-color:#000;
}