SwiftUI, Font의 모든 것 (TextStyle, FontStyle, Font.Weight, Font.Design, System, Custom Font, 글자크기, 서식)

caption

// The font used for standard captions. (*캡션 : 삽화, 사진 따위에 붙는 짧은 해설, 설명문)
// Font.TextStyle = .caption
.font(.caption) = .font(.system(size: 12, weight: .regular))