MediaWiki:Citizen.css: Difference between revisions

MediaWiki interface page
m (Universal hide header)
Tags: mobile web edit mobile edit
(Change the default font for users)
Line 1: Line 1:
/* All CSS here will be loaded for users of the Citizen skin */
/* All CSS here will be loaded for users of the Citizen skin */


.page-Main_Page .mw-body-header {
@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&display=swap');
display: none !important;
 
:root {
--font-family-citizen-base: 'Noto Sans';
--font-family-citizen-serif: 'Noto Serif';
--font-family-citizen-monospace: 'Noto Sans Mono';
}
}

Revision as of 19:04, 17 December 2023

/* 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&display=swap');

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