diff --git a/404.html b/404.html
index d77ad7865..ce6d50700 100644
--- a/404.html
+++ b/404.html
@@ -11,6 +11,10 @@
{{ site.name }} | Page not found
+ {% if site.local_fonts %}
+ {% stylesheet fonts %}
+ {% endif %}
+
{% if site.blog_theme == "light" %}
{% stylesheet notfound-light %}
{% else %}
@@ -26,5 +30,16 @@