Don’t Download Custom Font in Swift
Aug 20, 2023
Hello,
Today, I talking about how to use custom fonts in iOS app development without downloading them.
1. Enter the website https://iosfontlist.com.
2. Write the text we want to display in the preview section.
3. Choose the font you like and open the inspect tab using the shortcut keys ⌥ Option + ⌘ Cmd + I. Copy the element in the “data-font” section in the inspect panel.
You can see its usage in SwiftUI below.
This is it! 👏🏼
Website: https://iosfontlist.com
Please don’t forget to follow for more. Have a nice day.