mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2025-01-12 16:02:41 +01:00
sublime: use jetbrains mono
This commit is contained in:
parent
59f03a655b
commit
b5e91483a0
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
// Settings in here override those in "Default/Preferences.sublime-settings",
|
||||
// and are overridden in turn by syntax-specific settings.
|
||||
{
|
||||
"font_face": "MonoLisa",
|
||||
"font_face": "JetBrains Mono",
|
||||
{{- if eq .chezmoi.os "darwin" }}
|
||||
"font_size": 17,
|
||||
{{- else }}
|
||||
|
|
Loading…
Reference in a new issue