From 414315f053ef9b5a77783554ef0afd607b4bd65e Mon Sep 17 00:00:00 2001 From: Jonathan Rasmusson <40837677+jrasmusson@users.noreply.github.com> Date: Thu, 16 Jan 2020 11:01:24 -0700 Subject: [PATCH] Update README.md --- basics/DynamicFont/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/basics/DynamicFont/README.md b/basics/DynamicFont/README.md index 544362d4..14293da0 100644 --- a/basics/DynamicFont/README.md +++ b/basics/DynamicFont/README.md @@ -115,3 +115,4 @@ public static var traitLooseLeading: UIFontDescriptor.SymbolicTraits { get } - [Apple UIFontTextStyle](https://developer.apple.com/documentation/uikit/uifonttextstyle) - [Example](https://kitefaster.com/2016/08/17/dynamic-type-in-ios-using-uifonttextstyle/) +- [Bold preferredFont](https://spin.atomicobject.com/2018/02/02/swift-scaled-font-bold-italic/)