MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
ਕੋਈ ਸੋਧ ਸਾਰ ਨਹੀਂ
No edit summary
No edit summary
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/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Roboto+Slab:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Crimson+Text:wght@400;700&display=swap');


/* overall style */
/* overall style */
html, body {
html, body {
font-family: 'Noto Sans', sans-serif;
font-family: 'Open Sans', sans-serif;
}
}


.mw-body h1, .mw-body-content h1, .mw-body-content h2 {
.mw-body h1, .mw-body-content h1, .mw-body-content h2 {
font-family: 'Roboto Slab', serif;
font-family: 'Crimson Text', serif;
}
}


Navigation menu