MediaWiki:Common.css: Difference between revisions

From nuBuilderForte
Jump to navigation Jump to search
No edit summary
No edit summary
Line 11: Line 11:
#content h2 {
#content h2 {
   font-family: "Noto Serif", serif;
   font-family: "Noto Serif", serif;
}
.vector-body p {
    margin: 0px
}
}

Revision as of 13:42, 22 January 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
}