Skip to content

Commit 9a60f26

Browse files
Merge pull request salesforce#1438 from jch/patch-1
Document copying over SLDS fonts to public
2 parents 49d0d86 + 6aa0142 commit 9a60f26

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/create-react-app.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ The following tasks will help you get started using Design System React within C
1212
* `/node_modules/@salesforce-ux/design-system/assets/styles/salesforce-lightning-design-system.min.css`
1313
1. Copy SLDS icons folder to `public` folder
1414
* `/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`
1517
1. Add CSS file to `index.html`
1618
* `<link rel="stylesheet" type="text/css" href="/salesforce-lightning-design-system.min.css">`
1719
1. Copy examples from [Design System React website](https://react.lightningdesignsystem.com/) into `app.js`.

0 commit comments

Comments
 (0)