MediaWiki:Common.css: Difference between revisions

From Lorhondel World

ArtsyAxolotl (talk | contribs)
Blanked the page
Tag: Blanking
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;
}
/* Change Body Font */
.mw-page-title-main {
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 */
.mw-page-title-main {
	font-family: 'Source Sans Pro', sans-serif;
}