MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
@import url('https://fonts.googleapis.com/css?family=Roboto'); | |||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
#content h2 { | #content h2 { | ||
Line 5: | Line 6: | ||
#toctitle h2 { | #toctitle h2 { | ||
border-bottom: 1px solid #AAAAAA !important; | border-bottom: 1px solid #AAAAAA !important; | ||
} | |||
body,.mw-body h1, .mw-body-content h1, .mw-body-content h2{ | |||
font-family: 'Roboto', sans-serif !important; | |||
} | } |
Latest revision as of 20:48, 8 May 2018
@import url('https://fonts.googleapis.com/css?family=Roboto'); /* CSS placed here will be applied to all skins */ #content h2 { border-bottom: 3px solid #AAAAAA !important; } #toctitle h2 { border-bottom: 1px solid #AAAAAA !important; } body,.mw-body h1, .mw-body-content h1, .mw-body-content h2{ font-family: 'Roboto', sans-serif !important; }