MediaWiki:Vector.css: Difference between revisions

Jump to: navigation, search
no edit summary
No edit summary
No edit summary
Line 2: Line 2:


@import url("https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif")
@import url("https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif")
body {font-family: "Noto Sans", sans-serif}
/* changes the default font used for MediaWiki to Noto Sans (does not include headings or monospaced text) */
div#content h1, div#content h2 {font-family: "Noto Serif", serif}
/* changes the default font used for MediaWiki headings to Noto Serif */


/* changes the background color of the bottom and left of each page, up to behind half of the logo */
/* changes the background color of the bottom and left of each page, up to behind half of the logo */

Navigation menu