Difference between revisions of "MediaWiki:Common.css"

From TeamSESH Wiki
(Created page with "→‎CSS placed here will be applied to all skins: @import url( 'https://fonts.googleapis.com/css2?family=Inter:wght@500&display=swap'); /* Changes the default font used for...")
(No difference)

Revision as of 18:18, 21 November 2021

/* CSS placed here will be applied to all skins */
@import url( 'https://fonts.googleapis.com/css2?family=Inter:wght@500&display=swap');

/* Changes the default font used for MediaWiki to Noto Sans (does not include headings or monospaced text): */
body {
  font-family: 'Inter', sans-serif;
}