MediaWiki:Citizen.css

MediaWiki interface page
Revision as of 23:03, 21 December 2023 by Eisa Ahmed (talk | contribs) (Added center and naskh css classes)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* All CSS here will be loaded for users of the Citizen skin */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Mono:wght@400;700&family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Noto+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Scheherazade+New:wght@400;700&display=swap');

:root {
	--font-family-citizen-base: 'Noto Sans';
	--font-family-citizen-serif: 'Noto Serif';
	--font-family-citizen-monospace: 'Noto Sans Mono', 'Noto Sans', 'Noto Sans Arabic';
}

.naskh {
	font-family: 'Scheherazade New', 'Noto Naskh Arabic';
}

.center {
	text-align: center;
}