Difference between revisions of "MediaWiki:Common.css"
(Created page with "→CSS placed here will be applied to all skins: @import url('https://fonts.googleapis.com/css?family=Rajdhani'); font-family: 'Rajdhani', sans-serif;") |
|||
| Line 3: | Line 3: | ||
@import url('https://fonts.googleapis.com/css?family=Rajdhani'); | @import url('https://fonts.googleapis.com/css?family=Rajdhani'); | ||
| − | font-family: 'Rajdhani', sans-serif; | + | body{ |
| + | font-family: 'Rajdhani', sans-serif; | ||
| + | } | ||
Revision as of 18:57, 13 November 2018
/* CSS placed here will be applied to all skins */
@import url('https://fonts.googleapis.com/css?family=Rajdhani');
body{
font-family: 'Rajdhani', sans-serif;
}