User:Twatkinson/global.css

From Meta, a Wikimedia project coordination wiki
This is an archived version of this page, as edited by Twatkinson (talk | contribs) at 23:52, 27 October 2021. It may differ significantly from the current version.

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
body  {
	/* font-family: "Calluna" */
}

/*.mw-body h1, .mw-body h2 {
	font-family: "Calluna";
}*/

p, h1, h2, h3, h4, h5, h6 {
	text-align: justify;
	text-justify: inter-word;
    hyphens: auto;
	/*padding-left: 1.0em;*/
	/*padding-right: 1.0em;*/
    /*text-indent: 1.5em;*/
    line-height: 1.3em;
    font-family: "Georgia";
    font-size: 20px;
}
    
/*p::first-line {
	text-indent: 1em;
}*/