mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2025-01-13 00:12:38 +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",
|
// Settings in here override those in "Default/Preferences.sublime-settings",
|
||||||
// and are overridden in turn by syntax-specific settings.
|
// and are overridden in turn by syntax-specific settings.
|
||||||
{
|
{
|
||||||
"font_face": "MonoLisa",
|
"font_face": "JetBrains Mono",
|
||||||
{{- if eq .chezmoi.os "darwin" }}
|
{{- if eq .chezmoi.os "darwin" }}
|
||||||
"font_size": 17,
|
"font_size": 17,
|
||||||
{{- else }}
|
{{- else }}
|
||||||
|
|
Loading…
Reference in a new issue