fix space grotesk font not loading

This commit is contained in:
Sidney Alcantara
2022-06-09 09:39:07 +10:00
parent 7a3f96077c
commit 2ed65865c9
2 changed files with 17 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
@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");
}

View File

@@ -4,6 +4,8 @@ import {
TypographyStyleOptions,
} from "@mui/material/styles/createTypography";
import "./space-grotesk.css";
declare module "@mui/material/styles/createTypography" {
interface FontStyle {
fontFamilyMono: string;