User:Cobeylusinger/global.css

From Meta, a Wikimedia project coordination wiki

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.
@import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond:300,300i,400,400i,600,600i|Crimson+Pro:300,300i,400,400i,600,600i&display=swap');
body {
	font-family: 'Crimson Pro', serif;
	font-weight: 400;
	font-size: 160%;
	line-height: 200%;
	font-variant-numeric: oldstyle-nums;
    -moz-font-feature-settings: "onum";
    -webkit-font-feature-settings: "onum";
    font-feature-settings: "onum";
}

.mw-body h1, .mw-body h2, .mw-body h3, .mw-body h4, .mw-body h5{
	font-size: 150%;
}

h1, h2{ font-family: 'Cormorant Garamond', 'Crimson Pro', serif; font-weight: 300;}

.firstHeading{font-family: 'Cormorant Garamond', 'Crimson Pro', serif; font-weight: 300;}
#firstHeading{font-family: 'Cormorant Garamond', 'Crimson Pro', serif; font-weight: 300;}

.mw-headline {font-family: 'Cormorant Garamond', 'Crimson Pro', serif; font-weight: 300; font-style: italic;}


div#mw-panel { position: fixed;
  overflow: auto;
  top: 0px;
  bottom: 0px;
  height: 100%;
  /* Prevent content overlay when sidewards scrolling */
  background-color: #F6F6F6;
  border-right: 1px solid #A7D7F9;
}
/* Prevent sidewards scrolling in pre elements */
pre {
  overflow: auto;
  max-height: 25em;
}