MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
@font-face { | |||
font-family: Minecraft; | |||
src: url(/fonts/MinecraftRegular-Bmg3.otf); | |||
} | |||
body, | body, | ||
| Line 10: | Line 15: | ||
color: rgb(255, 255, 255); | color: rgb(255, 255, 255); | ||
font-family: Minecraft; | font-family: Minecraft; | ||
} | } | ||
Revision as of 13:07, 12 August 2024
/* CSS placed here will be applied to all skins */
@font-face {
font-family: Minecraft;
src: url(/fonts/MinecraftRegular-Bmg3.otf);
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
color: rgb(255, 255, 255);
font-family: Minecraft;
}