Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions ScaledFont/README.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -2,11 +2,11 @@

## Using Dynamic Type With Custom Fonts

An example of using custom fonts with dynamic type making use of the `UIFontMetrics` class introduced with iOS 11. It provides examples using the Noteworthy font which is built-in to iOS and the NotoSerif font which was downloaded from google fonts:
An example of using custom fonts with dynamic type making use of the `UIFontMetrics` class introduced with iOS 11. It provides examples using the Noteworthy font which is built-in to iOS and the Noto Serif font which was downloaded from google fonts:

+ [Noto Sans](https://fonts.google.com/specimen/Noto+Serif?selection.family=Noto+Serif)
+ [Noto Serif](https://fonts.google.com/specimen/Noto+Serif?selection.family=Noto+Serif)

*Refer to LICENSE.txt if you plan on using NotoSans in a shipping application.*
*Refer to LICENSE.txt if you plan on using Noto Serif in a shipping application.*

**This project requires iOS 11**

Expand Down