diff --git a/config/apache/standardebooks.org.conf b/config/apache/standardebooks.org.conf
index e0ee2d1a..200ea280 100644
--- a/config/apache/standardebooks.org.conf
+++ b/config/apache/standardebooks.org.conf
@@ -110,8 +110,9 @@ Define domain standardebooks.org
# Enable HTTP CORS so that browser-based readers like Readium can access opds and ebooks
+ # Allow fonts for newsletter emails
# See https://github.com/standardebooks/tools/issues/2
-
+
Header set Access-Control-Allow-Origin "*"
diff --git a/config/apache/standardebooks.test.conf b/config/apache/standardebooks.test.conf
index 03d04e0f..12453a21 100644
--- a/config/apache/standardebooks.test.conf
+++ b/config/apache/standardebooks.test.conf
@@ -109,8 +109,9 @@ Define domain standardebooks.test
# Enable HTTP CORS so that browser-based readers like Readium can access opds and ebooks
+ # Allow fonts for newsletter emails
# See https://github.com/standardebooks/tools/issues/2
-
+
Header set Access-Control-Allow-Origin "*"