MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* Import a font from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet');


body,
.mw-body {
    font-family: 'Noto Serif', serif !important;
}


@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville|Oxygen');
/* Headings */
 
h1, h2, h3, h4, h5, h6 {
 
    font-family: 'Noto Sans', sans-serif !important;
/* @import url('https://fonts.googleapis.com/css?family=Merriweather|Roboto|Trocchi'); */
}
 
body {font-family: 'Libre Baskerville', serif}
div#content h1, div#content h2, dev#content h3 {font-family: 'Oxygen', sans-serif}