MediaWiki:Common.css: Difference between revisions
From Palworld.io
Palworld.io (talk | contribs) No edit summary |
Palworld.io (talk | contribs) No edit summary |
||
Line 11: | Line 11: | ||
@font-face { | @font-face { | ||
font-family: " | font-family: "Adelon"; | ||
src: | src: | ||
local("adelon-serial-heavy-regular"), | local("adelon-serial-heavy-regular"), | ||
url("adelon-serial-heavy-regular.ttf" | url("adelon-serial-heavy-regular.ttf"); | ||
} | } |
Revision as of 18:53, 9 February 2024
/* CSS placed here will be applied to all skins */
#mw-content-container {
background-image: url(/w/images/0/02/PalworldBackground.webp);
background-size: cover;
background-position: top;
background-repeat: no-repeat;
background-attachment: fixed;
min-height: 80vh;
}
@font-face {
font-family: "Adelon";
src:
local("adelon-serial-heavy-regular"),
url("adelon-serial-heavy-regular.ttf");
}