MediaWiki:Common.css: Difference between revisions

m
no edit summary
mNo edit summary
Tag: Reverted
mNo edit summary
Tag: Reverted
Line 7: Line 7:
/* Import fonts */
/* Import fonts */
@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&family=Roboto&display=swap');
/* Page title styling */
.mw-page-title-main {
    font-family: 'Press Start 2P', cursive;
}
/* Body text styling */
body {
    font-family: 'Roboto', sans-serif;
}


/* Apply background to the whole page wrapper */
/* Apply background to the whole page wrapper */