Skip to content

Commit

Permalink
Update docs/layout/dynamic-font-scaling.md
Browse files Browse the repository at this point in the history
Co-authored-by: Brandy Carney <[email protected]>
  • Loading branch information
liamdebeasi and brandyscarney authored Sep 11, 2023
1 parent cbe79e4 commit bf423b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/layout/dynamic-font-scaling.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ Each platform has slightly different font scaling behaviors, and the `'ios'` and

For example, `'ios'` mode makes use of maximum and minimum font sizes to follow [Apple's Human Interface Guidelines for Typography](https://developer.apple.com/design/human-interface-guidelines/typography). `'md'` mode does not implement this same behavior because Material Design does not have that same guidance. This means that using `'md'` mode on an iOS device may allow for very large font sizes in headers and footers.

As a result, we strongly recommend using `'ios'` mode on iOS devices and `'md'` mode on Android devices when using Dynamic Font Scaling.
As a result, we strongly recommend using `ios` mode on iOS devices and `md` mode on Android devices when using Dynamic Font Scaling.

## Changing the Font Size on a Device

Expand Down

0 comments on commit bf423b5

Please sign in to comment.