Skip to content

Commit

Permalink
fix(docs): update font in the full-page preview (#3378)
Browse files Browse the repository at this point in the history
  • Loading branch information
alizedebray authored Aug 9, 2024
1 parent f5966b7 commit 1d2650e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/orange-pens-deliver.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@swisspost/design-system-documentation': patch
---

Fixed the font in the full page previews.
5 changes: 5 additions & 0 deletions packages/documentation/.storybook/styles/components/typo.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,9 @@ body {
font-family: var(--bs-font-monospace) !important;
}
}

// full-screen preview
#storybook-root {
font-family: var(--bs-body-font-family);
}
}

0 comments on commit 1d2650e

Please sign in to comment.