diff --git a/app/retail/templates/emails/shared_template_head.html b/app/retail/templates/emails/shared_template_head.html
index 51a8af959a9..2ff09aa2fa7 100644
--- a/app/retail/templates/emails/shared_template_head.html
+++ b/app/retail/templates/emails/shared_template_head.html
@@ -14,11 +14,15 @@
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .
{% endcomment %}
-{% load i18n static %}
-
-
+{% load i18n static compress %}
+{% compress css file typography %}
+
+
+{% endcompress %}
+{% compress css inline %}
+
+
+
+
+{% endcompress %}
\ No newline at end of file