// fonts are here: https://www.typography.com/fonts/operator/styles { // "terminal.integrated.shell.windows": "C:\\Windows\\System32\\bash.exe", "terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe", "editor.formatOnSave": true, "window.zoomLevel": 0, // "editor.fontFamily": "Fira Code", "editor.fontFamily": "Operator Mono, Menlo, Monaco, 'Courier New', monospace", "editor.fontWeight": "300", "editor.fontLigatures": true, "editor.lineHeight": 26, "workbench.startupEditor": "welcomePage", "editor.tabSize": 2, "editor.detectIndentation": false, "editor.renderWhitespace": "boundary", "breadcrumbs.enabled": true, "editor.fontSize": 16, "editor.letterSpacing": 0.5, "explorer.autoReveal": false, "workbench.sideBar.location": "left", "javascript.updateImportsOnFileMove.enabled": "always", "workbench.colorTheme": "Cobalt2", "extensions.ignoreRecommendations": false, "terminal.integrated.fontSize": 16, "terminal.integrated.fontWeight": "300" }