Skip to content

Commit

Permalink
fix(storybook): use plex in manager ui even when not installed (#17308)
Browse files Browse the repository at this point in the history
Co-authored-by: kennylam <909118+kennylam@users.noreply.github.com>
  • Loading branch information
tay1orjones and kennylam committed Sep 4, 2024
1 parent 813e69e commit 6dd3d88
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/react/.storybook/manager-head.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,16 @@
type="text/javascript"
async="async"></script>

<!--
Ensure plex is loaded into the manager ui even when plex is not locally
installed on the user's machine. This file uses `local()` within the
@font-face declarations, so if plex is available locally, nothing is loaded
from the CDN.
-->
<link
rel="stylesheet"
href="https://1.www.s81c.com/common/carbon/plex/sans.css" />

<!-- Style overrides -->
<style>
body {
Expand Down

0 comments on commit 6dd3d88

Please sign in to comment.