MediaWiki:Common.css: Difference between revisions

From Puucraft Wiki
Content added Content deleted
(Created page with "→‎CSS placed here will be applied to all skins: p { font-family: Tahoma, Verdana, Segoe, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 23px; }")
 
No edit summary
Tag: Manual revert
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
p { font-family: Tahoma, Verdana, Segoe, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 23px; }
p { font-family: sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 24px; }

Latest revision as of 17:56, 2 July 2022

/* CSS placed here will be applied to all skins */
p { font-family: sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 24px; }