Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
@font-face {
  font-family: 'Noto Serif';
  font-weight: 400 700;
  font-display: block;
  src: url('https://cdn.jsdelivr.net/gh/notofonts/notofonts.github.io/fonts/NotoSerif/unhinted/slim-variable-ttf/NotoSerif[wght].ttf')
       format(opentype), local('Noto Serif');
}
@font-face {
  font-family: 'Noto Serif';
  font-style: italic;
  font-weight: 400 700;
  font-display: block;
  src: url('https://cdn.jsdelivr.net/gh/notofonts/notofonts.github.io/fonts/NotoSerif/unhinted/slim-variable-ttf/NotoSerif-Italic[wght].ttf')
       format(opentype), local('Noto Serif');
}

body.skin-monobook  {
  font-family: "Noto Serif", Cambria, Georgia, serif;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Trebuchet MS", Trebuchet, sans-serif;
}

@media screen {
  table.wikitable > thead > tr > th  {
    background-color: #ececec;
  }
  #toc, table.wikitable > tbody {
    background-color: #f8f8f8;
  }
}

@media screen and (min-width:551px) {
  body.skin-monobook #globalWrapper  {
    font-size: 15px;
  }
  #content {
    line-height: 1.6;
  }
  #content blockquote {
    font-size:100%;
  }
  #toc {
    font-size: 90%;
  }
  body.skin--responsive.skin-monobook {
  	#globalWrapper {
      top: 15px;
      padding-bottom: 10px;
    }
    #p-cactions {
      top: 25px;
    }
    .mw-body {
      margin-top: 48px;
    }
  }
}