Change font for ligatures

This commit is contained in:
Jake Howard 2018-05-27 17:00:08 +01:00
parent 8b304b5c44
commit 9002790b94
Signed by: jake
GPG Key ID: 57AFB45680EDD477
2 changed files with 4 additions and 1 deletions

View File

@ -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',

View File

@ -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"
}