Jump to content

MediaWiki:Common.css: Difference between revisions

m
no edit summary
mNo edit summary
Tag: Manual revert
mNo edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
/* Import fonts */
@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;
}