Jump to content

MediaWiki:Common.css: Difference between revisions

From Heroes Wiki
Content deleted Content added
mNo edit summary
mNo edit summary
Line 11: Line 11:
}
}


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

Revision as of 19:49, 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-changeslist-legend dl {
	font-family: inherit;
}