Skip to content

Commit

Permalink
fix: remove redundant import of fonts.css in Storybook preview
Browse files Browse the repository at this point in the history
- Fonts are now loaded via`.storybook/preview-head.html`
- This prevents issues with Vite's handling of static assets in `public/`

RISDEV-0000
  • Loading branch information
hamo225 committed Feb 4, 2025
1 parent ef1a959 commit 1e27b9c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .storybook/preview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { initialize, mswLoader } from "msw-storybook-addon";
import PrimeVue from "primevue/config";
import ConfirmationService from "primevue/confirmationservice";
import ToastService from "primevue/toastservice";
import "../public/fonts.css";
import { deDE } from "../src/config/locale";
import { RisUiTheme } from "../src/primevue";
import "./preview.css";
Expand Down

0 comments on commit 1e27b9c

Please sign in to comment.