Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix typography loading in storybook #2242

Merged
merged 1 commit into from
Oct 31, 2023

Conversation

castastrophe
Copy link
Collaborator

Description

To confirm my theory that typography was not properly loading in Storybook before the build rework, I'm opening this PR which just fixes typography to see if the baselines differ.

How and where has this been tested?

Do the baselines diff?

To-do list

  • I have read the contribution guidelines.
  • I have updated relevant storybook stories and templates.
  • I have tested these changes in Windows High Contrast mode.
  • If my change impacts other components, I have tested to make sure they don't break.
  • If my change impacts documentation, I have updated the documentation accordingly.
  • ✨ This pull request is ready to merge. ✨

@castastrophe castastrophe added run_vrt For use on PRs looking to kick off VRT and removed run_vrt For use on PRs looking to kick off VRT labels Oct 31, 2023
Copy link
Contributor

🚀 Deployed on https://pr-2242--spectrum-css.netlify.app

@github-actions github-actions bot temporarily deployed to pull request October 31, 2023 13:37 Inactive
@github-actions github-actions bot removed the run_vrt For use on PRs looking to kick off VRT label Oct 31, 2023
@@ -29,7 +29,19 @@ window.addEventListener("DOMContentLoaded", () => {
clearTimeout(t);

try {
Typekit.load(config);
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fun fact - there is no variable called "config" anywhere!

@castastrophe castastrophe merged commit be0fe02 into main Oct 31, 2023
8 of 9 checks passed
@castastrophe castastrophe deleted the chore-load-typography-storybook branch October 31, 2023 17:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants