MediaWiki:Common.css: Difference between revisions

bold
(Added Rubik font to headings)
(bold)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


@import url('https://fonts.googleapis.com/css?family=Rubik:400,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Rubik:400,700&display=swap&subset=latin-ext');


.mw-body h1, .mw-body-content h1, .mw-body-content h2 {
.mw-body h1, .mw-body-content h1, .mw-body-content h2 {
     font-family: 'Rubik';
     font-family: 'Rubik';
    font-weight: bold;
}
}