Difference between revisions of "MediaWiki:Common.css"

From Formula Rejects Wiki
Jump to: navigation, search
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
@import url(http://fonts.googleapis.com/css?family=Raleway:500);
+
@import url(http://fonts.googleapis.com/css?family=Montserrat);
  
 
body{
 
body{
     font-family: 'Raleway', sans-serif;
+
     font-family: 'Montserrat', sans-serif;
 
}
 
}

Revision as of 17:25, 26 March 2014

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

@import url(http://fonts.googleapis.com/css?family=Montserrat);

body{
    font-family: 'Montserrat', sans-serif;
}