Switch to Poppins

This commit is contained in:
2026-03-22 17:30:34 +01:00
parent 5a04eec5ac
commit fe18869ed2
2 changed files with 7 additions and 1 deletions

View File

@@ -8,6 +8,12 @@
name="description"
content="Von der Idee zur Wirkung. Fabienne Foehn begleitet Innovationen, Eventprojekte und Umsetzung mit Klarheit, Pragmatismus und Fokus."
/>
<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=Poppins:wght@400;500;600;700;800&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="./styles.css" />
</head>
<body>

View File

@@ -6,7 +6,7 @@
--text-dark: #364121;
--shadow-card: 0 14px 30px rgba(47, 58, 24, 0.12);
--shadow-panel: 0 24px 60px rgba(20, 22, 16, 0.22);
--font-family: "Gosha Sans", "Arial Black", "Helvetica Neue", Arial, sans-serif;
--font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
--font-weight-regular: 400;
--font-weight-bold: 700;
--font-weight-black: 900;