MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
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= | @import url(http://fonts.googleapis.com/css?family=Raleway:500); | ||
body{ | body{ | ||
font-family: ' | 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; }