Fotogalerie mit CSS Columns Masonry - alle 12 Bilder eingebaut

This commit is contained in:
2026-05-10 01:47:00 +02:00
commit 5d1a048624
27 changed files with 998 additions and 0 deletions

47
fonts/fonts.css Normal file
View File

@@ -0,0 +1,47 @@
@font-face {
font-family: 'Cormorant Garamond';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url('CormorantGaramond-Light.ttf') format('truetype');
}
@font-face {
font-family: 'Cormorant Garamond';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url('CormorantGaramond-Regular.ttf') format('truetype');
}
@font-face {
font-family: 'Cormorant Garamond';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url('CormorantGaramond-SemiBold.ttf') format('truetype');
}
@font-face {
font-family: 'DM Sans';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url('DMSans-Light.ttf') format('truetype');
}
@font-face {
font-family: 'DM Sans';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url('DMSans-Regular.ttf') format('truetype');
}
@font-face {
font-family: 'DM Sans';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url('DMSans-Medium.ttf') format('truetype');
}