This commit is contained in:
Philippe Torrel
2026-07-06 14:25:41 +02:00
parent 549233f42a
commit ee4d6f0d41
226 changed files with 114478 additions and 20 deletions

View File

@@ -6,3 +6,7 @@ $color-4: #f3b562;
$color-5: #f06060;
$color-red: $color-5;
$color-white: white; // falls weiß geändert wird z.B.: #f8f8f8
$color-dark-blue: #283e4a;
$linear-gradient-dark: linear-gradient(180deg, rgba(40, 62, 74, 1) 0%, rgba(24, 32, 38, 1) 100%);

View File

@@ -12,6 +12,10 @@ body {
margin: 0;
}
body {
font-family: $font-copy;
}
h1,
h2,
h3,

View File

@@ -5,5 +5,5 @@ $font-headline: 'Playfair Display', $fallback-serif;
$font-subclaim: $fallback-sans-serif;
$font-menu: $fallback-sans-serif;
$font-copy: $fallback-sans-serif;
$font-copy: 'Source Sans 3', $fallback-sans-serif;
$font-quote: $fallback-serif;