MediaWiki:Common.css: Difference between revisions

From Formula Rejects Wiki
Jump to navigation Jump to search
(Undo revision 18176 by Biscione (talk))
No 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 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;
}