User:Vanja Clawthorne/common.css

Revision as of 11:38, 26 July 2022 by imported>Vanja Clawthorne

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/css2family=Noto+Sans+Mono:wght@600&display=swap');

html, body {
  font-family: 'Noto Sans Mono', monospace;
  font-weight: 600;
}

.mw-body-content {
    font-size: 1.04em;   
    line-height: 1.6em;
    letter-spacing: 0.025em;
    word-spacing: 0.04em;    
}

.mw-panel-content {
    font-size: 0.9em;   
    line-height: 1.4em;
    letter-spacing: 0.025em;
    word-spacing: 0.03em;    
}

.mw-footer-content {
    font-size: 0.9em;   
    line-height: 1.4em;
    letter-spacing: 0.025em;
    word-spacing: 0.03em;    
}

h1, h2, h3, h4, h5, .mw-body h1, .mw-body h2, .mw-body h3, .mw-body h4 {
  font-family: 'Noto Sans Mono', monospace;
  font-weight: 800;
  border-bottom: none;
}