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 {
font-family: heroes;
font-family: heroes;
}
}

Revision as of 21:17, 30 October 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 {
	font-family: heroes;
}