14 lines
274 B
Markdown
14 lines
274 B
Markdown
# Preferences
|
|
|
|
Edit and save to update preferences:
|
|
|
|
```yaml
|
|
useProportionalFontInProse: Roboto # set to false to disable
|
|
useLargeFontInHeadings: "Roboto" # set to false to disable
|
|
font: "Fira Mono"
|
|
fontSize: 15
|
|
lineHeight: 1.8
|
|
lineWidth: 100
|
|
```
|
|
|
|
More options coming soon.
|