MediaWiki:Common.css: Difference between revisions

From Lorhondel World

ArtsyAxolotl (talk | contribs)
Created page with "CSS placed here will be applied to all skins: Change Header Titles: .h1 .h2 .h3 { font-family: 'Alegreya SC', serif; } .body { font-family: 'Source Sans Pro', sans-serif; }"
 
ArtsyAxolotl (talk | contribs)
testing stuff
Line 2: Line 2:


/* Change Header Titles */
/* Change Header Titles */
.h1 .h2 .h3 {
font-family: 'Alegreya SC', serif;
}


.body {
.mw-page-title-main {
font-family: 'Source Sans Pro', sans-serif;
color: red;
}
}

Revision as of 19:04, 17 January 2025

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

/* Change Header Titles */

.mw-page-title-main {
	color: red;
}