Skip to content

Commit

Permalink
Import more font weights and styles
Browse files Browse the repository at this point in the history
  • Loading branch information
sushmi21 committed Dec 6, 2023
1 parent addf467 commit abd1c66
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
import Message, { MessageProps } from "./messages/Message";
import { match } from "./matcher";
import Typography from "./common/Typography/Typography";
import "@fontsource/figtree";
import "@fontsource/figtree/400.css";
import "@fontsource/figtree/400-italic.css";
import "@fontsource/figtree/500.css";
import "@fontsource/figtree/500-italic.css";
import "@fontsource/figtree/600.css";
import "@fontsource/figtree/600-italic.css";
import "@fontsource/figtree/700.css";
import "@fontsource/figtree/700-italic.css";

export { Message, match };
export type { MessageProps };
Expand Down

0 comments on commit abd1c66

Please sign in to comment.