From 6eebf2f555bba270c6772eee5b7699a39177d032 Mon Sep 17 00:00:00 2001 From: imohkay Date: Thu, 14 Oct 2021 12:38:33 +0530 Subject: [PATCH] #7: Remove Google font reference, correct name of body font --- app/static/css/partials/_layout.scss | 2 +- app/templates/base.html | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) mode change 100644 => 100755 app/templates/base.html 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 %}