diff --git a/templates/zephyr/features.html b/templates/zephyr/features.html
index 903d5a3e8e..67fc740073 100644
--- a/templates/zephyr/features.html
+++ b/templates/zephyr/features.html
@@ -65,6 +65,13 @@
Use @all or @everyone to get the
attention of everyone in a stream.
+
+
+
Emails for important missed messages
+
If you're missing important conversations when you're away from
+ Humbug, we'll send you an email summary so you're always in the
+ loop.
+
Desktop notifications
@@ -101,6 +108,11 @@
Get bulleted lists, clickable links, and nicely-formatted
e-mail pastes automatically.
+
+
+
Message editing
+
Don't worry, you can always fix that typo.
+
Invite-only streams
diff --git a/zephyr/static/styles/fonts.css b/zephyr/static/styles/fonts.css
index b5d4b15c56..3edf0109eb 100644
--- a/zephyr/static/styles/fonts.css
+++ b/zephyr/static/styles/fonts.css
@@ -445,3 +445,5 @@ ul.icons li [class*=" icon-vector-"] {
.icon-vector-minus-sign:before { content: "\f056"; }
.icon-vector-plus-sign:before { content: "\f055"; }
.icon-vector-pencil:before { content: "\f040"; }
+.icon-vector-eraser:before { content: "\f12d"; }
+.icon-vector-envelope:before { content: "\f003"; }