diff --git a/src/stories/Introduction.stories.mdx b/src/stories/Introduction.stories.mdx index 4a0f3403..e6c88c41 100644 --- a/src/stories/Introduction.stories.mdx +++ b/src/stories/Introduction.stories.mdx @@ -31,6 +31,9 @@ import { Meta } from '@storybook/addon-docs'; `} # Storybook for the Rally Web Platform +Storybook helps you build UI components in isolation from your app's business logic, data, and context. +That makes it easy to develop hard-to-reach states. Save these UI states as **stories** to revisit during development, testing, or QA. + Storybook helps you build UI components in isolation from your app's business logic, data, and context. That makes it easy to develop hard-to-reach states. Save these UI states as **stories** to revisit during development, testing, or QA. @@ -39,7 +42,6 @@ Browse example stories now by navigating to them in the sidebar. View their code in the `src/stories` directory. We recommend building UIs with a [**component-driven**](https://componentdriven.org) process starting with atomic components and ending with pages. -
src/stories/Introduction.stories.mdx
diff --git a/static/rally.css b/static/rally.css
index fae9191e..1618c2ad 100644
--- a/static/rally.css
+++ b/static/rally.css
@@ -5,10 +5,8 @@
font-family: Inter;
font-style: normal;
font-weight: 600;
- /* src: url("./fonts/Inter-SemiBold.woff2") format("woff2"),
- url("./fonts/Inter-SemiBold.woff") format("woff"); */
- src: url("./fonts/Inter-Regular.woff2") format("woff2"),
- url("./fonts/Inter-Regular.woff") format("woff");
+ src: url("./fonts/Inter-SemiBold.woff2") format("woff2"),
+ url("./fonts/Inter-SemiBold.woff") format("woff");
}
:root {