Make default font one without ligatures (#155)

main
Michael Fix 7 years ago committed by GitHub
parent 28577aaf64
commit a394079b2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -26,7 +26,7 @@ const DEFAULT_SETTINGS = {
theme: 'seti',
windowTheme: 'none',
language: DEFAULT_LANGUAGE,
fontFamily: 'Fira Code',
fontFamily: 'Hack',
fontSize: '14px'
}

Loading…
Cancel
Save