Difference between revisions of "MediaWiki:Common.css"
| Line 4: | Line 4: | ||
body, h1, h2, h3, h4, h5, h6{ | body, h1, h2, h3, h4, h5, h6{ | ||
| − | font-family: 'Rajdhani', sans-serif; | + | font-family: 'Rajdhani', sans-serif !important; |
| − | font-size: 120%; | + | font-size: 120% !important; |
} | } | ||
Revision as of 19:06, 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 !important;
font-size: 120% !important;
}