• Stan Hu's avatar
    Reduce emails-on-push HTML size by using a simple monospace font · 486f1727
    Stan Hu authored
    With this simple change we reduce the size dramatically by reducing every instance of this:
    
    font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace"
    
    to this:
    
    font-family: monospace
    
    Helps #15178
    486f1727
repository_push_email.scss 788 Bytes