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=Montserrat);
body{
    font-family: 'Montserrat', sans-serif;
}

Latest revision as of 14:40, 4 April 2014

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