Difference between revisions of "MediaWiki:Common.css"

From Pikmin Technical Knowledge Base
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: @import url('https://fonts.googleapis.com/css?family=Quicksand'); html, body { height: 100%; margin: 0; paddin...")
 
Line 2: Line 2:
  
 
@import url('https://fonts.googleapis.com/css?family=Quicksand');
 
@import url('https://fonts.googleapis.com/css?family=Quicksand');
 
html, body {
 
    height: 100%;
 
    margin: 0;
 
    padding: 0;
 
    font-family: 'Quicksand', sans-serif;
 
}
 

Revision as of 14:24, 22 June 2018

/* CSS placed here will be applied to all skins */

@import url('https://fonts.googleapis.com/css?family=Quicksand');