feat(counter-to): add countdown component for event timing feat(fonts): include Gotham Book font for better typography fix(location-map): make map height responsive with CSS variables
88 lines
1.8 KiB
SCSS
88 lines
1.8 KiB
SCSS
@font-face {
|
|
font-family: 'Smooch';
|
|
src: url('/fonts/Smooch/Smooch-Regular.ttf') format('truetype');
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Gotham";
|
|
src: url("/fonts/Gotham/Gotham Thin.otf") format("opentype");
|
|
font-weight: 100;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Gotham";
|
|
src: url("/fonts/Gotham/Gotham Extra Light.otf") format("opentype");
|
|
font-weight: 200;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Gotham";
|
|
src: url("/fonts/Gotham/Gotham Light.otf") format("opentype");
|
|
font-weight: 300;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Gotham";
|
|
src: url("/fonts/Gotham/Gotham Book.otf") format("opentype");
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Gotham Book";
|
|
src: url("/fonts/Gotham/Gotham Book.otf") format("opentype");
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Gotham";
|
|
src: url("/fonts/Gotham/Gotham Italic.otf") format("opentype");
|
|
font-weight: 400;
|
|
font-style: italic;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Gotham";
|
|
src: url("/fonts/Gotham/Gotham Medium.otf") format("opentype");
|
|
font-weight: 500 600;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Gotham";
|
|
src: url("/fonts/Gotham/Gotham Bold.otf") format("opentype");
|
|
font-weight: 700;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Gotham";
|
|
src: url("/fonts/Gotham/Gotham Bold Italic.ttf") format("truetype");
|
|
font-weight: 700;
|
|
font-style: italic;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Gotham";
|
|
src: url("/fonts/Gotham/Gotham Black.otf") format("opentype");
|
|
font-weight: 900;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|