Skip to content

Reduce emails-on-push HTML size by using a simple monospace font

Stan Hu requested to merge reduce-push-on-email-size into master

With this simple change we reduce the size dramatically by reducing every inlined CSS 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

Before:

image

After:

image

Helps gitlab-org/gitlab-ce#15178

Merge request reports