Today, we will setup SwiftUI project to support custom fonts. Let’s start by downloading font. We will use Dancing Script font from Google Fonts website. https://fonts.google.com/betterspecimen/Dancing+Script?category=Handwriting After downloading the fonts, we need to unzip and drop the font files(.ttf) into the Xcode project folder. While importing the files, make sure…