diff --git a/_config.yml b/_config.yml
index 91597496af2b..f0e93ca25432 100644
--- a/_config.yml
+++ b/_config.yml
@@ -101,6 +101,10 @@ footer-link-col: "#404040"
#footer-img: "/assets/img/bgimage.png"
#page-img: "/assets/img/bgimage.png"
+# You can also include any number of additional CSS assets in every page on your site
+#site-css:
+# - "/assets/css/my-style.css"
+
# --- Web Statistics Section --- #
# Fill in your Google Analytics gtag.js ID to track your website using gtag
diff --git a/_includes/head.html b/_includes/head.html
index 2695f6a994f9..2a6acbefa6f1 100644
--- a/_includes/head.html
+++ b/_includes/head.html
@@ -44,6 +44,12 @@
{% endfor %}
{% endif %}
+ {% if site.site-css %}
+ {% for css in site.site-css %}
+
+ {% endfor %}
+ {% endif %}
+
{% if site.fb_app_id %}