15 lines
273 B
Markdown
15 lines
273 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: 72
|
||
|
```
|
||
|
|
||
|
More options coming soon.
|