MediaWiki:Common.css: Difference between revisions
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=Titillium+Web:400); | ||
body{ | body{ | ||
font-family: ' | font-family: 'Titillium Web', sans-serif; | ||
} | } |
Revision as of 21:59, 22 March 2014
/* CSS placed here will be applied to all skins */ @import url(http://fonts.googleapis.com/css?family=Titillium+Web:400); body{ font-family: 'Titillium Web', sans-serif; }