User:Vanja Clawthorne/common.css: Difference between revisions

    From Nonbinary Wiki
    imported>Vanja Clawthorne
    (Created page with "@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; } 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; }")
     
    imported>Vanja Clawthorne
    mNo edit summary
     
    (One intermediate revision by the same user not shown)
    (No difference)

    Latest revision as of 11:41, 26 July 2022

    @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;    
    }
    
    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;
    }