diff --git a/_includes/head.html b/_includes/head.html
index 4dc07d0..698f742 100755
--- a/_includes/head.html
+++ b/_includes/head.html
@@ -6,6 +6,7 @@
{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}
+
@@ -28,7 +29,6 @@
});
})(Tc.$);
-
diff --git a/_sass/foundation/_settings.scss b/_sass/foundation/_settings.scss
index be869be..a451db1 100755
--- a/_sass/foundation/_settings.scss
+++ b/_sass/foundation/_settings.scss
@@ -89,7 +89,7 @@ $row-width: rem-calc(1120);
// - - - - - - - - - - - - - - - - - - - - - - - - -
// We use these to define default font stacks
-$font-family-sans-serif: Raleway, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
+$font-family-sans-serif: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
// $font-family-serif: Georgia, Cambria, "Times New Roman", Times, serif;
// $font-family-monospace: Consolas, "Liberation Mono", Courier, monospace;