Use system font stack

This commit is contained in:
Ondřej Nývlt 2023-08-17 11:11:19 +02:00
parent b95ba9eb58
commit 7e48a57f63
2 changed files with 2 additions and 4 deletions

View file

@ -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 {

View file

@ -17,9 +17,6 @@
data-domain="headline.beta.nolog.cz"
src="https://plausible.nolog.cz/js/plausible.js"
></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 %}
</head>
<body>