Jump to content

MediaWiki:Common.css: Difference between revisions

From Heroes Wiki
Content deleted Content added
Created page with "CSS placed here will be applied to all skins: @font-face { font-family: heroes; font-style: normal; src: url('HEROES.ttf') format('truetype'), }"
 
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 5: Line 5:
font-style: normal;
font-style: normal;
src: url('HEROES.ttf') format('truetype'),
src: url('HEROES.ttf') format('truetype'),
}

dl dt {
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;
}