MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 1,201: Line 1,201:
}
}
}*/
}*/
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
/* Changes the default font used for MediaWiki to Noto Sans (does not include headings or monospaced text): */
body {
  font-family: "Roboto", "Noto Sans", sans-serif;
}
/* Changes the default font used for MediaWiki headings to Noto Serif: */
#content h1,
#content h2 {
  font-family: "Roboto", "Noto Serif", serif;
}