Difference between revisions of "MediaWiki:Common.css"

From Formula Rejects Wiki
Jump to: navigation, search
(Undo revision 18176 by Biscione (talk))
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=Titillium+Web:400);
+
@import url(http://fonts.googleapis.com/css?family=Raleway:500);
  
 
body{
 
body{
     font-family: 'Titillium Web', sans-serif;
+
     font-family: 'Raleway', sans-serif;
 
}
 
}

Revision as of 08:29, 26 March 2014

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

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

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