Fotogalerie mit CSS Columns Masonry - alle 12 Bilder eingebaut
This commit is contained in:
BIN
fonts/CormorantGaramond-Light.ttf
Normal file
BIN
fonts/CormorantGaramond-Light.ttf
Normal file
Binary file not shown.
BIN
fonts/CormorantGaramond-Regular.ttf
Normal file
BIN
fonts/CormorantGaramond-Regular.ttf
Normal file
Binary file not shown.
BIN
fonts/CormorantGaramond-SemiBold.ttf
Normal file
BIN
fonts/CormorantGaramond-SemiBold.ttf
Normal file
Binary file not shown.
BIN
fonts/DMSans-Light.ttf
Normal file
BIN
fonts/DMSans-Light.ttf
Normal file
Binary file not shown.
BIN
fonts/DMSans-Medium.ttf
Normal file
BIN
fonts/DMSans-Medium.ttf
Normal file
Binary file not shown.
BIN
fonts/DMSans-Regular.ttf
Normal file
BIN
fonts/DMSans-Regular.ttf
Normal file
Binary file not shown.
47
fonts/fonts.css
Normal file
47
fonts/fonts.css
Normal 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');
|
||||
}
|
||||
Reference in New Issue
Block a user