fixed fonts issue

This commit is contained in:
2026-04-29 19:32:01 +02:00
parent 33df5bbe2e
commit 042547c98f
+2 -2
View File
@@ -59,8 +59,8 @@
========================= */
:root {
--primary-font: 'Oswald', var(--zeitfresser-heading-fallback);
--secondary-font: 'Roboto', var(--zeitfresser-body-fallback);
--primary-font: 'Oswald', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
--secondary-font: 'Roboto', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
--site-identity-font-size: 40px;