From 4f47fc3141edc32b9003116e7bbf420945fba013 Mon Sep 17 00:00:00 2001 From: Matthew Piatetsky Date: Thu, 7 Oct 2021 10:33:38 -0400 Subject: [PATCH] fix: font family for goal reminder email (#28976) --- .../templates/course_goals/edx_ace/goalreminder/email/body.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/djangoapps/course_goals/templates/course_goals/edx_ace/goalreminder/email/body.html b/lms/djangoapps/course_goals/templates/course_goals/edx_ace/goalreminder/email/body.html index 7dc7604f6f..4040dd6c1a 100644 --- a/lms/djangoapps/course_goals/templates/course_goals/edx_ace/goalreminder/email/body.html +++ b/lms/djangoapps/course_goals/templates/course_goals/edx_ace/goalreminder/email/body.html @@ -5,7 +5,7 @@ {% block content %} {# email client support for style sheets is pretty spotty, so we have to inline all of these styles #} {# we're using important below to override inline styles and my understanding is for email clients where media queries do not work, they'll simply see the desktop css on their phone #} - +
{% include "goal_reminder_banner.html" %}