MediaWiki:Common.css: Difference between revisions

From Beta Wiki
No edit summary
No edit summary
Line 10: Line 10:
color: rgb(255, 255, 255);
color: rgb(255, 255, 255);
     font-family: Minecraft;
     font-family: Minecraft;
     src: href(MinecraftRegular-Bmg3.otf);
     src: href=(/fonts/MinecraftRegular-Bmg3.otf);
}
}

Revision as of 13:05, 12 August 2024

/* CSS placed here will be applied to all skins */

body,
h1,
h2,
h3,
h4,
h5,
h6 {
	color: rgb(255, 255, 255);
    font-family: Minecraft;
    src: href=(/fonts/MinecraftRegular-Bmg3.otf);
}