MediaWiki:Global.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 1: Line 1:
/** GLOBAL FONT STYLES */
/** GLOBAL FONT STYLES */
@import url('https://fonts.googleapis.com/css2?family=Merriweather&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather&display=swap');
.mw-body-content p {
 
/* apply custom font styling throughout the wikifarm */
/* except on Special Pages, User Pages, MediaWiki Pages, Template Pages */
:not(.ns--1):not(.ns-2):not(.ns-8):not(.ns-10) .mw-body-content p {
font-family: 'Merriweather', serif;
font-family: 'Merriweather', serif;
text-align: justify;
text-align: justify;