New frontent and article grouping #1

Merged
mdivecky merged 16 commits from new-frontend into main 2023-08-17 11:32:35 +02:00
2 changed files with 2 additions and 4 deletions
Showing only changes of commit 7e48a57f63 - Show all commits

View file

@ -16,7 +16,8 @@
html { html {
box-sizing: border-box; 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 { body {

View file

@ -17,9 +17,6 @@
data-domain="headline.beta.nolog.cz" data-domain="headline.beta.nolog.cz"
src="https://plausible.nolog.cz/js/plausible.js" src="https://plausible.nolog.cz/js/plausible.js"
></script> ></script>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap" rel="stylesheet" />
{% block head %}{% endblock %} {% block head %}{% endblock %}
</head> </head>
<body> <body>