Difference between revisions of "MediaWiki:Common.css"

From
Jump to: navigation, search
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 
html {
 
html {
font-family: 'comic-sans';
+
font-family: 'Comic Sans MS';
 
}
 
}

Revision as of 21:31, 6 February 2022

/* CSS placed here will be applied to all skins */
html {
	font-family: 'Comic Sans MS';
}