diff --git a/app/static/css/partials/_layout.scss b/app/static/css/partials/_layout.scss
index ec3b1ac..4c6899c 100755
--- a/app/static/css/partials/_layout.scss
+++ b/app/static/css/partials/_layout.scss
@@ -21,7 +21,7 @@ body {
animation: background_animation 60s ease-in-out infinite;
background-size: 400% 100%;
color: #ddd;
- font-family: "noto_sansregular", sans-serif;
+ font-family: "noto_sans", sans-serif;
font-size: 20px;
overflow-x: hidden;
}
diff --git a/app/templates/base.html b/app/templates/base.html
old mode 100644
new mode 100755
index 3e6f6da..9b66b65
--- a/app/templates/base.html
+++ b/app/templates/base.html
@@ -8,7 +8,6 @@
Phantas.ma/polis - Looking Back to the Future
{% endblock title %}
-
{% block head %}{% endblock head %}