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,100..900;1,100..900&display=swap');


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


/* header style */
/* header style */
#firstHeading, h2 {
#firstHeading, h2 {
font-family: Georgia, serif;
font-family: 'Linux Libertine', 'Georgia', 'Times', 'Source Serif Pro', serif;
}
}


Navigation menu