2025-06-17 15:23:37 +08:00

46 lines
1.2 KiB
CSS

@font-face {
font-family: 'Space Grotesk';
src: url('SpaceGrotesk-SemiBold.woff2') format('woff2'),
url('SpaceGrotesk-SemiBold.woff') format('woff');
font-weight: 600;
font-style: normal;
font-display: block;
}
@font-face {
font-family: 'Space Grotesk';
src: url('SpaceGrotesk-Light.woff2') format('woff2'),
url('SpaceGrotesk-Light.woff') format('woff');
font-weight: 300;
font-style: normal;
font-display: block;
}
@font-face {
font-family: 'Space Grotesk';
src: url('SpaceGrotesk-Bold.woff2') format('woff2'),
url('SpaceGrotesk-Bold.woff') format('woff');
font-weight: bold;
font-style: normal;
font-display: block;
}
@font-face {
font-family: 'Space Grotesk';
src: url('SpaceGrotesk-Medium.woff2') format('woff2'),
url('SpaceGrotesk-Medium.woff') format('woff');
font-weight: 500;
font-style: normal;
font-display: block;
}
@font-face {
font-family: 'Space Grotesk';
src: url('SpaceGrotesk-Regular.woff2') format('woff2'),
url('SpaceGrotesk-Regular.woff') format('woff');
font-weight: normal;
font-style: normal;
font-display: block;
}