MediaWiki:Common.css: Difference between revisions

From Lorhondel World

ArtsyAxolotl (talk | contribs)
Blanked the page
Tags: Blanking Manual revert
ArtsyAxolotl (talk | contribs)
No edit summary
Tag: Reverted
Line 1: Line 1:
/* CSS placed here will be applied to all skins */


/* Change Main Page Titles */
.mw-page-title-main {
font-family: 'Alegreya SC', serif;
color: red;
}
/* Change Body Font */
.mediawiki .p {
font-family: 'Source Sans Pro', sans-serif;
color: purple;
}

Revision as of 19:12, 17 January 2025

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

/* Change Main Page Titles */
.mw-page-title-main {
	font-family: 'Alegreya SC', serif;
	color: red;
}

/* Change Body Font */
.mediawiki .p {
	font-family: 'Source Sans Pro', sans-serif;
	color: purple;
}