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...")
 
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
@import url('https://fonts.googleapis.com/css?family=Quicksand');
+
@import url('https://fonts.googleapis.com/css?family=Quicksand:500');
 
 
html, body {
 
    height: 100%;
 
    margin: 0;
 
    padding: 0;
 
    font-family: 'Quicksand', sans-serif;
 
}
 

Latest revision as of 14:40, 22 June 2018

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

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