We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 297ed55 commit 8d00812Copy full SHA for 8d00812
lib/.storybook/preview.tsx
@@ -3,6 +3,7 @@ import styled from "styled-components";
3
import type { Preview } from "@storybook/react";
4
import React from "react";
5
import { disabledRules } from "../test/accessibility/rules/common/disabledRules";
6
+import "../src/common/fonts.css";
7
8
const preview: Preview = {
9
parameters: {
0 commit comments