MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 7: Line 7:
}
}


@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&family=Roboto:wght@300&display=swap');


/* Changes the default font used for MediaWiki to Noto Sans (does not include headings or monospaced text): */
/* Changes the default font used for MediaWiki to Noto Sans (does not include headings or monospaced text): */
body {
body {
   font-family: "Roboto:300"
   font-family: "Roboto", light;
}
}


Line 17: Line 17:
#content h1,  
#content h1,  
#content h2 {
#content h2 {
   font-family: "Noto Serif", serif;
   font-family: "Noto Sans JP", regular;
}
}

Navigation menu