2018-03-04 21:14:00 +00:00
|
|
|
# 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
|
2018-03-10 11:32:32 +00:00
|
|
|
lineWidth: 100
|
2018-03-04 21:14:00 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
More options coming soon.
|