MediaWiki:Common.css: Difference between revisions

From EXPART HR
Jump to navigation Jump to search
No edit summary
(Created page with " →‎CSS placed here will be applied to all skins: @import url( 'https://fonts.googleapis.com/css?family=Nunito+Sans|Nunito+Sans '); /* Changes the default font used for Med...")
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{{render_html}}}
 
/* CSS placed here will be applied to all skins */
@import url( 'https://fonts.googleapis.com/css?family=Nunito+Sans|Nunito+Sans ');
 
/* Changes the default font used for MediaWiki to Nunito Sans(does not include headings or monospaced text): */
body {
  font-family: 'Nunito Sans', sans-serif;
}
 
/* Changes the default font used for MediaWiki headings to Nunito Sans: */
#content h1 {
  font-family: 'Nunito Sans', sans-serif;
}
#content h2 {
  font-family: 'Nunito Sans', sans-serif;
}

Latest revision as of 14:51, 8 October 2022


/* CSS placed here will be applied to all skins */
@import url( 'https://fonts.googleapis.com/css?family=Nunito+Sans|Nunito+Sans ');

/* Changes the default font used for MediaWiki to Nunito Sans(does not include headings or monospaced text): */
body {
  font-family: 'Nunito Sans', sans-serif;
}

/* Changes the default font used for MediaWiki headings to Nunito Sans: */
#content h1 {
  font-family: 'Nunito Sans', sans-serif;
}
#content h2 {
  font-family: 'Nunito Sans', sans-serif;
}