MediaWiki:Common.css: Difference between revisions

From Lorhondel World

ArtsyAxolotl (talk | contribs)
No edit summary
Tag: Reverted
ArtsyAxolotl (talk | contribs)
No edit summary
Tag: Reverted
Line 7: Line 7:


/* Change Body Font */
/* Change Body Font */
.mw-page-title-main {
.p {
font-family: 'Source Sans Pro', sans-serif;
font-family: 'Source Sans Pro', sans-serif;
}
}

Revision as of 19:08, 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;
}

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