MediaWiki:Common.css: Difference between revisions
From CTPwiki
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: Arial} | body { | ||
font-family: Arial; | |||
} |
Revision as of 15:27, 9 October 2024
/* CSS placed here will be applied to all skins */ body { font-family: Arial; }