Skip to content

Commit 8d00812

Browse files
committed
Fonts import added to storybook
1 parent 297ed55 commit 8d00812

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/.storybook/preview.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import styled from "styled-components";
33
import type { Preview } from "@storybook/react";
44
import React from "react";
55
import { disabledRules } from "../test/accessibility/rules/common/disabledRules";
6+
import "../src/common/fonts.css";
67

78
const preview: Preview = {
89
parameters: {

0 commit comments

Comments
 (0)