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
    Line 11: Line 11:
         letter-spacing: 0.025em;
         letter-spacing: 0.025em;
         word-spacing: 0.04em;     
         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;   
    }
    }



    Revision as of 11:38, 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;    
    }
    
    .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;
    }