Skip to content

Commit a0fadb7

Browse files
authored
Merge pull request #1952 from dxc-technology/jialecl-cssLoader
Fonts moved to a stylesheet + added css loader and style loader
2 parents e360842 + 8d00812 commit a0fadb7

File tree

8 files changed

+5103
-5228
lines changed

8 files changed

+5103
-5228
lines changed

app/package-lock.json

Lines changed: 4820 additions & 5203 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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)