---
title: minimumLogicalFontSize
framework: webkit
role: symbol
role_heading: Instance Property
path: webkit/webpreferences/minimumlogicalfontsize
---

# minimumLogicalFontSize

The minimum logical font size of the web view.

## Declaration

```swift
var minimumLogicalFontSize: Int32 { get set }
```

## Discussion

Discussion The minimum logical font size is the smallest font size that will display in a web view when the content’s font size is imprecisely specified. This includes content with logical sizes (such as small) or with a font size specified as a percentage of the default. Most clients will not want to use this ; rather, explicitly set the minimum display font size using the minimumFontSize property. The font size specified by size should always be greater than zero.

## See Also

### Getting and Setting Font Sizes

- [defaultFixedFontSize](webkit/webpreferences/defaultfixedfontsize.md)
- [defaultFontSize](webkit/webpreferences/defaultfontsize.md)
- [minimumFontSize](webkit/webpreferences/minimumfontsize.md)
