Jump to content

MediaWiki:Common.css: Difference between revisions

From Heroes Wiki
Content deleted Content added
No edit summary
No edit summary
Line 7: Line 7:
}
}


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

Revision as of 19:33, 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;
}