ddung docs

Home

❯

02 - areas

❯

coding

❯

swift

❯

custom fonts

custom fonts

Properties1
tagsfonts, swiftui

Jan 14, 20251 min read

https://forums.developer.apple.com/forums/thread/129143
https://codewithchris.com/swiftui-custom-fonts/

Info

Weil es einfacher ist packe ich die Font in den Root des Projekts. In der info.plist müssen zwei Einträge hinzugefügt werden:

  1. add font to project
  2. add modifier
Text("Wochenziel")
	.font(.custom("FiraCode-Regular", size: 20))

Graph View

Created with Quartz v5.0.0 © 2026

  • GitHub
  • Discord Community