Jump to content

MediaWiki:Common.css: Difference between revisions

From Heroes Wiki
Content deleted Content added
No edit summary
mNo edit summary
Line 12: Line 12:


.mw-changelist-legend dl {
.mw-changelist-legend dl {
font-family: inherit;
font-family: sans-serif;
}
}

Revision as of 19:48, 4 November 2025

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

@font-face {
   font-family: heroes;
   font-style: normal;
   src: url('HEROES.ttf') format('truetype'),
}

dl dt  {
	font-family: heroes;
}

.mw-changelist-legend dl {
	font-family: sans-serif;
}