diff --git a/view/static/main.css b/view/static/main.css
index ef68fff..d301f6f 100644
--- a/view/static/main.css
+++ b/view/static/main.css
@@ -16,7 +16,8 @@
html {
box-sizing: border-box;
- font-family: "Inter", system-ui;
+ font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
+ Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
body {
diff --git a/view/templates/base.html b/view/templates/base.html
index 6305fba..1e72205 100644
--- a/view/templates/base.html
+++ b/view/templates/base.html
@@ -17,9 +17,6 @@
data-domain="headline.beta.nolog.cz"
src="https://plausible.nolog.cz/js/plausible.js"
>
-
-
-
{% block head %}{% endblock %}