Jump to content

MediaWiki:Common.css: Difference between revisions

From Heroes Wiki
Content deleted Content added
No edit summary
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 7: Line 7:
}
}


dl {
dl dt {
font-family: heroes;
font-family: heroes;
}

.mw-changeslist-legend dl dt {
font-family: inherit;
}
}

Latest revision as of 19:50, 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 dt {
	font-family: inherit;
}