mirror of
https://github.com/rowyio/rowy.git
synced 2026-07-12 05:19:40 +02:00
16 lines
360 B
CSS
16 lines
360 B
CSS
@font-face {
|
|
font-family: "Space Grotesk";
|
|
font-style: normal;
|
|
font-weight: 700;
|
|
font-display: swap;
|
|
src: url("@src/assets/SpaceGrotesk-Bold.woff2") format("woff2");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Space Grotesk";
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
font-display: swap;
|
|
src: url("@src/assets/SpaceGrotesk-Regular.woff2") format("woff2");
|
|
}
|