MediaWiki:Common.css: Difference between revisions

From GRAB VR Wiki
Content deleted Content added
Created page with "→‎CSS placed here will be applied to all skins: @import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;600&display=swap'); * { font-family: 'Nunito', 'Linux Libertine', 'Georgia', 'Times', serif; }"
 
No edit summary
Line 2: Line 2:
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;600&display=swap');


html, body {
* {
font-family: 'Nunito', 'Linux Libertine', 'Georgia', 'Times', serif;
font-family: 'Nunito', 'Linux Libertine', 'Georgia', 'Times', serif;
}

.client-darkmode {
}
}

Revision as of 06:07, 8 July 2024

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

html, body {
	font-family: 'Nunito', 'Linux Libertine', 'Georgia', 'Times', serif;
}

.client-darkmode {
	
}