We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 49d0d86 + 6aa0142 commit 9a60f26Copy full SHA for 9a60f26
docs/create-react-app.md
@@ -12,6 +12,8 @@ The following tasks will help you get started using Design System React within C
12
* `/node_modules/@salesforce-ux/design-system/assets/styles/salesforce-lightning-design-system.min.css`
13
1. Copy SLDS icons folder to `public` folder
14
* `/node_modules/@salesforce-ux/design-system/assets/icons`
15
+1. Copy SLDS fonts folder to `public` folder
16
+ * `/node_modules/@salesforce-ux/design-system/assets/fonts`
17
1. Add CSS file to `index.html`
18
* `<link rel="stylesheet" type="text/css" href="/salesforce-lightning-design-system.min.css">`
19
1. Copy examples from [Design System React website](https://react.lightningdesignsystem.com/) into `app.js`.
0 commit comments