53 lines
1.5 KiB (Stored with Git LFS)
CSS
53 lines
1.5 KiB (Stored with Git LFS)
CSS
@font-face {
|
|
font-family: 'Bricolage Grotesque';
|
|
src: url('./BricolageGrotesque/BricolageGrotesque-ExtraLight.woff2') format('woff2');
|
|
font-weight: 200;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
@font-face {
|
|
font-family: 'Bricolage Grotesque';
|
|
src: url('./BricolageGrotesque/BricolageGrotesque-Light.woff2') format('woff2');
|
|
font-weight: 300;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
@font-face {
|
|
font-family: 'Bricolage Grotesque';
|
|
src: url('./BricolageGrotesque/BricolageGrotesque-Regular.woff2') format('woff2');
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
@font-face {
|
|
font-family: 'Bricolage Grotesque';
|
|
src: url('./BricolageGrotesque/BricolageGrotesque-Medium.woff2') format('woff2');
|
|
font-weight: 500;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
@font-face {
|
|
font-family: 'Bricolage Grotesque';
|
|
src: url('./BricolageGrotesque/BricolageGrotesque-SemiBold.woff2') format('woff2');
|
|
font-weight: 600;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
@font-face {
|
|
font-family: 'Bricolage Grotesque';
|
|
src: url('./BricolageGrotesque/BricolageGrotesque-Bold.woff2') format('woff2');
|
|
font-weight: 700;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
@font-face {
|
|
font-family: 'Bricolage Grotesque';
|
|
src: url('./BricolageGrotesque/BricolageGrotesque-ExtraBold.woff2') format('woff2');
|
|
font-weight: 800;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
:root {
|
|
--font-bricolage: 'Bricolage Grotesque', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
|
|
}
|