MediaWiki:Common.css: Difference between revisions

From Formula Rejects Wiki
Jump to navigation Jump to search
No edit summary
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=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;
}