MediaWiki:Common.css: Difference between revisions

From Palworld.io
No edit summary
No edit summary
Line 15: Line 15:
     local("adelon-serial-heavy-regular"),
     local("adelon-serial-heavy-regular"),
     url("adelon-serial-heavy-regular.ttf");
     url("adelon-serial-heavy-regular.ttf");
}
body {
font-family: "Adelon";
}
}

Revision as of 19: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");
}

body {
 font-family: "Adelon";
}