---
title: default
framework: swiftui
role: symbol
role_heading: Type Property
path: swiftui/font/default
---

# default

The effective SwiftUI font used in any given environment.

## Declaration

```swift
static var `default`: Font { get }
```

## Discussion

Discussion The font specified by environment, preferring first any developer spedified font, via font, then any framework specified font, and finally the default SwiftUI font.
