Difference between revisions of "MediaWiki:Common.css"

Jump to navigation Jump to search
no edit summary
Line 2: Line 2:
/* Changes the default font used for MediaWiki to Sofia Pro (does not include headings or monospaced text): */
/* Changes the default font used for MediaWiki to Sofia Pro (does not include headings or monospaced text): */
body {
body {
   font-family: "Sofia Pro", sans-serif;
   font-family: "sofia-pro", sans-serif;
}
}
/* Changes the default font used for MediaWiki headings to Sofia Pro */
/* Changes the default font used for MediaWiki headings to Sofia Pro */
#content h1,  
#content h1,  
#content h2 {
#content h2 {
   font-family: "Sofia Pro", sans-serif;
   font-family: "sofia-pro" sans-serif;
}
}
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu