Skip to content

Commit 8c36ebb

Browse files
committed
wording adjustments in the brand center font guidance
1 parent 5f7ac94 commit 8c36ebb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/design/use-brand-center-fonts-in-spfx-components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ For example, to change the primary font in your web part, add the following styl
3434
font-family: var(--fontFamilyCustomFont100, var(--fontFamilyBase));
3535
```
3636

37-
This tells the SPFx runtime to set the `font-family` style to the variable `--fontFamilyCustomFont100`, but if that value isn't set, it will default to the `--fontFamilyBase` slot.
37+
This tells the web part to use the value defined in the SharePoint styling context with the variable `--fontFamilyCustomFont100`, but if that value isn't set, it will default to the `--fontFamilyBase` slot.
3838

3939
The resulting class will now look like this:
4040

0 commit comments

Comments
 (0)