STADTBOTE-Erscheinungsbild: Farben, Schriften, Signet

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-25 17:15:28 +02:00
co-authored by Claude Fable 5
parent 521ceb044b
commit 1598852785
4 changed files with 202 additions and 72 deletions
+16 -1
View File
@@ -3,7 +3,22 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>SwyxWeb</title>
<title>SwyxWeb · STADTBOTE</title>
<!-- Signet als Favicon: roter Ring mit „S" (Markenrot #CA0D38). -->
<link
rel="icon"
type="image/svg+xml"
href="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3E%3Cpath%20d='M%2055%2014.4%20A%2036%2036%200%201%200%2081.8%2033.1'%20fill='none'%20stroke='%23CA0D38'%20stroke-width='13'/%3E%3Ctext%20x='50'%20y='52'%20text-anchor='middle'%20dominant-baseline='central'%20font-family='Arial,Helvetica,sans-serif'%20font-weight='bold'%20font-size='54'%20fill='%23CA0D38'%3ES%3C/text%3E%3C/svg%3E"
/>
<!-- Hausschrift laut Styleguide: Red Hat Display (Überschriften) und
Red Hat Text (Fließtext), beide Google Fonts. Ohne Internetzugang
greift der Fallback auf Systemschriften. -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@400;600;700&family=Red+Hat+Text:wght@400;500;600&display=swap"
/>
</head>
<body>
<div id="root"></div>