MediaWiki:Global.css: Difference between revisions

Content deleted Content added
Undo revision 27045 by Johnrdorazio (talk)
Tags: Undo Reverted
No edit summary
Tag: Manual revert
Line 1:
/** GLOBAL FONT STYLES */
@import url('https://fonts.googleapis.com/css2?family=Open+SansLato&display=swap');
 
/* apply custom font styling throughout the wikifarm */
/* except on Special Pages, User Pages, MediaWiki Pages, Template Pages */
body:not(.ns--1):not(.ns-2):not(.ns-8):not(.ns-10) .mw-body-content p {
font-family: 'Open SansLato', serif;
text-align: justify;
font-size: 1.4em;