Difference between revisions of "MediaWiki:Common.css"

28 bytes removed ,  06:52, 1 July 2021
no edit summary
Line 1: Line 1:
@import url( 'https://use.typekit.net/icj2jcr.css');
@import url( 'https://use.typekit.net/icj2jcr.css');
/* Changes the default font used for MediaWiki to Noto Sans (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", "sofia-pro", sans-serif;
   font-family: "Sofia Pro", sans-serif;
}
}
/* Changes the default font used for MediaWiki headings to Noto Serif: */
/* Changes the default font used for MediaWiki headings to Sofia Pro */
#content h1,  
#content h1,  
#content h2 {
#content h2 {
   font-family: "Sofia Pro", "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 */