MediaWiki:Common.css: Difference between revisions

From World of Agrimoor
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


* { font-family: crimson text }
#content { font-family: "crimson text"; font-size: 16px; }
 
* { font-size: 16px }


#content h2 { font-size: 18px }
#content h2 { font-size: 18px }

Revision as of 17:22, 22 August 2023

/* CSS placed here will be applied to all skins */

#content { font-family: "crimson text"; font-size: 16px; }

#content h2 { font-size: 18px }