MediaWiki:Vector.css: Difference between revisions

Jump to: navigation, search
no edit summary
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will affect users of the Vector skin */
/* CSS placed here will affect users of the Vector skin */


@import url("https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif")
<style>
body {font-family: "Noto Sans", sans-serif}
@import url('https://fonts.googleapis.com/css?family=Rubik&display=swap');
/* changes the default font used for MediaWiki to Noto Sans (does not include headings or monospaced text) */
</style>


div#content h1, div#content h2 {font-family: "Noto Serif", serif}
div#content h1, div#content h2 {font-family: "Noto Serif", serif}

Navigation menu