From 7e48a57f636cab09fee8a0d1e3c0d5c403f25021 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ondr=CC=8Cej=20Ny=CC=81vlt?= Date: Thu, 17 Aug 2023 11:11:19 +0200 Subject: [PATCH] Use system font stack --- view/static/main.css | 3 ++- view/templates/base.html | 3 --- 2 files changed, 2 insertions(+), 4 deletions(-) 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 %}