mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
fix uifontfamily reducer (#1550)
This commit is contained in:
parent
361db6190e
commit
7a8591bfaf
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ const initial = Immutable({
|
|||
fontSize: 12,
|
||||
padding: '12px 14px',
|
||||
fontFamily: 'Menlo, "DejaVu Sans Mono", "Lucida Console", monospace',
|
||||
uiFontFamily: null,
|
||||
uiFontFamily: '-apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif',
|
||||
fontSizeOverride: null,
|
||||
fontSmoothingOverride: 'antialiased',
|
||||
css: '',
|
||||
|
|
|
|||
Loading…
Reference in a new issue