Difference between revisions of "MediaWiki:Common.css"
| Line 3: | Line 3: | ||
@import url('https://fonts.googleapis.com/css?family=Rajdhani'); | @import url('https://fonts.googleapis.com/css?family=Rajdhani'); | ||
| − | body{ | + | body, h1, h2, h3, h4, h5, h6{ |
font-family: 'Rajdhani', sans-serif; | font-family: 'Rajdhani', sans-serif; | ||
font-size: 120%; | font-size: 120%; | ||
} | } | ||
Revision as of 19:01, 13 November 2018
/* CSS placed here will be applied to all skins */
@import url('https://fonts.googleapis.com/css?family=Rajdhani');
body, h1, h2, h3, h4, h5, h6{
font-family: 'Rajdhani', sans-serif;
font-size: 120%;
}