Skip to content

Instantly share code, notes, and snippets.

@Rusti18
Last active October 10, 2022 09:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Rusti18/94624044028a50934a8038292092a6fb to your computer and use it in GitHub Desktop.
Save Rusti18/94624044028a50934a8038292092a6fb to your computer and use it in GitHub Desktop.
SwiftUIPT-Ep1-G4
VStack(alignment: .leading) {
Text("John Doe")
.font(.system(size: 18, weight: .bold))
Text("Attorney at law")
.font(.system(size: 11, weight: .regular))
Text("Berkley Ltd.")
.font(.system(size: 10, weight: .regular))
.italic()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment