Change font for ligatures
This commit is contained in:
parent
8b304b5c44
commit
9002790b94
2 changed files with 4 additions and 1 deletions
|
@ -87,6 +87,7 @@ node default {
|
|||
'obs-studio',
|
||||
'oh-my-zsh-git',
|
||||
'onlyoffice-bin',
|
||||
'otf-fira-code',
|
||||
'otf-font-awesome',
|
||||
'pacaur',
|
||||
'perl-file-mimeinfo',
|
||||
|
@ -125,6 +126,7 @@ node default {
|
|||
'tig',
|
||||
'tor-browser-en',
|
||||
'ttf-emojione-color',
|
||||
'ttf-fira-code',
|
||||
'ttf-font-awesome',
|
||||
'ttf-ms-fonts',
|
||||
'ttf-wps-fonts',
|
||||
|
|
|
@ -63,5 +63,6 @@
|
|||
"terminal.integrated.fontSize": 14,
|
||||
"terminal.integrated.scrollback": 2000,
|
||||
"git.enableCommitSigning": true,
|
||||
"python.linting.mypyEnabled": true
|
||||
"python.linting.mypyEnabled": true,
|
||||
"editor.fontFamily": "Fira Code"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue