MediaWiki:Common.css: Difference between revisions

From nuBuilderForte
Jump to navigation Jump to search
mNo edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
Line 16: Line 16:
     margin: 0px
     margin: 0px
}
}
#ca-talk { display:none!important; }
#ca-history { display:none!important; }

Revision as of 14:06, 16 June 2022

/* CSS placed here will be applied to all skins */

@import url( 'https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif ');

body {
  font-family: "Noto Sans", sans-serif; font-size: 15px;
}

// Changes the default font used for MediaWiki headings to Noto Serif: 
#content h1, 
#content h2 {
  font-family: "Noto Serif", serif;
}

.vector-body p {
    margin: 0px
}